Skip to content

Commit b630949

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (rc) (#4028)
* Version Packages (rc) * 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 0a08642 commit b630949

File tree

8 files changed

+36
-12
lines changed

8 files changed

+36
-12
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"honest-clouds-brush",
3838
"kind-timers-exist",
3939
"many-ducks-visit",
40+
"nasty-cows-train",
4041
"nasty-pandas-taste",
4142
"orange-spies-poke",
4243
"pink-onions-complain",

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.0-rc.5",
6+
"graphiql": "^5.0.0-rc.6",
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-rc.2",
1313
"@graphiql/plugin-explorer": "^5.0.0-rc.3",
14-
"@graphiql/react": "^0.35.0-rc.8",
14+
"@graphiql/react": "^0.35.0-rc.9",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.0-rc.5",
16+
"graphiql": "^5.0.0-rc.6",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.35.0-rc.9
4+
5+
### Minor Changes
6+
7+
- [#3735](https://github.com/graphql/graphiql/pull/3735) [`0a08642`](https://github.com/graphql/graphiql/commit/0a0864268da4f340e30a1e9b8191d34e33ffbfa7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - Remove `query`, `variables`, `headers`, and `response` props from `<GraphiQL />` and `<GraphiQLProvider />`
8+
- Add `initialQuery`, `initialVariables` and `initialHeaders` props
9+
- Fix `defaultQuery`, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty
10+
- remove `useSynchronizeValue` hook
11+
312
## 0.35.0-rc.8
413

514
### 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.35.0-rc.8",
3+
"version": "0.35.0-rc.9",
44
"sideEffects": [
55
"dist/setup-workers/webpack.js",
66
"dist/setup-workers/vite.js"

packages/graphiql/CHANGELOG.md

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

3+
## 5.0.0-rc.6
4+
5+
### Major Changes
6+
7+
- [#3735](https://github.com/graphql/graphiql/pull/3735) [`0a08642`](https://github.com/graphql/graphiql/commit/0a0864268da4f340e30a1e9b8191d34e33ffbfa7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - Remove `query`, `variables`, `headers`, and `response` props from `<GraphiQL />` and `<GraphiQLProvider />`
8+
- Add `initialQuery`, `initialVariables` and `initialHeaders` props
9+
- Fix `defaultQuery`, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty
10+
- remove `useSynchronizeValue` hook
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`0a08642`](https://github.com/graphql/graphiql/commit/0a0864268da4f340e30a1e9b8191d34e33ffbfa7)]:
15+
- @graphiql/react@0.35.0-rc.9
16+
317
## 5.0.0-rc.5
418

519
### Minor 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.0-rc.5",
3+
"version": "5.0.0-rc.6",
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-rc.4",
5454
"@graphiql/plugin-history": "^0.3.0-rc.3",
55-
"@graphiql/react": "^0.35.0-rc.8",
55+
"@graphiql/react": "^0.35.0-rc.9",
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-rc.3, @graphiql/react@npm:^0.35.0-rc.8, @graphiql/react@workspace:packages/graphiql-react":
3302+
"@graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@npm:^0.35.0-rc.8, @graphiql/react@npm:^0.35.0-rc.9, @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.0-rc.5"
12609+
graphiql: "npm:^5.0.0-rc.6"
1261012610
graphql: "npm:^16.11.0"
1261112611
react: "npm:^19.1.0"
1261212612
react-dom: "npm:^19.1.0"
@@ -12624,15 +12624,15 @@ __metadata:
1262412624
"@babel/preset-react": "npm:^7.18.6"
1262512625
"@graphiql/plugin-code-exporter": "npm:^5.0.0-rc.2"
1262612626
"@graphiql/plugin-explorer": "npm:^5.0.0-rc.3"
12627-
"@graphiql/react": "npm:^0.35.0-rc.8"
12627+
"@graphiql/react": "npm:^0.35.0-rc.9"
1262812628
"@graphiql/toolkit": "npm:^0.11.3"
1262912629
ajv-formats: "npm:^3.0.1"
1263012630
babel-loader: "npm:^9.1.2"
1263112631
copy-webpack-plugin: "npm:11.0.0"
1263212632
cross-env: "npm:^7.0.2"
1263312633
css-loader: "npm:^6.7.3"
1263412634
file-loader: "npm:^6.2.0"
12635-
graphiql: "npm:^5.0.0-rc.5"
12635+
graphiql: "npm:^5.0.0-rc.6"
1263612636
graphql: "npm:^16.9.0"
1263712637
graphql-ws: "npm:^5.5.5"
1263812638
html-webpack-plugin: "npm:^5.5.0"
@@ -14349,13 +14349,13 @@ __metadata:
1434914349
languageName: unknown
1435014350
linkType: soft
1435114351

14352-
"graphiql@npm:^5.0.0-rc.5, graphiql@workspace:packages/graphiql":
14352+
"graphiql@npm:^5.0.0-rc.6, graphiql@workspace:packages/graphiql":
1435314353
version: 0.0.0-use.local
1435414354
resolution: "graphiql@workspace:packages/graphiql"
1435514355
dependencies:
1435614356
"@graphiql/plugin-doc-explorer": "npm:^0.3.0-rc.4"
1435714357
"@graphiql/plugin-history": "npm:^0.3.0-rc.3"
14358-
"@graphiql/react": "npm:^0.35.0-rc.8"
14358+
"@graphiql/react": "npm:^0.35.0-rc.9"
1435914359
"@graphiql/toolkit": "npm:^0.11.3"
1436014360
"@testing-library/dom": "npm:^10.4.0"
1436114361
"@testing-library/jest-dom": "npm:^6.6.3"

0 commit comments

Comments
 (0)