Skip to content

Commit 7cc06c0

Browse files
Version Packages (#3941)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a66864 commit 7cc06c0

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

.changeset/famous-eyes-watch.md

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

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphiql/plugin-explorer": "^4.0.3",
1414
"@graphiql/toolkit": "^0.11.2",
1515
"@graphiql/react": "^0.32.2",
16-
"graphiql": "^4.0.3",
16+
"graphiql": "^4.0.4",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

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

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#3940](https://github.com/graphql/graphiql/pull/3940) [`5a66864`](https://github.com/graphql/graphiql/commit/5a668647e1cbca9e846bfa617f97fbae21c821bd) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat(@graphiql/plugin-doc-explorer): migrate React context to zustand, replace `useExplorerContext` with `useDocExplorer` and `useDocExplorerActions` hooks
8+
39
## 0.0.2
410

511
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-doc-explorer",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",

packages/graphiql/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- [#3940](https://github.com/graphql/graphiql/pull/3940) [`5a66864`](https://github.com/graphql/graphiql/commit/5a668647e1cbca9e846bfa617f97fbae21c821bd) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat(@graphiql/plugin-doc-explorer): migrate React context to zustand, replace `useExplorerContext` with `useDocExplorer` and `useDocExplorerActions` hooks
8+
9+
- Updated dependencies [[`5a66864`](https://github.com/graphql/graphiql/commit/5a668647e1cbca9e846bfa617f97fbae21c821bd)]:
10+
- @graphiql/plugin-doc-explorer@0.1.0
11+
312
## 4.0.3
413

514
### Patch Changes

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"sideEffects": false,
55
"description": "An graphical interactive in-browser GraphQL IDE.",
66
"contributors": [
@@ -50,7 +50,7 @@
5050
"react-compiler-runtime": "19.1.0-rc.1",
5151
"@graphiql/react": "^0.32.2",
5252
"@graphiql/plugin-history": "^0.1.0",
53-
"@graphiql/plugin-doc-explorer": "^0.0.2"
53+
"@graphiql/plugin-doc-explorer": "^0.1.0"
5454
},
5555
"peerDependencies": {
5656
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",

0 commit comments

Comments
 (0)