Skip to content

Commit 0f369f5

Browse files
chore(release): update monorepo packages versions (#10)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a904df2 commit 0f369f5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/cold-actors-know.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+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#9](https://github.com/darkbasic/mikro-orm-dataloaders/pull/9) [`a904df2`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/a904df20f256f25064d4c1ce482be54bad10fcdd) Thanks [@darkbasic](https://github.com/darkbasic)! - Make sure we always add populate options to the queryMap
8+
39
## 2.0.0
410

511
### Major 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": "2.0.0",
3+
"version": "2.0.1",
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)