Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/famous-eyes-watch.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphiql/plugin-explorer": "^4.0.3",
"@graphiql/toolkit": "^0.11.2",
"@graphiql/react": "^0.32.2",
"graphiql": "^4.0.3",
"graphiql": "^4.0.4",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^19.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-plugin-doc-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/plugin-doc-explorer

## 0.1.0

### Minor Changes

- [#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

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-doc-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-doc-explorer",
"version": "0.0.2",
"version": "0.1.0",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.4

### Patch Changes

- [#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

- Updated dependencies [[`5a66864`](https://github.com/graphql/graphiql/commit/5a668647e1cbca9e846bfa617f97fbae21c821bd)]:
- @graphiql/[email protected]

## 4.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "4.0.3",
"version": "4.0.4",
"sideEffects": false,
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-compiler-runtime": "19.1.0-rc.1",
"@graphiql/react": "^0.32.2",
"@graphiql/plugin-history": "^0.1.0",
"@graphiql/plugin-doc-explorer": "^0.0.2"
"@graphiql/plugin-doc-explorer": "^0.1.0"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
Expand Down
Loading