Skip to content

Commit 0d9e51a

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (#4082)
* Version Packages * Update package.json * run yarn --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 4950dec commit 0d9e51a

File tree

9 files changed

+37
-24
lines changed

9 files changed

+37
-24
lines changed

.changeset/shaggy-panthers-grin.md

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

examples/graphiql-vite-react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start": "react-router-serve dist/server/index.js"
1212
},
1313
"dependencies": {
14-
"@graphiql/react": "0.37.0",
14+
"@graphiql/react": "0.37.1",
1515
"@react-router/fs-routes": "7.6.3",
1616
"@react-router/node": "7.6.3",
1717
"@react-router/serve": "7.6.3",
18-
"graphiql": "5.1.1",
18+
"graphiql": "5.2.0",
1919
"isbot": "^5",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",

examples/graphiql-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"graphiql": "^5.1.1",
6+
"graphiql": "^5.2.0",
77
"graphql": "^16.11.0",
88
"react": "^19.1.0",
99
"react-dom": "^19.1.0"

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^5.1.1",
1313
"@graphiql/plugin-explorer": "^5.1.1",
14-
"@graphiql/react": "^0.37.0",
14+
"@graphiql/react": "^0.37.1",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.1.1",
16+
"graphiql": "^5.2.0",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphiql/react
22

3+
## 0.37.1
4+
5+
### Patch Changes
6+
7+
- [#4081](https://github.com/graphql/graphiql/pull/4081) [`4950dec`](https://github.com/graphql/graphiql/commit/4950decaddb816ef3e3d22d814d976d94405029e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat: add loader for initial loading of operation editor
8+
fix: adjust command palette `width`, `border` and remove `box-shadow`
9+
feat: add short cut `Cmd/Ctrl + ,` for opening GraphiQL settings dialog
10+
311
## 0.37.0
412

513
### Minor Changes

packages/graphiql-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.37.0",
3+
"version": "0.37.1",
44
"sideEffects": [
55
"dist/setup-workers/*"
66
],

packages/graphiql/CHANGELOG.md

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

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#4081](https://github.com/graphql/graphiql/pull/4081) [`4950dec`](https://github.com/graphql/graphiql/commit/4950decaddb816ef3e3d22d814d976d94405029e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - feat: add loader for initial loading of operation editor
8+
fix: adjust command palette `width`, `border` and remove `box-shadow`
9+
feat: add short cut `Cmd/Ctrl + ,` for opening GraphiQL settings dialog
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`4950dec`](https://github.com/graphql/graphiql/commit/4950decaddb816ef3e3d22d814d976d94405029e)]:
14+
- @graphiql/react@0.37.1
15+
316
## 5.1.1
417

518
### 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": "5.1.1",
3+
"version": "5.2.0",
44
"sideEffects": [
55
"dist/setup-workers/*"
66
],
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@graphiql/plugin-doc-explorer": "^0.4.1",
5353
"@graphiql/plugin-history": "^0.4.1",
54-
"@graphiql/react": "^0.37.0",
54+
"@graphiql/react": "^0.37.1",
5555
"react-compiler-runtime": "19.1.0-rc.1"
5656
},
5757
"peerDependencies": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3513,7 +3513,7 @@ __metadata:
35133513
languageName: unknown
35143514
linkType: soft
35153515

3516-
"@graphiql/react@npm:0.37.0, @graphiql/react@npm:^0.37.0, @graphiql/react@workspace:packages/graphiql-react":
3516+
"@graphiql/react@npm:0.37.1, @graphiql/react@npm:^0.37.0, @graphiql/react@npm:^0.37.1, @graphiql/react@workspace:packages/graphiql-react":
35173517
version: 0.0.0-use.local
35183518
resolution: "@graphiql/react@workspace:packages/graphiql-react"
35193519
dependencies:
@@ -13094,14 +13094,14 @@ __metadata:
1309413094
version: 0.0.0-use.local
1309513095
resolution: "example-graphiql-vite-react-router@workspace:examples/graphiql-vite-react-router"
1309613096
dependencies:
13097-
"@graphiql/react": "npm:0.37.0"
13097+
"@graphiql/react": "npm:0.37.1"
1309813098
"@react-router/dev": "npm:7.6.3"
1309913099
"@react-router/fs-routes": "npm:7.6.3"
1310013100
"@react-router/node": "npm:7.6.3"
1310113101
"@react-router/serve": "npm:7.6.3"
1310213102
"@types/node": "npm:22.15.34"
1310313103
"@types/react": "npm:19.1.8"
13104-
graphiql: "npm:5.1.1"
13104+
graphiql: "npm:5.2.0"
1310513105
isbot: "npm:^5"
1310613106
react: "npm:19.1.0"
1310713107
react-dom: "npm:19.1.0"
@@ -13116,7 +13116,7 @@ __metadata:
1311613116
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
1311713117
dependencies:
1311813118
"@vitejs/plugin-react": "npm:^4.4.1"
13119-
graphiql: "npm:^5.1.1"
13119+
graphiql: "npm:^5.2.0"
1312013120
graphql: "npm:^16.11.0"
1312113121
react: "npm:^19.1.0"
1312213122
react-dom: "npm:^19.1.0"
@@ -13135,15 +13135,15 @@ __metadata:
1313513135
"@babel/preset-react": "npm:^7.18.6"
1313613136
"@graphiql/plugin-code-exporter": "npm:^5.1.1"
1313713137
"@graphiql/plugin-explorer": "npm:^5.1.1"
13138-
"@graphiql/react": "npm:^0.37.0"
13138+
"@graphiql/react": "npm:^0.37.1"
1313913139
"@graphiql/toolkit": "npm:^0.11.3"
1314013140
ajv-formats: "npm:^3.0.1"
1314113141
babel-loader: "npm:^9.1.2"
1314213142
copy-webpack-plugin: "npm:11.0.0"
1314313143
cross-env: "npm:^7.0.2"
1314413144
css-loader: "npm:^6.7.3"
1314513145
file-loader: "npm:^6.2.0"
13146-
graphiql: "npm:^5.1.1"
13146+
graphiql: "npm:^5.2.0"
1314713147
graphql: "npm:^16.9.0"
1314813148
graphql-ws: "npm:^5.5.5"
1314913149
html-webpack-plugin: "npm:^5.5.0"
@@ -14874,13 +14874,13 @@ __metadata:
1487414874
languageName: unknown
1487514875
linkType: soft
1487614876

14877-
"graphiql@npm:5.1.1, graphiql@npm:^5.1.1, graphiql@workspace:packages/graphiql":
14877+
"graphiql@npm:5.2.0, graphiql@npm:^5.2.0, graphiql@workspace:packages/graphiql":
1487814878
version: 0.0.0-use.local
1487914879
resolution: "graphiql@workspace:packages/graphiql"
1488014880
dependencies:
1488114881
"@graphiql/plugin-doc-explorer": "npm:^0.4.1"
1488214882
"@graphiql/plugin-history": "npm:^0.4.1"
14883-
"@graphiql/react": "npm:^0.37.0"
14883+
"@graphiql/react": "npm:^0.37.1"
1488414884
"@graphiql/toolkit": "npm:^0.11.3"
1488514885
"@testing-library/dom": "npm:^10.4.0"
1488614886
"@testing-library/jest-dom": "npm:^6.6.3"

0 commit comments

Comments
 (0)