Skip to content

Commit f2c8379

Browse files
authoredDec 1, 2023
chore(release): update monorepo packages versions (#4)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ce7f14 commit f2c8379

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/chilled-elephants-try.md

-5
This file was deleted.

‎packages/find/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mikro-orm-find-dataloader
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 1.0.1
410

511
### Patch Changes

‎packages/find/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mikro-orm-find-dataloader",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.