Skip to content

Commit 9a3143a

Browse files
Version Packages (alpha)
1 parent 2005871 commit 9a3143a

File tree

10 files changed

+82
-15
lines changed

10 files changed

+82
-15
lines changed

.changeset/pre.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,20 @@
1515
"monaco-graphql": "1.5.3",
1616
"vscode-graphql": "0.11.2",
1717
"vscode-graphql-execution": "0.2.6",
18-
"vscode-graphql-syntax": "1.3.6"
18+
"vscode-graphql-syntax": "1.3.6",
19+
"example-graphiql-webpack": "0.0.0",
20+
"example-monaco-graphql-nextjs": "0.0.0",
21+
"example-monaco-graphql-react-vite": "0.0.0",
22+
"example-monaco-graphql-webpack": "0.0.0"
1923
},
20-
"changesets": []
24+
"changesets": [
25+
"green-pugs-worry",
26+
"hungry-spiders-cheat",
27+
"loud-cherries-crash",
28+
"metal-glasses-bow",
29+
"rich-jobs-kick",
30+
"six-students-grow",
31+
"spotty-bulldogs-confess",
32+
"thirty-spoons-call"
33+
]
2134
}

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": "^3.0.5",
13-
"@graphiql/plugin-explorer": "^3.1.1",
12+
"@graphiql/plugin-code-exporter": "^3.0.6-alpha.0",
13+
"@graphiql/plugin-explorer": "^3.1.2-alpha.0",
1414
"@graphiql/toolkit": "^0.9.2",
15-
"@graphiql/react": "^0.23.0",
16-
"graphiql": "^3.4.0",
15+
"@graphiql/react": "^0.24.0-alpha.0",
16+
"graphiql": "^4.0.0-alpha.0",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

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

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

3+
## 3.0.6-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad), [`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673)]:
8+
- @graphiql/react@0.24.0-alpha.0
9+
310
## 3.0.5
411

512
### Patch Changes

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "3.0.5",
3+
"version": "3.0.6-alpha.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -33,13 +33,13 @@
3333
"graphiql-code-exporter": "^3.0.3"
3434
},
3535
"peerDependencies": {
36-
"@graphiql/react": "^0.23.0",
36+
"@graphiql/react": "^0.24.0-alpha.0",
3737
"graphql": "^15.5.0 || ^16.0.0",
3838
"react": "^16.8.0 || ^17 || ^18",
3939
"react-dom": "^16.8.0 || ^17 || ^18"
4040
},
4141
"devDependencies": {
42-
"@graphiql/react": "^0.23.0",
42+
"@graphiql/react": "^0.24.0-alpha.0",
4343
"@vitejs/plugin-react": "^4.3.1",
4444
"graphql": "^16.9.0",
4545
"postcss-nesting": "^10.1.7",

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 3.1.2-alpha.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad), [`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673)]:
8+
- @graphiql/react@0.24.0-alpha.0
9+
310
## 3.1.1
411

512
### Patch Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "3.1.1",
3+
"version": "3.1.2-alpha.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -32,13 +32,13 @@
3232
"graphiql-explorer": "^0.9.0"
3333
},
3434
"peerDependencies": {
35-
"@graphiql/react": "^0.23.0",
35+
"@graphiql/react": "^0.24.0-alpha.0",
3636
"graphql": "^15.5.0 || ^16.0.0",
3737
"react": "^16.8.0 || ^17 || ^18",
3838
"react-dom": "^16.8.0 || ^17 || ^18"
3939
},
4040
"devDependencies": {
41-
"@graphiql/react": "^0.23.0",
41+
"@graphiql/react": "^0.24.0-alpha.0",
4242
"@vitejs/plugin-react": "^4.3.1",
4343
"graphql": "^16.9.0",
4444
"react": "^18.2.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.24.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [#3644](https://github.com/graphql/graphiql/pull/3644) [`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - new looks of tabs
8+
9+
- fix `disableTabs` when `Add tab` button is still shown
10+
11+
### Patch Changes
12+
13+
- [#3692](https://github.com/graphql/graphiql/pull/3692) [`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - prefer `location` over `window.location`
14+
- prefer `navigator` over `window.navigator`
15+
316
## 0.23.0
417

518
### 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.23.0",
3+
"version": "0.24.0-alpha.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql/CHANGELOG.md

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

3+
## 4.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- [#3687](https://github.com/graphql/graphiql/pull/3687) [`09e7004`](https://github.com/graphql/graphiql/commit/09e700403beb6c7290d165df33a2455ac2196971) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove `disableTabs` option
8+
9+
- [#3688](https://github.com/graphql/graphiql/pull/3688) [`0fdd9b9`](https://github.com/graphql/graphiql/commit/0fdd9b9f32513d96281f577a5d9bd2fefb5f05d4) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove `data-testid="graphiql-container"`
10+
11+
- [#3679](https://github.com/graphql/graphiql/pull/3679) [`5d90e0e`](https://github.com/graphql/graphiql/commit/5d90e0eed58214c5926e6e0edb196971b15b1121) Thanks [@dimaMachina](https://github.com/dimaMachina)! - migrate from `webpack` to `vite`
12+
13+
- [#3644](https://github.com/graphql/graphiql/pull/3644) [`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - new looks of tabs
14+
15+
- fix `disableTabs` when `Add tab` button is still shown
16+
17+
### Patch Changes
18+
19+
- [#3675](https://github.com/graphql/graphiql/pull/3675) [`676f910`](https://github.com/graphql/graphiql/commit/676f910638eed5177146045d028a74e623884b45) Thanks [@dimaMachina](https://github.com/dimaMachina)! - move `@graphiql/toolkit` to `devDependecies` because umd build is bundled with all dependencies in one file
20+
21+
- [#3683](https://github.com/graphql/graphiql/pull/3683) [`8efb873`](https://github.com/graphql/graphiql/commit/8efb873458489ce3497d917bcafd4ad8dfcbe6c8) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update graphql to `16.9.0` and use vite `define` configuration to remove development code from cdn bundle
22+
23+
- [#3655](https://github.com/graphql/graphiql/pull/3655) [`5450e6b`](https://github.com/graphql/graphiql/commit/5450e6b547add41a9dd89145934e79576b5544e6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove unused dependencies `graphql-language-service` and `markdown-it`
24+
25+
- [#3692](https://github.com/graphql/graphiql/pull/3692) [`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - prefer `location` over `window.location`
26+
- prefer `navigator` over `window.navigator`
27+
- Updated dependencies [[`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad), [`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673)]:
28+
- @graphiql/react@0.24.0-alpha.0
29+
330
## 3.4.0
431

532
### 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": "3.4.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -39,7 +39,7 @@
3939
"e2e-server": "start-server-and-test 'cross-env PORT=8080 node test/e2e-server' 'http-get://localhost:8080/graphql?query={test { id }}'"
4040
},
4141
"dependencies": {
42-
"@graphiql/react": "^0.23.0"
42+
"@graphiql/react": "^0.24.0-alpha.0"
4343
},
4444
"peerDependencies": {
4545
"graphql": "^15.5.0 || ^16.0.0",

0 commit comments

Comments
 (0)