Skip to content

Commit 2eafde7

Browse files
Version Packages
1 parent bc31cd9 commit 2eafde7

File tree

13 files changed

+113
-48
lines changed

13 files changed

+113
-48
lines changed

.changeset/grumpy-knives-smile.md

-25
This file was deleted.

.changeset/purple-otters-explode.md

-7
This file was deleted.

examples/graphiql-webpack/package.json

+4-4
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.0",
13-
"@graphiql/plugin-explorer": "^4.0.0",
12+
"@graphiql/plugin-code-exporter": "^4.0.1",
13+
"@graphiql/plugin-explorer": "^4.0.1",
1414
"@graphiql/toolkit": "^0.11.2",
15-
"@graphiql/react": "^0.30.0",
16-
"graphiql": "^4.0.0",
15+
"@graphiql/react": "^0.31.0",
16+
"graphiql": "^4.0.1",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql-plugin-code-exporter/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphiql/plugin-code-exporter
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#3915](https://github.com/graphql/graphiql/pull/3915) [`bc31cd9`](https://github.com/graphql/graphiql/commit/bc31cd99a92693238e7359456e3cc22ed0387df0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix unpkg.com results to `Not found` when `main` field isn't specified in `package.json`
8+
9+
- Updated dependencies [[`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6)]:
10+
- @graphiql/react@0.31.0
11+
312
## 4.0.0
413

514
### Major Changes

packages/graphiql-plugin-code-exporter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
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.30.0",
40+
"@graphiql/react": "^0.31.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.30.0",
46+
"@graphiql/react": "^0.31.0",
4747
"@vitejs/plugin-react": "^4.4.1",
4848
"graphql": "^16.9.0",
4949
"react": "^19.1.0",

packages/graphiql-plugin-explorer/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphiql/plugin-explorer
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#3915](https://github.com/graphql/graphiql/pull/3915) [`bc31cd9`](https://github.com/graphql/graphiql/commit/bc31cd99a92693238e7359456e3cc22ed0387df0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix unpkg.com results to `Not found` when `main` field isn't specified in `package.json`
8+
9+
- Updated dependencies [[`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6)]:
10+
- @graphiql/react@0.31.0
11+
312
## 4.0.0
413

514
### Major Changes

packages/graphiql-plugin-explorer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -36,13 +36,13 @@
3636
"graphiql-explorer": "^0.9.0"
3737
},
3838
"peerDependencies": {
39-
"@graphiql/react": "^0.30.0",
39+
"@graphiql/react": "^0.31.0",
4040
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
4141
"react": "^18 || ^19",
4242
"react-dom": "^18 || ^19"
4343
},
4444
"devDependencies": {
45-
"@graphiql/react": "^0.30.0",
45+
"@graphiql/react": "^0.31.0",
4646
"@vitejs/plugin-react": "^4.4.1",
4747
"graphql": "^16.9.0",
4848
"react": "^19.1.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# @graphiql/plugin-history
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#3911](https://github.com/graphql/graphiql/pull/3911) [`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - export `cn` from `@graphiql/react`
8+
9+
- remove following exports from `@graphiql/react` and move them in `@graphiql/plugin-history` package:
10+
- `History`
11+
- `HistoryContext`
12+
- `HistoryContextType`
13+
- `HistoryContextProvider`
14+
- `useHistoryContext`
15+
- `HISTORY_PLUGIN`
16+
- remove types from `@graphiql/react` (use `ComponentProps<typeof MyContextProviderProps>` instead):
17+
- `HistoryContextProviderProps`
18+
- `ExecutionContextProviderProps`
19+
- `EditorContextProviderProps`
20+
- `ExplorerContextProviderProps`
21+
- `PluginContextProviderProps`
22+
- `SchemaContextProviderProps`
23+
- `StorageContextProviderProps`
24+
- `GraphiQLProviderProps`
25+
26+
- Updated dependencies [[`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6)]:
27+
- @graphiql/react@0.31.0

packages/graphiql-plugin-history/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-history",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"react-compiler-runtime": "19.1.0-rc.1",
4343
"@graphiql/toolkit": "^0.11.2",
44-
"@graphiql/react": "^0.30.0"
44+
"@graphiql/react": "^0.31.0"
4545
},
4646
"devDependencies": {
4747
"@testing-library/react": "^16.1.0",

packages/graphiql-react/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @graphiql/react
22

3+
## 0.31.0
4+
5+
### Minor Changes
6+
7+
- [#3911](https://github.com/graphql/graphiql/pull/3911) [`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - export `cn` from `@graphiql/react`
8+
9+
- remove following exports from `@graphiql/react` and move them in `@graphiql/plugin-history` package:
10+
- `History`
11+
- `HistoryContext`
12+
- `HistoryContextType`
13+
- `HistoryContextProvider`
14+
- `useHistoryContext`
15+
- `HISTORY_PLUGIN`
16+
- remove types from `@graphiql/react` (use `ComponentProps<typeof MyContextProviderProps>` instead):
17+
- `HistoryContextProviderProps`
18+
- `ExecutionContextProviderProps`
19+
- `EditorContextProviderProps`
20+
- `ExplorerContextProviderProps`
21+
- `PluginContextProviderProps`
22+
- `SchemaContextProviderProps`
23+
- `StorageContextProviderProps`
24+
- `GraphiQLProviderProps`
25+
326
## 0.30.0
427

528
### Minor Changes

packages/graphiql-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",

packages/graphiql/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#3911](https://github.com/graphql/graphiql/pull/3911) [`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - export `cn` from `@graphiql/react`
8+
9+
- remove following exports from `@graphiql/react` and move them in `@graphiql/plugin-history` package:
10+
- `History`
11+
- `HistoryContext`
12+
- `HistoryContextType`
13+
- `HistoryContextProvider`
14+
- `useHistoryContext`
15+
- `HISTORY_PLUGIN`
16+
- remove types from `@graphiql/react` (use `ComponentProps<typeof MyContextProviderProps>` instead):
17+
- `HistoryContextProviderProps`
18+
- `ExecutionContextProviderProps`
19+
- `EditorContextProviderProps`
20+
- `ExplorerContextProviderProps`
21+
- `PluginContextProviderProps`
22+
- `SchemaContextProviderProps`
23+
- `StorageContextProviderProps`
24+
- `GraphiQLProviderProps`
25+
26+
- [#3915](https://github.com/graphql/graphiql/pull/3915) [`bc31cd9`](https://github.com/graphql/graphiql/commit/bc31cd99a92693238e7359456e3cc22ed0387df0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix unpkg.com results to `Not found` when `main` field isn't specified in `package.json`
27+
28+
- Updated dependencies [[`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6)]:
29+
- @graphiql/plugin-history@0.0.1
30+
- @graphiql/react@0.31.0
31+
332
## 4.0.0
433

534
### Major Changes

packages/graphiql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"sideEffects": false,
55
"description": "An graphical interactive in-browser GraphQL IDE.",
66
"contributors": [
@@ -48,8 +48,8 @@
4848
},
4949
"dependencies": {
5050
"react-compiler-runtime": "19.1.0-rc.1",
51-
"@graphiql/react": "^0.30.0",
52-
"@graphiql/plugin-history": "^0.0.0"
51+
"@graphiql/react": "^0.31.0",
52+
"@graphiql/plugin-history": "^0.0.1"
5353
},
5454
"peerDependencies": {
5555
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",

0 commit comments

Comments
 (0)