Skip to content

Commit a45e8dc

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

File tree

14 files changed

+103
-30
lines changed

14 files changed

+103
-30
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"example-graphiql-vite": "0.0.0"
2727
},
2828
"changesets": [
29+
"beige-months-care",
2930
"chilly-sloths-heal",
3031
"nasty-pandas-taste",
3132
"soft-cars-notice",

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.0",
6+
"graphiql": "^5.0.0-rc.1",
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": "^4.0.6-rc.0",
13-
"@graphiql/plugin-explorer": "^4.0.7-rc.0",
14-
"@graphiql/react": "^0.35.0-rc.0",
13+
"@graphiql/plugin-explorer": "^5.0.0-rc.1",
14+
"@graphiql/react": "^0.35.0-rc.1",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.0-rc.0",
16+
"graphiql": "^5.0.0-rc.1",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphiql/plugin-doc-explorer
22

3+
## 0.3.0-rc.1
4+
5+
### Minor Changes
6+
7+
- [#3990](https://github.com/graphql/graphiql/pull/3990) [`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8+
- store `onClickReference` in query editor in React `ref`
9+
- remove `onClickReference` from variable editor
10+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11+
- allow override all default GraphiQL plugins
12+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92)]:
17+
- @graphiql/react@0.35.0-rc.1
18+
319
## 0.3.0-rc.0
420

521
### Minor 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.0",
3+
"version": "0.3.0-rc.1",
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.0",
44+
"@graphiql/react": "^0.35.0-rc.1",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphiql/plugin-explorer
22

3+
## 5.0.0-rc.1
4+
5+
### Major Changes
6+
7+
- [#3990](https://github.com/graphql/graphiql/pull/3990) [`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8+
- store `onClickReference` in query editor in React `ref`
9+
- remove `onClickReference` from variable editor
10+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11+
- allow override all default GraphiQL plugins
12+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
13+
314
## 4.0.7-rc.0
415

516
### Patch 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": "4.0.7-rc.0",
3+
"version": "5.0.0-rc.1",
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.0",
44+
"@graphiql/react": "^0.35.0-rc.1",
4545
"@vitejs/plugin-react": "^4.4.1",
4646
"graphql": "^16.9.0",
4747
"react": "^19.1.0",

packages/graphiql-plugin-history/CHANGELOG.md

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

3+
## 0.3.0-rc.1
4+
5+
### Minor Changes
6+
7+
- [#3990](https://github.com/graphql/graphiql/pull/3990) [`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8+
- store `onClickReference` in query editor in React `ref`
9+
- remove `onClickReference` from variable editor
10+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11+
- allow override all default GraphiQL plugins
12+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92)]:
17+
- @graphiql/react@0.35.0-rc.1
18+
319
## 0.3.0-rc.0
420

521
### Minor Changes

packages/graphiql-plugin-history/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-history",
3-
"version": "0.3.0-rc.0",
3+
"version": "0.3.0-rc.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"react-dom": "^18 || ^19"
4040
},
4141
"dependencies": {
42-
"@graphiql/react": "^0.35.0-rc.0",
42+
"@graphiql/react": "^0.35.0-rc.1",
4343
"@graphiql/toolkit": "^0.11.3",
4444
"react-compiler-runtime": "19.1.0-rc.1",
4545
"zustand": "^5"

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.35.0-rc.1
4+
5+
### Minor Changes
6+
7+
- [#3990](https://github.com/graphql/graphiql/pull/3990) [`27e7eb6`](https://github.com/graphql/graphiql/commit/27e7eb60247437d992c1fcdcc6870cb7892d4b92) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - allow multiple independent instances of GraphiQL on the same page
8+
- store `onClickReference` in query editor in React `ref`
9+
- remove `onClickReference` from variable editor
10+
- fix shortcut text per OS for run query in execute query button's tooltip and in default query
11+
- allow override all default GraphiQL plugins
12+
- adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
13+
314
## 0.35.0-rc.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)