From 98246f0a02e3d4f29f038fc955b389bbd5ae5819 Mon Sep 17 00:00:00 2001 From: "darkbasic-bot[bot]" <151581323+darkbasic-bot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:15:22 +0100 Subject: [PATCH] chore(release): update monorepo packages versions (#8) Co-authored-by: github-actions[bot] --- .changeset/chilly-pumpkins-reply.md | 6 ------ examples/graphql/CHANGELOG.md | 6 ++++++ examples/graphql/package.json | 2 +- packages/find/CHANGELOG.md | 6 ++++++ packages/find/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/chilly-pumpkins-reply.md diff --git a/.changeset/chilly-pumpkins-reply.md b/.changeset/chilly-pumpkins-reply.md deleted file mode 100644 index 4cd4fff..0000000 --- a/.changeset/chilly-pumpkins-reply.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"graphql-example": major -"mikro-orm-find-dataloader": major ---- - -Switch to Repository API diff --git a/examples/graphql/CHANGELOG.md b/examples/graphql/CHANGELOG.md index e952dae..647e412 100644 --- a/examples/graphql/CHANGELOG.md +++ b/examples/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-example +## 2.0.0 + +### Major Changes + +- [#7](https://github.com/darkbasic/mikro-orm-dataloaders/pull/7) [`137d5df`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/137d5dfed079ab6676f7915ea28cc76ca2c0775c) Thanks [@darkbasic](https://github.com/darkbasic)! - Switch to Repository API + ## 1.1.0 ### Minor Changes diff --git a/examples/graphql/package.json b/examples/graphql/package.json index f93af1c..513d174 100755 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -1,7 +1,7 @@ { "name": "graphql-example", "private": true, - "version": "1.1.0", + "version": "2.0.0", "main": "lib/index.js", "license": "MIT", "mikro-orm": { diff --git a/packages/find/CHANGELOG.md b/packages/find/CHANGELOG.md index 7a22512..d11cf85 100644 --- a/packages/find/CHANGELOG.md +++ b/packages/find/CHANGELOG.md @@ -1,5 +1,11 @@ # mikro-orm-find-dataloader +## 2.0.0 + +### Major Changes + +- [#7](https://github.com/darkbasic/mikro-orm-dataloaders/pull/7) [`137d5df`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/137d5dfed079ab6676f7915ea28cc76ca2c0775c) Thanks [@darkbasic](https://github.com/darkbasic)! - Switch to Repository API + ## 1.2.0 ### Minor Changes diff --git a/packages/find/package.json b/packages/find/package.json index 47edf4b..062db4d 100644 --- a/packages/find/package.json +++ b/packages/find/package.json @@ -1,6 +1,6 @@ { "name": "mikro-orm-find-dataloader", - "version": "1.2.0", + "version": "2.0.0", "description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.", "main": "dist/index.js", "module": "dist/index.mjs",