Skip to content

Commit d4950df

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (rc) (#4018)
* Version Packages (rc) * upd --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent cff3da5 commit d4950df

File tree

8 files changed

+30
-12
lines changed

8 files changed

+30
-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
"kind-timers-exist",
3838
"many-ducks-visit",
3939
"nasty-pandas-taste",
40+
"orange-spies-poke",
4041
"shy-keys-rest",
4142
"soft-cars-notice",
4243
"sweet-lamps-love",

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.3",
6+
"graphiql": "^5.0.0-rc.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-rc.1",
1313
"@graphiql/plugin-explorer": "^5.0.0-rc.3",
14-
"@graphiql/react": "^0.35.0-rc.5",
14+
"@graphiql/react": "^0.35.0-rc.6",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.0-rc.3",
16+
"graphiql": "^5.0.0-rc.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.0-rc.6
4+
5+
### Minor Changes
6+
7+
- [#4017](https://github.com/graphql/graphiql/pull/4017) [`cff3da5`](https://github.com/graphql/graphiql/commit/cff3da541184d36d1c2e5c919dd4231e9905ccbb) Thanks [@dimaMachina](https://github.com/dimaMachina)! - extract graphiql sidebar to react component
8+
39
## 0.35.0-rc.5
410

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

packages/graphiql/CHANGELOG.md

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

3+
## 5.0.0-rc.4
4+
5+
### Minor Changes
6+
7+
- [#4017](https://github.com/graphql/graphiql/pull/4017) [`cff3da5`](https://github.com/graphql/graphiql/commit/cff3da541184d36d1c2e5c919dd4231e9905ccbb) Thanks [@dimaMachina](https://github.com/dimaMachina)! - extract graphiql sidebar to react component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`cff3da5`](https://github.com/graphql/graphiql/commit/cff3da541184d36d1c2e5c919dd4231e9905ccbb)]:
12+
- @graphiql/react@0.35.0-rc.6
13+
314
## 5.0.0-rc.3
415

516
### Major 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.3",
3+
"version": "5.0.0-rc.4",
44
"sideEffects": [
55
"dist/setup-workers/webpack.js",
66
"dist/setup-workers/vite.js"
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@graphiql/plugin-doc-explorer": "^0.3.0-rc.3",
5151
"@graphiql/plugin-history": "^0.3.0-rc.1",
52-
"@graphiql/react": "^0.35.0-rc.3",
52+
"@graphiql/react": "^0.35.0-rc.6",
5353
"react-compiler-runtime": "19.1.0-rc.1"
5454
},
5555
"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.2, @graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@npm:^0.35.0-rc.4, @graphiql/react@npm:^0.35.0-rc.5, @graphiql/react@workspace:packages/graphiql-react":
3302+
"@graphiql/react@npm:^0.35.0-rc.2, @graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@npm:^0.35.0-rc.4, @graphiql/react@npm:^0.35.0-rc.6, @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.3"
12609+
graphiql: "npm:^5.0.0-rc.4"
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.1"
1262612626
"@graphiql/plugin-explorer": "npm:^5.0.0-rc.3"
12627-
"@graphiql/react": "npm:^0.35.0-rc.5"
12627+
"@graphiql/react": "npm:^0.35.0-rc.6"
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.3"
12635+
graphiql: "npm:^5.0.0-rc.4"
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.3, graphiql@workspace:packages/graphiql":
14352+
"graphiql@npm:^5.0.0-rc.4, 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.3"
1435714357
"@graphiql/plugin-history": "npm:^0.3.0-rc.1"
14358-
"@graphiql/react": "npm:^0.35.0-rc.3"
14358+
"@graphiql/react": "npm:^0.35.0-rc.6"
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)