Skip to content

Commit f59eef9

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (rc) (#4012)
* 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 4936492 commit f59eef9

File tree

12 files changed

+60
-24
lines changed

12 files changed

+60
-24
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"beige-months-care",
3030
"chilly-sloths-heal",
3131
"dull-balloons-warn",
32+
"eleven-rings-complain",
3233
"fluffy-beers-build",
3334
"four-carrots-leave",
3435
"good-turtles-speak",

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.2",
6+
"graphiql": "^5.0.0-rc.3",
77
"graphql": "^16.11.0",
88
"react": "^19.1.0",
99
"react-dom": "^19.1.0"

examples/graphiql-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^5.0.0-rc.1",
13-
"@graphiql/plugin-explorer": "^5.0.0-rc.2",
14-
"@graphiql/react": "^0.35.0-rc.2",
13+
"@graphiql/plugin-explorer": "^5.0.0-rc.3",
14+
"@graphiql/react": "^0.35.0-rc.3",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.0-rc.2",
16+
"graphiql": "^5.0.0-rc.3",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql-plugin-doc-explorer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphiql/plugin-doc-explorer
22

3+
## 0.3.0-rc.3
4+
5+
### Minor Changes
6+
7+
- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531)]:
12+
- @graphiql/react@0.35.0-rc.3
13+
314
## 0.3.0-rc.2
415

516
### Patch Changes

packages/graphiql-plugin-doc-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-doc-explorer",
3-
"version": "0.3.0-rc.2",
3+
"version": "0.3.0-rc.3",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
"react-dom": "^18 || ^19"
4242
},
4343
"dependencies": {
44-
"@graphiql/react": "^0.35.0-rc.2",
44+
"@graphiql/react": "^0.35.0-rc.3",
4545
"@headlessui/react": "^2.2",
4646
"react-compiler-runtime": "19.1.0-rc.1",
4747
"zustand": "^5"

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 5.0.0-rc.3
4+
5+
### Major Changes
6+
7+
- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state
8+
39
## 5.0.0-rc.2
410

511
### Major Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "5.0.0-rc.2",
3+
"version": "5.0.0-rc.3",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
"react-dom": "^18 || ^19"
4242
},
4343
"devDependencies": {
44-
"@graphiql/react": "^0.35.0-rc.2",
44+
"@graphiql/react": "^0.35.0-rc.3",
4545
"@vitejs/plugin-react": "^4.4.1",
4646
"graphql": "^16.9.0",
4747
"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.3
4+
5+
### Minor Changes
6+
7+
- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state
8+
39
## 0.35.0-rc.2
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.2",
3+
"version": "0.35.0-rc.3",
44
"sideEffects": [
55
"dist/setup-workers/webpack.js",
66
"dist/setup-workers/vite.js"

packages/graphiql/CHANGELOG.md

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

3+
## 5.0.0-rc.3
4+
5+
### Major Changes
6+
7+
- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531)]:
12+
- @graphiql/plugin-doc-explorer@0.3.0-rc.3
13+
- @graphiql/react@0.35.0-rc.3
14+
315
## 5.0.0-rc.2
416

517
### Major Changes

0 commit comments

Comments
 (0)