Skip to content

Commit 98246f0

Browse files
chore(release): update monorepo packages versions (#8)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 137d5df commit 98246f0

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/chilly-pumpkins-reply.md

-6
This file was deleted.

examples/graphql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-example
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#7](https://github.com/darkbasic/mikro-orm-dataloaders/pull/7) [`137d5df`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/137d5dfed079ab6676f7915ea28cc76ca2c0775c) Thanks [@darkbasic](https://github.com/darkbasic)! - Switch to Repository API
8+
39
## 1.1.0
410

511
### Minor Changes

examples/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-example",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"mikro-orm": {

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.0
4+
5+
### Major Changes
6+
7+
- [#7](https://github.com/darkbasic/mikro-orm-dataloaders/pull/7) [`137d5df`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/137d5dfed079ab6676f7915ea28cc76ca2c0775c) Thanks [@darkbasic](https://github.com/darkbasic)! - Switch to Repository API
8+
39
## 1.2.0
410

511
### Minor 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.2.0",
3+
"version": "2.0.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)