Skip to content

Commit c8dde6c

Browse files
Version Packages (#3971)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7054591 commit c8dde6c

16 files changed

Lines changed: 72 additions & 31 deletions

File tree

.changeset/tiny-adults-call.md

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

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^4.0.5",
13-
"@graphiql/plugin-explorer": "^4.0.5",
14-
"@graphiql/toolkit": "^0.11.2",
15-
"@graphiql/react": "^0.34.0",
16-
"graphiql": "^4.1.0",
13+
"@graphiql/plugin-explorer": "^4.0.6",
14+
"@graphiql/toolkit": "^0.11.3",
15+
"@graphiql/react": "^0.34.1",
16+
"graphiql": "^4.1.1",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@graphiql/toolkit": "^0.11.2",
12+
"@graphiql/toolkit": "^0.11.3",
1313
"graphql": "^16.9.0",
1414
"graphql-ws": "^5.5.5",
1515
"jsonc-parser": "^3.2.0",

examples/monaco-graphql-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"dependencies": {
6-
"@graphiql/toolkit": "^0.11.2",
6+
"@graphiql/toolkit": "^0.11.3",
77
"graphql": "^16.11.0",
88
"graphql-language-service": "^5.3.1",
99
"jsonc-parser": "^3.2.0",

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

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#3970](https://github.com/graphql/graphiql/pull/3970) [`7054591`](https://github.com/graphql/graphiql/commit/70545912d1b3bb9e0c45e766a5c89896a9c4dfb7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - revert https://github.com/graphql/graphiql/pull/3946 to have support multiple embedded graphiql instances on the same page
8+
9+
- Updated dependencies [[`7054591`](https://github.com/graphql/graphiql/commit/70545912d1b3bb9e0c45e766a5c89896a9c4dfb7)]:
10+
- @graphiql/react@0.34.1
11+
312
## 0.2.1
413

514
### Patch 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.2.1",
3+
"version": "0.2.2",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"react-compiler-runtime": "19.1.0-rc.1",
45-
"@graphiql/react": "^0.34.0",
45+
"@graphiql/react": "^0.34.1",
4646
"@headlessui/react": "^2.2",
4747
"zustand": "^5"
4848
},

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- [#3970](https://github.com/graphql/graphiql/pull/3970) [`7054591`](https://github.com/graphql/graphiql/commit/70545912d1b3bb9e0c45e766a5c89896a9c4dfb7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - revert https://github.com/graphql/graphiql/pull/3946 to have support multiple embedded graphiql instances on the same page
8+
39
## 4.0.5
410

511
### Patch Changes

packages/graphiql-plugin-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-explorer",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
"react-dom": "^18 || ^19"
4242
},
4343
"devDependencies": {
44-
"@graphiql/react": "^0.34.0",
44+
"@graphiql/react": "^0.34.1",
4545
"@vitejs/plugin-react": "^4.4.1",
4646
"graphql": "^16.9.0",
4747
"react": "^19.1.0",

packages/graphiql-plugin-history/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#3970](https://github.com/graphql/graphiql/pull/3970) [`7054591`](https://github.com/graphql/graphiql/commit/70545912d1b3bb9e0c45e766a5c89896a9c4dfb7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - revert https://github.com/graphql/graphiql/pull/3946 to have support multiple embedded graphiql instances on the same page
8+
9+
- Updated dependencies [[`7054591`](https://github.com/graphql/graphiql/commit/70545912d1b3bb9e0c45e766a5c89896a9c4dfb7)]:
10+
- @graphiql/toolkit@0.11.3
11+
- @graphiql/react@0.34.1
12+
313
## 0.2.1
414

515
### Patch Changes

packages/graphiql-plugin-history/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-history",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"react-compiler-runtime": "19.1.0-rc.1",
43-
"@graphiql/toolkit": "^0.11.2",
44-
"@graphiql/react": "^0.34.0",
43+
"@graphiql/toolkit": "^0.11.3",
44+
"@graphiql/react": "^0.34.1",
4545
"zustand": "^5"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)