Skip to content

Commit 28a101f

Browse files
Version Packages (#3527)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b6ea31 commit 28a101f

File tree

17 files changed

+52
-32
lines changed

17 files changed

+52
-32
lines changed

.changeset/fresh-rabbits-move.md

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

.changeset/healthy-toes-grab.md

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

.changeset/silent-spoons-shout.md

Lines changed: 0 additions & 5 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,11 +9,11 @@
99
"start": "NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^1.0.3",
13-
"@graphiql/plugin-explorer": "^1.0.2",
12+
"@graphiql/plugin-code-exporter": "^1.0.4",
13+
"@graphiql/plugin-explorer": "^1.0.3",
1414
"@graphiql/toolkit": "^0.9.1",
15-
"@graphiql/react": "^0.20.2",
16-
"graphiql": "^3.1.0",
15+
"@graphiql/react": "^0.20.3",
16+
"graphiql": "^3.1.1",
1717
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"marked": "^4.2.12",
1717
"monaco-editor": "^0.39.0",
1818
"monaco-editor-webpack-plugin": "^7.0.1",
19-
"monaco-graphql": "^1.5.0",
19+
"monaco-graphql": "^1.5.1",
2020
"next": "13.4.7",
2121
"prettier": "3.0.0-alpha.12",
2222
"react": "^18.2.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.2.0",
99
"jsonc-parser": "^3.2.0",
1010
"monaco-editor": "^0.39.0",
11-
"monaco-graphql": "^1.5.0",
11+
"monaco-graphql": "^1.5.1",
1212
"prettier": "3.0.0-alpha.12",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"

examples/monaco-graphql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"json-schema": "^0.4.0",
1515
"jsonc-parser": "^3.2.0",
1616
"monaco-editor": "^0.39.0",
17-
"monaco-graphql": "^1.5.0",
17+
"monaco-graphql": "^1.5.1",
1818
"prettier": "3.0.0-alpha.12"
1919
},
2020
"devDependencies": {

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+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b6ea316`](https://github.com/graphql/graphiql/commit/2b6ea3166c8d8e152f16d87c878aa8a66f1b3775)]:
8+
- @graphiql/react@0.20.3
9+
310
## 1.0.3
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": "1.0.3",
3+
"version": "1.0.4",
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.20.2",
36+
"@graphiql/react": "^0.20.3",
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.20.2",
42+
"@graphiql/react": "^0.20.3",
4343
"@vitejs/plugin-react": "^4.0.1",
4444
"graphql": "^16.8.1",
4545
"postcss-nesting": "^10.1.7",

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#3526](https://github.com/graphql/graphiql/pull/3526) [`2b6ea316`](https://github.com/graphql/graphiql/commit/2b6ea3166c8d8e152f16d87c878aa8a66f1b3775) Thanks [@benjie](https://github.com/benjie)! - Fix bug whereby typing quickly into explorer sidebar would result in characters being dropped.
8+
9+
- Updated dependencies [[`2b6ea316`](https://github.com/graphql/graphiql/commit/2b6ea3166c8d8e152f16d87c878aa8a66f1b3775)]:
10+
- @graphiql/react@0.20.3
11+
312
## 1.0.2
413

514
### Patch Changes

0 commit comments

Comments
 (0)