Skip to content

Commit 60b0798

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

17 files changed

Lines changed: 98 additions & 54 deletions

File tree

.changeset/good-geese-joke.md

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

.changeset/itchy-spies-develop.md

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

.changeset/old-beds-juggle.md

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

.changeset/tame-swans-act.md

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

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": "^4.0.3",
13-
"@graphiql/plugin-explorer": "^4.0.3",
12+
"@graphiql/plugin-code-exporter": "^4.0.4",
13+
"@graphiql/plugin-explorer": "^4.0.4",
1414
"@graphiql/toolkit": "^0.11.2",
15-
"@graphiql/react": "^0.32.2",
16-
"graphiql": "^4.0.4",
15+
"@graphiql/react": "^0.33.0",
16+
"graphiql": "^4.0.5",
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+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`117627b`](https://github.com/graphql/graphiql/commit/117627b451607198dd7b9dc19e76da8a71d14b71), [`fa78481`](https://github.com/graphql/graphiql/commit/fa784819ce020346052901019079fb5b44af6ef0), [`7275472`](https://github.com/graphql/graphiql/commit/727547236bbd4fc721069ceae63eb8a6acffa57e), [`00c8605`](https://github.com/graphql/graphiql/commit/00c8605e1f3068e6547a5a9e969571a86a57f921)]:
8+
- @graphiql/react@0.33.0
9+
310
## 4.0.3
411

512
### Patch 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": "4.0.3",
3+
"version": "4.0.4",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -37,13 +37,13 @@
3737
"graphiql-code-exporter": "^3.0.3"
3838
},
3939
"peerDependencies": {
40-
"@graphiql/react": "^0.32.0",
40+
"@graphiql/react": "^0.33.0",
4141
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
4242
"react": "^18 || ^19",
4343
"react-dom": "^18 || ^19"
4444
},
4545
"devDependencies": {
46-
"@graphiql/react": "^0.32.2",
46+
"@graphiql/react": "^0.33.0",
4747
"@vitejs/plugin-react": "^4.4.1",
4848
"graphql": "^16.9.0",
4949
"react": "^19.1.0",

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

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#3947](https://github.com/graphql/graphiql/pull/3947) [`fa78481`](https://github.com/graphql/graphiql/commit/fa784819ce020346052901019079fb5b44af6ef0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - refactor `useStorage`, `useDocExplorer` and `useHistory` hooks
8+
9+
### Patch Changes
10+
11+
- [#3945](https://github.com/graphql/graphiql/pull/3945) [`117627b`](https://github.com/graphql/graphiql/commit/117627b451607198dd7b9dc19e76da8a71d14b71) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat(@graphiql/react): migrate React context to zustand, replace `usePluginContext` with `usePluginStore` hook
12+
13+
- [#3943](https://github.com/graphql/graphiql/pull/3943) [`7275472`](https://github.com/graphql/graphiql/commit/727547236bbd4fc721069ceae63eb8a6acffa57e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat(@graphiql/react): migrate React context to zustand, replace `useSchemaContext` with `useSchemaStore` hook
14+
15+
- Updated dependencies [[`117627b`](https://github.com/graphql/graphiql/commit/117627b451607198dd7b9dc19e76da8a71d14b71), [`fa78481`](https://github.com/graphql/graphiql/commit/fa784819ce020346052901019079fb5b44af6ef0), [`7275472`](https://github.com/graphql/graphiql/commit/727547236bbd4fc721069ceae63eb8a6acffa57e), [`00c8605`](https://github.com/graphql/graphiql/commit/00c8605e1f3068e6547a5a9e969571a86a57f921)]:
16+
- @graphiql/react@0.33.0
17+
318
## 0.1.0
419

520
### 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.1.0",
3+
"version": "0.2.0",
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.32.2",
45+
"@graphiql/react": "^0.33.0",
4646
"@headlessui/react": "^2.2",
4747
"zustand": "^5"
4848
},

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- [#3945](https://github.com/graphql/graphiql/pull/3945) [`117627b`](https://github.com/graphql/graphiql/commit/117627b451607198dd7b9dc19e76da8a71d14b71) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat(@graphiql/react): migrate React context to zustand, replace `usePluginContext` with `usePluginStore` hook
8+
9+
- [#3947](https://github.com/graphql/graphiql/pull/3947) [`fa78481`](https://github.com/graphql/graphiql/commit/fa784819ce020346052901019079fb5b44af6ef0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - refactor `useStorage`, `useDocExplorer` and `useHistory` hooks
10+
11+
- [#3943](https://github.com/graphql/graphiql/pull/3943) [`7275472`](https://github.com/graphql/graphiql/commit/727547236bbd4fc721069ceae63eb8a6acffa57e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat(@graphiql/react): migrate React context to zustand, replace `useSchemaContext` with `useSchemaStore` hook
12+
13+
- Updated dependencies [[`117627b`](https://github.com/graphql/graphiql/commit/117627b451607198dd7b9dc19e76da8a71d14b71), [`fa78481`](https://github.com/graphql/graphiql/commit/fa784819ce020346052901019079fb5b44af6ef0), [`7275472`](https://github.com/graphql/graphiql/commit/727547236bbd4fc721069ceae63eb8a6acffa57e), [`00c8605`](https://github.com/graphql/graphiql/commit/00c8605e1f3068e6547a5a9e969571a86a57f921)]:
14+
- @graphiql/react@0.33.0
15+
316
## 4.0.3
417

518
### Patch Changes

0 commit comments

Comments
 (0)