Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#414)
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
github-actions[bot] and github-actions[bot] authored Nov 3, 2022
1 parent 2655e45 commit 43e64f5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-moose-serve.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/codegen-gql-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fastify": "^4.9.2",
"graphql": "^16.6.0",
"mercurius": "^11.3.0",
"mercurius-codegen": "workspace:4.0.1"
"mercurius-codegen": "workspace:5.0.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fastify": "^4.9.2",
"graphql": "^16.6.0",
"mercurius": "^11.3.0",
"mercurius-codegen": "workspace:4.0.1"
"mercurius-codegen": "workspace:5.0.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/mercurius-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mercurius-codegen

## 5.0.0

### Major Changes

- 2655e45: Update for mercurius v11

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mercurius-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercurius-codegen",
"version": "4.0.1",
"version": "5.0.0",
"keywords": [
"fastify",
"graphql",
Expand Down Expand Up @@ -58,7 +58,7 @@
"fastify": "^4.9.2",
"graphql": "^16.6.0",
"mercurius": "^11.3.0",
"mercurius-codegen": "workspace:4.0.1",
"mercurius-codegen": "workspace:5.0.0",
"nyc": "15.1.0",
"open-cli": "^7.1.0",
"prettier": "^2.7.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43e64f5

Please sign in to comment.