From 90998880db5b8812e974a6c323114de768c0a9aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Dec 2023 11:01:14 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/chilled-elephants-try.md | 5 ----- packages/find/CHANGELOG.md | 6 ++++++ packages/find/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-elephants-try.md diff --git a/.changeset/chilled-elephants-try.md b/.changeset/chilled-elephants-try.md deleted file mode 100644 index 443f4ac..0000000 --- a/.changeset/chilled-elephants-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mikro-orm-find-dataloader": minor ---- - -Ensure computed queries get processed in parallel diff --git a/packages/find/CHANGELOG.md b/packages/find/CHANGELOG.md index c61fd6d..38cfa98 100644 --- a/packages/find/CHANGELOG.md +++ b/packages/find/CHANGELOG.md @@ -1,5 +1,11 @@ # mikro-orm-find-dataloader +## 1.1.0 + +### Minor Changes + +- [#3](https://github.com/darkbasic/mikro-orm-dataloaders/pull/3) [`4ce7f14`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/4ce7f14f0c6ce8b86146c950829ea7d6e79992c6) Thanks [@darkbasic](https://github.com/darkbasic)! - Ensure computed queries get processed in parallel + ## 1.0.1 ### Patch Changes diff --git a/packages/find/package.json b/packages/find/package.json index da586d1..3bd3cd6 100644 --- a/packages/find/package.json +++ b/packages/find/package.json @@ -1,6 +1,6 @@ { "name": "mikro-orm-find-dataloader", - "version": "1.0.1", + "version": "1.1.0", "description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.", "main": "dist/index.js", "module": "dist/index.mjs",