Skip to content

Commit ece5880

Browse files
Version Packages
1 parent 6e5d5fc commit ece5880

File tree

16 files changed

+67
-28
lines changed

16 files changed

+67
-28
lines changed

.changeset/twenty-walls-share.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/graphiql-vite-react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start": "react-router-serve dist/server/index.js"
1212
},
1313
"dependencies": {
14-
"@graphiql/react": "0.36.0",
14+
"@graphiql/react": "0.37.0",
1515
"@react-router/fs-routes": "7.6.3",
1616
"@react-router/node": "7.6.3",
1717
"@react-router/serve": "7.6.3",
18-
"graphiql": "5.1.0",
18+
"graphiql": "5.1.1",
1919
"isbot": "^5",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",

examples/graphiql-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"graphiql": "^5.1.0",
6+
"graphiql": "^5.1.1",
77
"graphql": "^16.11.0",
88
"react": "^19.1.0",
99
"react-dom": "^19.1.0"

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"start": "NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^5.1.0",
13-
"@graphiql/plugin-explorer": "^5.1.0",
14-
"@graphiql/react": "^0.36.0",
12+
"@graphiql/plugin-code-exporter": "^5.1.1",
13+
"@graphiql/plugin-explorer": "^5.1.1",
14+
"@graphiql/react": "^0.37.0",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.1.0",
16+
"graphiql": "^5.1.1",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql-plugin-code-exporter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-code-exporter
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6e5d5fc`](https://github.com/graphql/graphiql/commit/6e5d5fce9a7eb5770f40300fc153e0b9b10edfbf)]:
8+
- @graphiql/react@0.37.0
9+
310
## 5.1.0
411

512
### Minor Changes

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -36,13 +36,13 @@
3636
"graphiql-code-exporter": "^3.0.3"
3737
},
3838
"peerDependencies": {
39-
"@graphiql/react": "^0.36.0",
39+
"@graphiql/react": "^0.37.0",
4040
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
4141
"react": "^18 || ^19",
4242
"react-dom": "^18 || ^19"
4343
},
4444
"devDependencies": {
45-
"@graphiql/react": "^0.36.0",
45+
"@graphiql/react": "^0.37.0",
4646
"@vitejs/plugin-react": "^4.4.1",
4747
"graphql": "^16.9.0",
4848
"react": "^19.1.0",

packages/graphiql-plugin-doc-explorer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-doc-explorer
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6e5d5fc`](https://github.com/graphql/graphiql/commit/6e5d5fce9a7eb5770f40300fc153e0b9b10edfbf)]:
8+
- @graphiql/react@0.37.0
9+
310
## 0.4.0
411

512
### Minor Changes

packages/graphiql-plugin-doc-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-doc-explorer",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -36,7 +36,7 @@
3636
"test": "vitest"
3737
},
3838
"peerDependencies": {
39-
"@graphiql/react": "^0.36.0",
39+
"@graphiql/react": "^0.37.0",
4040
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
4141
"react": "^18 || ^19",
4242
"react-compiler-runtime": "19.1.0-rc.1",

packages/graphiql-plugin-explorer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-explorer
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6e5d5fc`](https://github.com/graphql/graphiql/commit/6e5d5fce9a7eb5770f40300fc153e0b9b10edfbf)]:
8+
- @graphiql/react@0.37.0
9+
310
## 5.1.0
411

512
### Minor Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -35,13 +35,13 @@
3535
"graphiql-explorer": "^0.9.0"
3636
},
3737
"peerDependencies": {
38-
"@graphiql/react": "^0.36.0",
38+
"@graphiql/react": "^0.37.0",
3939
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
4040
"react": "^18 || ^19",
4141
"react-dom": "^18 || ^19"
4242
},
4343
"devDependencies": {
44-
"@graphiql/react": "^0.36.0",
44+
"@graphiql/react": "^0.37.0",
4545
"@vitejs/plugin-react": "^4.4.1",
4646
"graphql": "^16.9.0",
4747
"react": "^19.1.0",

0 commit comments

Comments
 (0)