Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8)
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 137d5df commit 98246f0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-pumpkins-reply.md

This file was deleted.

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

## 2.0.0

### Major Changes

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

## 1.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "2.0.0",
"main": "lib/index.js",
"license": "MIT",
"mikro-orm": {
Expand Down
6 changes: 6 additions & 0 deletions packages/find/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mikro-orm-find-dataloader

## 2.0.0

### Major Changes

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

## 1.2.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.2.0",
"version": "2.0.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 98246f0

Please sign in to comment.