Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
darkbasic-bot[bot] and github-actions[bot] authored Dec 1, 2023
1 parent 2da3750 commit 40f227f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/mikro-orm-find-dataloader-5-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-shirts-kneel.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# graphql-example

## 1.1.0

### Minor Changes

- [#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
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-example",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"main": "lib/index.js",
"license": "MIT",
"mikro-orm": {
Expand Down
13 changes: 13 additions & 0 deletions packages/find/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# mikro-orm-find-dataloader

## 1.2.0

### Minor Changes

- [#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

### Patch Changes

- [#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:
- Added dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.2) (to `dependencies`)
- Removed dependency [`@graphql-tools/executor-http@^1.0.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.0.3) (from `dependencies`)
- Removed dependency [`graphql-tag@^2.12.6` ↗︎](https://www.npmjs.com/package/graphql-tag/v/2.12.6) (from `dependencies`)

## 1.1.0

### Minor 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": "1.1.0",
"version": "1.2.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 40f227f

Please sign in to comment.