Skip to content

Commit

Permalink
Merge pull request #12 from darkbasic/changeset-release/main
Browse files Browse the repository at this point in the history
Upcoming Release Changes
  • Loading branch information
darkbasic authored Dec 5, 2023
2 parents 0a07c1a + 158676e commit 01c8a3b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-cars-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-geese-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-ducks-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-lions-vanish.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/find/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# mikro-orm-find-dataloader

## 2.1.0

### Minor Changes

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`e69b274`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/e69b27449d95ec4edd1d3e2eccc8b18c0d3316e4) Thanks [@darkbasic](https://github.com/darkbasic)! - perf: run mandatory populate logic once per querymap

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`2ac3bc0`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2ac3bc06347c7314930c5bee6549db054ce0fe74) Thanks [@darkbasic](https://github.com/darkbasic)! - fix: filter collections when reassigning results

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`5e17832`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/5e178321bd951c4399a06ab2dfe0d956f12bd75e) Thanks [@darkbasic](https://github.com/darkbasic)! - fix: compute mandatory populates even if not efficiently

### Patch Changes

- [#11](https://github.com/darkbasic/mikro-orm-dataloaders/pull/11) [`ee1cafa`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/ee1cafad5898b17eeabad8731395667abcadbba2) Thanks [@darkbasic](https://github.com/darkbasic)! - Fix vscode test runner

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/find/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mikro-orm-find-dataloader",
"version": "2.0.1",
"version": "2.1.0",
"description": "Additional dataloaders for the MikroORM EntityManager find/findOne/etc methods.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 01c8a3b

Please sign in to comment.