Skip to content

Commit 7856b25

Browse files
github-actions[bot]acao
authored andcommitted
Version Packages
1 parent d67c13f commit 7856b25

File tree

15 files changed

+57
-29
lines changed

15 files changed

+57
-29
lines changed

.changeset/cyan-roses-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-snakes-exist.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"start": "NODE_ENV=development webpack-dev-server"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^0.3.2",
13-
"@graphiql/plugin-explorer": "^0.3.2",
14-
"@graphiql/toolkit": "^0.9.0",
15-
"graphiql": "^3.0.3",
12+
"@graphiql/plugin-code-exporter": "^0.3.3",
13+
"@graphiql/plugin-explorer": "^0.3.3",
14+
"@graphiql/toolkit": "^0.9.1",
15+
"graphiql": "^3.0.4",
1616
"graphql": "^16.4.0",
1717
"graphql-ws": "^5.5.5",
1818
"react": "^18.2.0",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"prettier": "3.0.0-alpha.12",
13-
"@graphiql/toolkit": "^0.9.0",
13+
"@graphiql/toolkit": "^0.9.1",
1414
"graphql": "^16.6.0",
1515
"graphql-ws": "^5.5.5",
1616
"jsonc-parser": "^3.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"dependencies": {
66
"prettier": "3.0.0-alpha.12",
7-
"@graphiql/toolkit": "^0.9.0",
7+
"@graphiql/toolkit": "^0.9.1",
88
"graphql-language-service": "^5.1.7",
99
"monaco-graphql": "^1.3.0",
1010
"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+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]:
8+
- @graphiql/react@0.19.2
9+
310
## 0.3.2
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": "0.3.2",
3+
"version": "0.3.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -36,10 +36,10 @@
3636
"graphql": "^15.5.0 || ^16.0.0",
3737
"react": "^16.8.0 || ^17 || ^18",
3838
"react-dom": "^16.8.0 || ^17 || ^18",
39-
"@graphiql/react": "^0.19.1"
39+
"@graphiql/react": "^0.19.2"
4040
},
4141
"devDependencies": {
42-
"@graphiql/react": "^0.19.1",
42+
"@graphiql/react": "^0.19.2",
4343
"@vitejs/plugin-react": "^4.0.1",
4444
"postcss-nesting": "^10.1.7",
4545
"typescript": "^4.6.3",

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+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]:
8+
- @graphiql/react@0.19.2
9+
310
## 0.3.2
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": "0.3.2",
3+
"version": "0.3.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -35,10 +35,10 @@
3535
"graphql": "^15.5.0 || ^16.0.0",
3636
"react": "^16.8.0 || ^17 || ^18",
3737
"react-dom": "^16.8.0 || ^17 || ^18",
38-
"@graphiql/react": "^0.19.1"
38+
"@graphiql/react": "^0.19.2"
3939
},
4040
"devDependencies": {
41-
"@graphiql/react": "^0.19.1",
41+
"@graphiql/react": "^0.19.2",
4242
"@vitejs/plugin-react": "^4.0.1",
4343
"typescript": "^4.6.3",
4444
"vite": "^4.3.9"

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- [#3364](https://github.com/graphql/graphiql/pull/3364) [`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9) Thanks [@acao](https://github.com/acao)! - Fix search result bug on select, #33307
8+
9+
- Updated dependencies [[`4cbdf183`](https://github.com/graphql/graphiql/commit/4cbdf18385d34ef9bc095c376936f92a62eb9e9b)]:
10+
- @graphiql/toolkit@0.9.1
11+
312
## 0.19.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)