Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2021
1 parent 889f2c2 commit a3728a9
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 40 deletions.
12 changes: 0 additions & 12 deletions .changeset/beige-rabbits-guess.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/express/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-typed-document-node/core": "^3.1.0",
"express": "^4.17.1",
"graphql": "15.4.0-experimental-stream-defer.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
"@graphql-ez/plugin-voyager": "workspace:^0.9.0",
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@types/graphql-upload": "^8.0.7",
"fastify": "^3.22.0",
"graphql": "15.4.0-experimental-stream-defer.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/hapi/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-typed-document-node/core": "^3.1.0",
"@hapi/hapi": "^20.2.1",
"graphql": "15.4.0-experimental-stream-defer.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/http/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-typed-document-node/core": "^3.1.0",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-ez": "workspace:^0.13.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/koa/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
"@graphql-ez/plugin-sse": "workspace:^0.2.0",
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-typed-document-node/core": "^3.1.0",
"@koa/router": "^10.1.1",
"graphql": "15.4.0-experimental-stream-defer.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-ez/plugin-graphiql": "workspace:^0.10.1",
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
"@graphql-ez/plugin-voyager": "workspace:^0.9.0",
"@graphql-typed-document-node/core": "^3.1.0",
"graphql": "15.4.0-experimental-stream-defer.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin/upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-ez/plugin-upload

## 0.6.2

### Patch Changes

- 889f2c21: Fix: remove dynamic imports due to jest/v8 bug, change interop method for specific problematic dependencies

See:

- https://bugs.chromium.org/p/v8/issues/detail?id=10284
- https://github.com/nodejs/node/issues/36351
- https://github.com/facebook/jest/issues/11438

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/plugin-upload",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin/websockets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-ez/plugin-websockets

## 0.10.2

### Patch Changes

- 889f2c21: Fix: remove dynamic imports due to jest/v8 bug, change interop method for specific problematic dependencies

See:

- https://bugs.chromium.org/p/v8/issues/detail?id=10284
- https://github.com/nodejs/node/issues/36351
- https://github.com/facebook/jest/issues/11438

## 0.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/websockets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/plugin-websockets",
"version": "0.10.1",
"version": "0.10.2",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions yoga/preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@graphql-ez/plugin-codegen": "workspace:^0.7.3",
"@graphql-ez/plugin-graphiql": "workspace:^0.10.1",
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
"@graphql-ez/utils": "workspace:^0.1.2",
"@graphql-tools/mock": "^8.4.0",
"@graphql-tools/utils": "^8.2.5",
Expand Down

0 comments on commit a3728a9

Please sign in to comment.