Skip to content

Version Packages #3914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2025
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
25 changes: 0 additions & 25 deletions .changeset/grumpy-knives-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-otters-explode.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start": "NODE_ENV=development webpack-cli serve"
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^4.0.0",
"@graphiql/plugin-explorer": "^4.0.0",
"@graphiql/plugin-code-exporter": "^4.0.1",
"@graphiql/plugin-explorer": "^4.0.1",
"@graphiql/toolkit": "^0.11.2",
"@graphiql/react": "^0.30.0",
"graphiql": "^4.0.0",
"@graphiql/react": "^0.31.0",
"graphiql": "^4.0.1",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^19.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/plugin-code-exporter

## 4.0.1

### Patch Changes

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

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

## 4.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-code-exporter",
"version": "4.0.0",
"version": "4.0.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,13 +37,13 @@
"graphiql-code-exporter": "^3.0.3"
},
"peerDependencies": {
"@graphiql/react": "^0.30.0",
"@graphiql/react": "^0.31.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@graphiql/react": "^0.30.0",
"@graphiql/react": "^0.31.0",
"@vitejs/plugin-react": "^4.4.1",
"graphql": "^16.9.0",
"react": "^19.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/plugin-explorer

## 4.0.1

### Patch Changes

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

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

## 4.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "4.0.0",
"version": "4.0.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,13 +36,13 @@
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
"@graphiql/react": "^0.30.0",
"@graphiql/react": "^0.31.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@graphiql/react": "^0.30.0",
"@graphiql/react": "^0.31.0",
"@vitejs/plugin-react": "^4.4.1",
"graphql": "^16.9.0",
"react": "^19.1.0",
Expand Down
27 changes: 27 additions & 0 deletions packages/graphiql-plugin-history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# @graphiql/plugin-history

## 0.0.1

### Patch Changes

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

- remove following exports from `@graphiql/react` and move them in `@graphiql/plugin-history` package:
- `History`
- `HistoryContext`
- `HistoryContextType`
- `HistoryContextProvider`
- `useHistoryContext`
- `HISTORY_PLUGIN`
- remove types from `@graphiql/react` (use `ComponentProps<typeof MyContextProviderProps>` instead):
- `HistoryContextProviderProps`
- `ExecutionContextProviderProps`
- `EditorContextProviderProps`
- `ExplorerContextProviderProps`
- `PluginContextProviderProps`
- `SchemaContextProviderProps`
- `StorageContextProviderProps`
- `GraphiQLProviderProps`

- Updated dependencies [[`e7c436b`](https://github.com/graphql/graphiql/commit/e7c436b329a68981bdbd2b662be94875a546a1d6)]:
- @graphiql/[email protected]
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-history",
"version": "0.0.0",
"version": "0.0.1",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"react-compiler-runtime": "19.1.0-rc.1",
"@graphiql/toolkit": "^0.11.2",
"@graphiql/react": "^0.30.0"
"@graphiql/react": "^0.31.0"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @graphiql/react

## 0.31.0

### Minor Changes

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

- remove following exports from `@graphiql/react` and move them in `@graphiql/plugin-history` package:
- `History`
- `HistoryContext`
- `HistoryContextType`
- `HistoryContextProvider`
- `useHistoryContext`
- `HISTORY_PLUGIN`
- remove types from `@graphiql/react` (use `ComponentProps<typeof MyContextProviderProps>` instead):
- `HistoryContextProviderProps`
- `ExecutionContextProviderProps`
- `EditorContextProviderProps`
- `ExplorerContextProviderProps`
- `PluginContextProviderProps`
- `SchemaContextProviderProps`
- `StorageContextProviderProps`
- `GraphiQLProviderProps`

## 0.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.30.0",
"version": "0.31.0",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
29 changes: 29 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 4.0.1

### Patch Changes

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

- remove following exports from `@graphiql/react` and move them in `@graphiql/plugin-history` package:
- `History`
- `HistoryContext`
- `HistoryContextType`
- `HistoryContextProvider`
- `useHistoryContext`
- `HISTORY_PLUGIN`
- remove types from `@graphiql/react` (use `ComponentProps<typeof MyContextProviderProps>` instead):
- `HistoryContextProviderProps`
- `ExecutionContextProviderProps`
- `EditorContextProviderProps`
- `ExplorerContextProviderProps`
- `PluginContextProviderProps`
- `SchemaContextProviderProps`
- `StorageContextProviderProps`
- `GraphiQLProviderProps`

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

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

## 4.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "4.0.0",
"version": "4.0.1",
"sideEffects": false,
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"react-compiler-runtime": "19.1.0-rc.1",
"@graphiql/react": "^0.30.0",
"@graphiql/plugin-history": "^0.0.0"
"@graphiql/react": "^0.31.0",
"@graphiql/plugin-history": "^0.0.1"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
Expand Down