Skip to content

Commit 53c4e13

Browse files
Version Packages (#3838)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5e76a4f commit 53c4e13

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed

.changeset/long-parents-grow.md

-6
This file was deleted.

examples/graphiql-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^3.1.4",
13-
"@graphiql/plugin-explorer": "^3.2.4",
13+
"@graphiql/plugin-explorer": "^3.2.5",
1414
"@graphiql/toolkit": "^0.11.1",
15-
"@graphiql/react": "^0.28.0",
15+
"@graphiql/react": "^0.28.1",
1616
"graphiql": "^3.8.1",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 3.2.5
4+
5+
### Patch Changes
6+
7+
- [#3837](https://github.com/graphql/graphiql/pull/3837) [`5e76a4f`](https://github.com/graphql/graphiql/commit/5e76a4f3c8b089a1de0c92c9b9c1edc2ae3f49d4) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix query builder updated only first selected field in query editor due recent enabled react-compiler
8+
39
## 3.2.4
410

511
### Patch Changes

packages/graphiql-plugin-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -38,7 +38,7 @@
3838
"react-dom": "^16.8.0 || ^17 || ^18"
3939
},
4040
"devDependencies": {
41-
"@graphiql/react": "^0.28.0",
41+
"@graphiql/react": "^0.28.1",
4242
"@vitejs/plugin-react": "^4.3.1",
4343
"graphql": "^16.9.0",
4444
"react": "^18.2.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.28.1
4+
5+
### Patch Changes
6+
7+
- [#3837](https://github.com/graphql/graphiql/pull/3837) [`5e76a4f`](https://github.com/graphql/graphiql/commit/5e76a4f3c8b089a1de0c92c9b9c1edc2ae3f49d4) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix query builder updated only first selected field in query editor due recent enabled react-compiler
8+
39
## 0.28.0
410

511
### 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.28.0",
3+
"version": "0.28.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

0 commit comments

Comments
 (0)