Skip to content

Commit 8adfaaf

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (rc) (#4001)
* 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 e0dafa4 commit 8adfaaf

File tree

19 files changed

+125
-42
lines changed

19 files changed

+125
-42
lines changed

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,17 @@
2828
"changesets": [
2929
"beige-months-care",
3030
"chilly-sloths-heal",
31+
"dull-balloons-warn",
32+
"fluffy-beers-build",
33+
"four-carrots-leave",
34+
"good-turtles-speak",
35+
"honest-clouds-brush",
36+
"kind-timers-exist",
37+
"many-ducks-visit",
3138
"nasty-pandas-taste",
39+
"shy-keys-rest",
3240
"soft-cars-notice",
41+
"twelve-lies-invent",
3342
"warm-shoes-boil"
3443
]
3544
}

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

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"start": "NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^4.0.6-rc.0",
13-
"@graphiql/plugin-explorer": "^5.0.0-rc.1",
14-
"@graphiql/react": "^0.35.0-rc.1",
12+
"@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",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.0-rc.1",
16+
"graphiql": "^5.0.0-rc.2",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "^16.9.0",
1515
"jsonc-parser": "^3.2.0",
1616
"monaco-editor": "^0.52.2",
17-
"monaco-graphql": "^1.7.0",
17+
"monaco-graphql": "^1.7.1-rc.0",
1818
"next": "15.4.0",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0"

examples/monaco-graphql-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"graphql-language-service": "^5.4.0",
99
"jsonc-parser": "^3.2.0",
1010
"monaco-editor": "^0.52.2",
11-
"monaco-graphql": "^1.7.0",
11+
"monaco-graphql": "^1.7.1-rc.0",
1212
"react": "^19.1.0",
1313
"react-dom": "^19.1.0"
1414
},

examples/monaco-graphql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"json-schema": "^0.4.0",
1616
"jsonc-parser": "^3.2.0",
1717
"monaco-editor": "^0.52.2",
18-
"monaco-graphql": "^1.7.0",
18+
"monaco-graphql": "^1.7.1-rc.0",
1919
"prettier": "3.3.2"
2020
},
2121
"devDependencies": {

packages/graphiql-plugin-code-exporter/CHANGELOG.md

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

3+
## 5.0.0-rc.1
4+
5+
### Major Changes
6+
7+
- [#4002](https://github.com/graphql/graphiql/pull/4002) [`2d9faec`](https://github.com/graphql/graphiql/commit/2d9faec57830b38aa175929c47a55c959c327535) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove UMD builds
8+
39
## 4.0.6-rc.0
410

511
### Patch Changes

packages/graphiql-plugin-code-exporter/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-code-exporter",
3-
"version": "4.0.6-rc.0",
3+
"version": "5.0.0-rc.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
"react-dom": "^18 || ^19"
4343
},
4444
"devDependencies": {
45-
"@graphiql/react": "^0.35.0-rc.0",
45+
"@graphiql/react": "^0.35.0-rc.2",
4646
"@vitejs/plugin-react": "^4.4.1",
4747
"graphql": "^16.9.0",
4848
"react": "^19.1.0",

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

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

3+
## 0.3.0-rc.2
4+
5+
### Patch Changes
6+
7+
- [#4006](https://github.com/graphql/graphiql/pull/4006) [`7792dc9`](https://github.com/graphql/graphiql/commit/7792dc98814abcd6dc5f5cd94ae84c308a260dcf) Thanks [@dimaMachina](https://github.com/dimaMachina)! - push field type on stack too before field
8+
9+
- [#4007](https://github.com/graphql/graphiql/pull/4007) [`f9780bd`](https://github.com/graphql/graphiql/commit/f9780bd44f67acad0a9bb10f57eb6059db60e1ec) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Use an additional `Alt` key for focus doc explorer search input instead of `Cmd/Ctrl+K` because monaco-editor has a built-in shortcut for `Cmd/Ctrl+K`
10+
11+
- [#4004](https://github.com/graphql/graphiql/pull/4004) [`16fdd6a`](https://github.com/graphql/graphiql/commit/16fdd6a16684c9f250ee53ea2dfbb24435cee6a9) Thanks [@dimaMachina](https://github.com/dimaMachina)! - show spinner in doc explorer based on `isIntrospecting` value, and not based on `isFetching`
12+
13+
- Updated dependencies [[`866a8f3`](https://github.com/graphql/graphiql/commit/866a8f39a27d213315ccc55ec06353bb3280b270), [`1e3ec84`](https://github.com/graphql/graphiql/commit/1e3ec8455706e62e6cae306df58d3343ec6b612d), [`0c8e390`](https://github.com/graphql/graphiql/commit/0c8e3906cf58055f898cb173b2e912a494ae8439)]:
14+
- @graphiql/react@0.35.0-rc.2
15+
316
## 0.3.0-rc.1
417

518
### 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.1",
3+
"version": "0.3.0-rc.2",
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.1",
44+
"@graphiql/react": "^0.35.0-rc.2",
4545
"@headlessui/react": "^2.2",
4646
"react-compiler-runtime": "19.1.0-rc.1",
4747
"zustand": "^5"

0 commit comments

Comments
 (0)