Skip to content

Commit 40f227f

Browse files
chore(release): update monorepo packages versions (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2da3750 commit 40f227f

File tree

6 files changed

+22
-15
lines changed

6 files changed

+22
-15
lines changed

.changeset/mikro-orm-find-dataloader-5-dependencies.md

-7
This file was deleted.

.changeset/twelve-shirts-kneel.md

-6
This file was deleted.

examples/graphql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# graphql-example
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#5](https://github.com/darkbasic/mikro-orm-dataloaders/pull/5) [`2da3750`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2da37501acfb05ee962f286fd6ed794af87e7999) Thanks [@darkbasic](https://github.com/darkbasic)! - Remove unnecessary deps and update them

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.0.0",
4+
"version": "1.1.0",
55
"main": "lib/index.js",
66
"license": "MIT",
77
"mikro-orm": {

packages/find/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#5](https://github.com/darkbasic/mikro-orm-dataloaders/pull/5) [`2da3750`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2da37501acfb05ee962f286fd6ed794af87e7999) Thanks [@darkbasic](https://github.com/darkbasic)! - Remove unnecessary deps and update them
8+
9+
### Patch Changes
10+
11+
- [#5](https://github.com/darkbasic/mikro-orm-dataloaders/pull/5) [`2da3750`](https://github.com/darkbasic/mikro-orm-dataloaders/commit/2da37501acfb05ee962f286fd6ed794af87e7999) Thanks [@darkbasic](https://github.com/darkbasic)! - dependencies updates:
12+
- Added dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.2) (to `dependencies`)
13+
- Removed dependency [`@graphql-tools/executor-http@^1.0.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.0.3) (from `dependencies`)
14+
- Removed dependency [`graphql-tag@^2.12.6` ↗︎](https://www.npmjs.com/package/graphql-tag/v/2.12.6) (from `dependencies`)
15+
316
## 1.1.0
417

518
### 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.1.0",
3+
"version": "1.2.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)