Skip to content

Commit 28a101f

Browse files
acaogithub-actions[bot]
andauthoredFeb 1, 2024
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

-5
This file was deleted.

‎.changeset/healthy-toes-grab.md

-5
This file was deleted.

‎.changeset/silent-spoons-shout.md

-5
This file was deleted.

‎examples/graphiql-webpack/package.json

+4-4
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

+1-1
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

+1-1
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

+1-1
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

+7
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

+3-3
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

+9
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

‎packages/graphiql-plugin-explorer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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.20.2",
35+
"@graphiql/react": "^0.20.3",
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.20.2",
41+
"@graphiql/react": "^0.20.3",
4242
"@vitejs/plugin-react": "^4.0.1",
4343
"graphql": "^16.8.1",
4444
"react": "^18.2.0",

‎packages/graphiql-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphiql/react
22

3+
## 0.20.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)! - Add new `useOptimisticState` hook that can wrap a useState-like hook to perform optimistic caching of state changes, this helps to avoid losing characters when the user is typing rapidly. Example of usage: `const [state, setState] = useOptimisticState(useOperationsEditorState());`
8+
39
## 0.20.2
410

511
### Patch Changes

‎packages/graphiql-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.20.2",
3+
"version": "0.20.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

‎packages/graphiql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b6ea316`](https://github.com/graphql/graphiql/commit/2b6ea3166c8d8e152f16d87c878aa8a66f1b3775)]:
8+
- @graphiql/react@0.20.3
9+
310
## 3.1.0
411

512
### Minor Changes

‎packages/graphiql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -47,7 +47,7 @@
4747
"webpack": "webpack-cli --config resources/webpack.config.js"
4848
},
4949
"dependencies": {
50-
"@graphiql/react": "^0.20.2",
50+
"@graphiql/react": "^0.20.3",
5151
"@graphiql/toolkit": "^0.9.1",
5252
"graphql-language-service": "^5.2.0",
5353
"markdown-it": "^12.2.0"

‎packages/monaco-graphql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [#3523](https://github.com/graphql/graphiql/pull/3523) [`88d76cab`](https://github.com/graphql/graphiql/commit/88d76cabe57aa99f89f569cb2787e2f06e0ab9c5) Thanks [@bboure](https://github.com/bboure)! - Fix JSON diagnostics for multiple editors
8+
39
## 1.5.0
410

511
### Minor Changes

‎packages/monaco-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-graphql",
33
"description": "full service, official monaco mode for GraphQL",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"license": "MIT",
66
"main": "dist/monaco.contribution.js",
77
"module": "esm/monaco.contribution.js",

0 commit comments

Comments
 (0)
Please sign in to comment.