diff --git a/.changeset/mikro-orm-find-dataloader-5-dependencies.md b/.changeset/mikro-orm-find-dataloader-5-dependencies.md deleted file mode 100644 index 66d95ee..0000000 --- a/.changeset/mikro-orm-find-dataloader-5-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"mikro-orm-find-dataloader": patch ---- -dependencies updates: - - Added dependency [`tslib@2.6.2` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.2) (to `dependencies`) - - Removed dependency [`@graphql-tools/executor-http@^1.0.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.0.3) (from `dependencies`) - - Removed dependency [`graphql-tag@^2.12.6` ↗︎](https://www.npmjs.com/package/graphql-tag/v/2.12.6) (from `dependencies`) diff --git a/.changeset/twelve-shirts-kneel.md b/.changeset/twelve-shirts-kneel.md deleted file mode 100644 index 43a825b..0000000 --- a/.changeset/twelve-shirts-kneel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"graphql-example": minor -"mikro-orm-find-dataloader": minor ---- - -Remove unnecessary deps and update them diff --git a/examples/graphql/CHANGELOG.md b/examples/graphql/CHANGELOG.md new file mode 100644 index 0000000..e952dae --- /dev/null +++ b/examples/graphql/CHANGELOG.md @@ -0,0 +1,7 @@ +# graphql-example + +## 1.1.0 + +### Minor Changes + +- [#5](https://github.com/darkbasic/mikro-orm-dataloaders/pull/5) [`2da3750`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2da37501acfb05ee962f286fd6ed794af87e7999) Thanks [@darkbasic](https://github.com/darkbasic)! - Remove unnecessary deps and update them diff --git a/examples/graphql/package.json b/examples/graphql/package.json index ee75a68..f93af1c 100755 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -1,7 +1,7 @@ { "name": "graphql-example", "private": true, - "version": "1.0.0", + "version": "1.1.0", "main": "lib/index.js", "license": "MIT", "mikro-orm": { diff --git a/packages/find/CHANGELOG.md b/packages/find/CHANGELOG.md index 38cfa98..7a22512 100644 --- a/packages/find/CHANGELOG.md +++ b/packages/find/CHANGELOG.md @@ -1,5 +1,18 @@ # mikro-orm-find-dataloader +## 1.2.0 + +### Minor Changes + +- [#5](https://github.com/darkbasic/mikro-orm-dataloaders/pull/5) [`2da3750`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2da37501acfb05ee962f286fd6ed794af87e7999) Thanks [@darkbasic](https://github.com/darkbasic)! - Remove unnecessary deps and update them + +### Patch Changes + +- [#5](https://github.com/darkbasic/mikro-orm-dataloaders/pull/5) [`2da3750`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2da37501acfb05ee962f286fd6ed794af87e7999) Thanks [@darkbasic](https://github.com/darkbasic)! - dependencies updates: + - Added dependency [`tslib@2.6.2` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.2) (to `dependencies`) + - Removed dependency [`@graphql-tools/executor-http@^1.0.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.0.3) (from `dependencies`) + - Removed dependency [`graphql-tag@^2.12.6` ↗︎](https://www.npmjs.com/package/graphql-tag/v/2.12.6) (from `dependencies`) + ## 1.1.0 ### Minor Changes diff --git a/packages/find/package.json b/packages/find/package.json index 4e6231a..47edf4b 100644 --- a/packages/find/package.json +++ b/packages/find/package.json @@ -1,6 +1,6 @@ { "name": "mikro-orm-find-dataloader", - "version": "1.1.0", + "version": "1.2.0", "description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.", "main": "dist/index.js", "module": "dist/index.mjs",