Skip to content

Commit 949f1f7

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (#4060)
* Version Packages * 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 44b18e4 commit 949f1f7

File tree

10 files changed

+31
-28
lines changed

10 files changed

+31
-28
lines changed

.changeset/dry-vans-tell.md

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

.changeset/smart-zoos-doubt.md

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

.changeset/yellow-coins-act.md

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

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.0.3",
6+
"graphiql": "^5.0.4",
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.0.0",
1313
"@graphiql/plugin-explorer": "^5.0.0",
14-
"@graphiql/react": "^0.35.4",
14+
"@graphiql/react": "^0.35.5",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.3",
16+
"graphiql": "^5.0.4",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.35.5
4+
5+
### Patch Changes
6+
7+
- [#4063](https://github.com/graphql/graphiql/pull/4063) [`44b18e4`](https://github.com/graphql/graphiql/commit/44b18e4ed054d757568b5cfedc43614fd7ea3fc9) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix `useOperationsEditorState` wasn't returned updated return value
8+
39
## 0.35.4
410

511
### Patch 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.35.4",
3+
"version": "0.35.5",
44
"sideEffects": [
55
"dist/monaco-editor.js",
66
"dist/setup-workers/webpack.js",

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.0.4
4+
5+
### Patch Changes
6+
7+
- [#4061](https://github.com/graphql/graphiql/pull/4061) [`8f14fff`](https://github.com/graphql/graphiql/commit/8f14fff26e0d804b5f4ecf307b7b29bb78664973) Thanks [@dimaMachina](https://github.com/dimaMachina)! - add `graphiql.css`, CSS file without importing fonts and monaco-editor styles
8+
9+
- [#4059](https://github.com/graphql/graphiql/pull/4059) [`a4382bf`](https://github.com/graphql/graphiql/commit/a4382bfae28efd6e03153cf8aa81f55db43de6ed) Thanks [@dimaMachina](https://github.com/dimaMachina)! - export `GraphiQLInterface`
10+
11+
- [#4063](https://github.com/graphql/graphiql/pull/4063) [`44b18e4`](https://github.com/graphql/graphiql/commit/44b18e4ed054d757568b5cfedc43614fd7ea3fc9) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix `useOperationsEditorState` wasn't returned updated return value
12+
13+
- Updated dependencies [[`44b18e4`](https://github.com/graphql/graphiql/commit/44b18e4ed054d757568b5cfedc43614fd7ea3fc9)]:
14+
- @graphiql/react@0.35.5
15+
316
## 5.0.3
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.0.3",
3+
"version": "5.0.4",
44
"sideEffects": [
55
"dist/setup-workers/webpack.js",
66
"dist/setup-workers/vite.js"
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@graphiql/plugin-doc-explorer": "^0.3.0",
5454
"@graphiql/plugin-history": "^0.3.0",
55-
"@graphiql/react": "^0.35.4",
55+
"@graphiql/react": "^0.35.5",
5656
"react-compiler-runtime": "19.1.0-rc.1"
5757
},
5858
"peerDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ __metadata:
32993299
languageName: unknown
33003300
linkType: soft
33013301

3302-
"@graphiql/react@npm:^0.35.0, @graphiql/react@npm:^0.35.4, @graphiql/react@workspace:packages/graphiql-react":
3302+
"@graphiql/react@npm:^0.35.0, @graphiql/react@npm:^0.35.5, @graphiql/react@workspace:packages/graphiql-react":
33033303
version: 0.0.0-use.local
33043304
resolution: "@graphiql/react@workspace:packages/graphiql-react"
33053305
dependencies:
@@ -12606,7 +12606,7 @@ __metadata:
1260612606
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
1260712607
dependencies:
1260812608
"@vitejs/plugin-react": "npm:^4.4.1"
12609-
graphiql: "npm:^5.0.3"
12609+
graphiql: "npm:^5.0.4"
1261012610
graphql: "npm:^16.11.0"
1261112611
react: "npm:^19.1.0"
1261212612
react-dom: "npm:^19.1.0"
@@ -12625,15 +12625,15 @@ __metadata:
1262512625
"@babel/preset-react": "npm:^7.18.6"
1262612626
"@graphiql/plugin-code-exporter": "npm:^5.0.0"
1262712627
"@graphiql/plugin-explorer": "npm:^5.0.0"
12628-
"@graphiql/react": "npm:^0.35.4"
12628+
"@graphiql/react": "npm:^0.35.5"
1262912629
"@graphiql/toolkit": "npm:^0.11.3"
1263012630
ajv-formats: "npm:^3.0.1"
1263112631
babel-loader: "npm:^9.1.2"
1263212632
copy-webpack-plugin: "npm:11.0.0"
1263312633
cross-env: "npm:^7.0.2"
1263412634
css-loader: "npm:^6.7.3"
1263512635
file-loader: "npm:^6.2.0"
12636-
graphiql: "npm:^5.0.3"
12636+
graphiql: "npm:^5.0.4"
1263712637
graphql: "npm:^16.9.0"
1263812638
graphql-ws: "npm:^5.5.5"
1263912639
html-webpack-plugin: "npm:^5.5.0"
@@ -14350,13 +14350,13 @@ __metadata:
1435014350
languageName: unknown
1435114351
linkType: soft
1435214352

14353-
"graphiql@npm:^5.0.3, graphiql@workspace:packages/graphiql":
14353+
"graphiql@npm:^5.0.4, graphiql@workspace:packages/graphiql":
1435414354
version: 0.0.0-use.local
1435514355
resolution: "graphiql@workspace:packages/graphiql"
1435614356
dependencies:
1435714357
"@graphiql/plugin-doc-explorer": "npm:^0.3.0"
1435814358
"@graphiql/plugin-history": "npm:^0.3.0"
14359-
"@graphiql/react": "npm:^0.35.4"
14359+
"@graphiql/react": "npm:^0.35.5"
1436014360
"@graphiql/toolkit": "npm:^0.11.3"
1436114361
"@testing-library/dom": "npm:^10.4.0"
1436214362
"@testing-library/jest-dom": "npm:^6.6.3"

0 commit comments

Comments
 (0)