Skip to content

Commit a3728a9

Browse files
chore(release): update monorepo packages versions
1 parent 889f2c2 commit a3728a9

File tree

13 files changed

+52
-40
lines changed

13 files changed

+52
-40
lines changed

.changeset/beige-rabbits-guess.md

-12
This file was deleted.

examples/express/complete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
1818
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
1919
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
20-
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
21-
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
20+
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
21+
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
2222
"@graphql-typed-document-node/core": "^3.1.0",
2323
"express": "^4.17.1",
2424
"graphql": "15.4.0-experimental-stream-defer.1",

examples/fastify/complete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
1919
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
2020
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
21-
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
21+
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
2222
"@graphql-ez/plugin-voyager": "workspace:^0.9.0",
23-
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
23+
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
2424
"@types/graphql-upload": "^8.0.7",
2525
"fastify": "^3.22.0",
2626
"graphql": "15.4.0-experimental-stream-defer.1",

examples/hapi/complete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
1818
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
1919
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
20-
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
21-
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
20+
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
21+
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
2222
"@graphql-typed-document-node/core": "^3.1.0",
2323
"@hapi/hapi": "^20.2.1",
2424
"graphql": "15.4.0-experimental-stream-defer.1",

examples/http/complete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
1818
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
1919
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
20-
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
21-
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
20+
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
21+
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
2222
"@graphql-typed-document-node/core": "^3.1.0",
2323
"graphql": "15.4.0-experimental-stream-defer.1",
2424
"graphql-ez": "workspace:^0.13.1"

examples/koa/complete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
1919
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
2020
"@graphql-ez/plugin-sse": "workspace:^0.2.0",
21-
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
22-
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
21+
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
22+
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
2323
"@graphql-typed-document-node/core": "^3.1.0",
2424
"@koa/router": "^10.1.1",
2525
"graphql": "15.4.0-experimental-stream-defer.1",

examples/nextjs/complete/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-ez/plugin-graphiql": "workspace:^0.10.1",
1616
"@graphql-ez/plugin-modules": "workspace:^0.8.2",
1717
"@graphql-ez/plugin-scalars": "workspace:^0.7.3",
18-
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
18+
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
1919
"@graphql-ez/plugin-voyager": "workspace:^0.9.0",
2020
"@graphql-typed-document-node/core": "^3.1.0",
2121
"graphql": "15.4.0-experimental-stream-defer.1",

packages/plugin/upload/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-ez/plugin-upload
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- 889f2c21: Fix: remove dynamic imports due to jest/v8 bug, change interop method for specific problematic dependencies
8+
9+
See:
10+
11+
- https://bugs.chromium.org/p/v8/issues/detail?id=10284
12+
- https://github.com/nodejs/node/issues/36351
13+
- https://github.com/facebook/jest/issues/11438
14+
315
## 0.6.1
416

517
### Patch Changes

packages/plugin/upload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-ez/plugin-upload",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"homepage": "https://www.graphql-ez.com",
55
"repository": {
66
"type": "git",

packages/plugin/websockets/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-ez/plugin-websockets
22

3+
## 0.10.2
4+
5+
### Patch Changes
6+
7+
- 889f2c21: Fix: remove dynamic imports due to jest/v8 bug, change interop method for specific problematic dependencies
8+
9+
See:
10+
11+
- https://bugs.chromium.org/p/v8/issues/detail?id=10284
12+
- https://github.com/nodejs/node/issues/36351
13+
- https://github.com/facebook/jest/issues/11438
14+
315
## 0.10.1
416

517
### Patch Changes

packages/plugin/websockets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-ez/plugin-websockets",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"homepage": "https://www.graphql-ez.com",
55
"repository": {
66
"type": "git",

pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yoga/preset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@graphql-ez/plugin-codegen": "workspace:^0.7.3",
2727
"@graphql-ez/plugin-graphiql": "workspace:^0.10.1",
2828
"@graphql-ez/plugin-schema": "workspace:^0.7.3",
29-
"@graphql-ez/plugin-upload": "workspace:^0.6.1",
30-
"@graphql-ez/plugin-websockets": "workspace:^0.10.1",
29+
"@graphql-ez/plugin-upload": "workspace:^0.6.2",
30+
"@graphql-ez/plugin-websockets": "workspace:^0.10.2",
3131
"@graphql-ez/utils": "workspace:^0.1.2",
3232
"@graphql-tools/mock": "^8.4.0",
3333
"@graphql-tools/utils": "^8.2.5",

0 commit comments

Comments
 (0)