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

File tree

16 files changed

+72
-31
lines changed

16 files changed

+72
-31
lines changed

.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": {

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.34.1
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+
312
## 0.34.0
413

514
### Minor Changes

packages/graphiql-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.34.0",
3+
"version": "0.34.1",
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/toolkit": "^0.11.2",
45+
"@graphiql/toolkit": "^0.11.3",
4646
"@radix-ui/react-dialog": "^1.1",
4747
"@radix-ui/react-dropdown-menu": "^2.1",
4848
"@radix-ui/react-tooltip": "^1.2",

packages/graphiql-toolkit/CHANGELOG.md

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

3+
## 0.11.3
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
## 0.11.2
410

511
### Patch Changes

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/toolkit",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Utility to build a fetcher for GraphiQL",
55
"contributors": [
66
"Rikki Schulte <rikki.schulte@gmail.com> (https://rikki.dev)"

packages/graphiql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.1.1
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/plugin-doc-explorer@0.2.2
11+
- @graphiql/plugin-history@0.2.2
12+
- @graphiql/react@0.34.1
13+
314
## 4.1.0
415

516
### Minor Changes

packages/graphiql/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"sideEffects": false,
55
"description": "An graphical interactive in-browser GraphQL IDE.",
66
"contributors": [
@@ -47,9 +47,9 @@
4747
},
4848
"dependencies": {
4949
"react-compiler-runtime": "19.1.0-rc.1",
50-
"@graphiql/react": "^0.34.0",
51-
"@graphiql/plugin-history": "^0.2.1",
52-
"@graphiql/plugin-doc-explorer": "^0.2.1"
50+
"@graphiql/react": "^0.34.1",
51+
"@graphiql/plugin-history": "^0.2.2",
52+
"@graphiql/plugin-doc-explorer": "^0.2.2"
5353
},
5454
"peerDependencies": {
5555
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
@@ -62,7 +62,7 @@
6262
"vite-plugin-dts": "^4.5.3",
6363
"vite": "^6.3.4",
6464
"@vitejs/plugin-react": "^4.4.1",
65-
"@graphiql/toolkit": "^0.11.2",
65+
"@graphiql/toolkit": "^0.11.3",
6666
"@testing-library/dom": "^10.4.0",
6767
"@testing-library/jest-dom": "^6.6.3",
6868
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)