Skip to content

Commit c1e2b5e

Browse files
Version Packages (#2117)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 65a51d0 commit c1e2b5e

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.changeset/smart-deers-know.md

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@graphiql/toolkit": "^0.4.2",
77
"graphql-language-service": "^4.1.1",
8-
"monaco-graphql": "^1.0.7",
8+
"monaco-graphql": "^1.0.8",
99
"react": "^17.0.2",
1010
"react-dom": "^17.0.2",
1111
"jsonc-parser": "^3.0.0"

examples/monaco-graphql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"graphql": "16.0.0-experimental-stream-defer.5",
13-
"monaco-graphql": "^1.0.7",
13+
"monaco-graphql": "^1.0.8",
1414
"prettier": "^2.0.4",
1515
"graphql-language-service": "^4.1.4",
1616
"json-schema": "^0.3.0",

packages/graphiql-2-rfc-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"i18next-browser-languagedetector": "^4.1.1",
5454
"markdown-it": "^10.0.0",
5555
"monaco-editor": "^0.27.0",
56-
"monaco-graphql": "^1.0.7",
56+
"monaco-graphql": "^1.0.8",
5757
"react-i18next": "^11.4.0",
5858
"theme-ui": "^0.3.1"
5959
},

packages/monaco-graphql/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- [#2116](https://github.com/graphql/graphiql/pull/2116) [`65a51d04`](https://github.com/graphql/graphiql/commit/65a51d04876d56560d3453a09eb93f2e296f462a) Thanks [@acao](https://github.com/acao)! - - `picomatch-browser` fork no longer uses `path`. these changes to remove node dependencies from `picomatch`, 99% of them are by another contributor, will eventually be merged into the actual `picomatch`
8+
- no `onLanguage` for `initializeMode` - always instantiate the mode when this is called directly! Fixes some editor creation race condition issues
9+
- introduce a demo using react + vite and minimal config, no workarounds! This will help us prototype for `@graphiql/react`
10+
- use `schemaValidation: 'error'` by default. allow user to override `validate` if they want.
11+
- always re-register providers on schema config changes. seems to fix some issues on lazy instantiation
12+
313
## 1.0.7
414

515
### Patch Changes

packages/monaco-graphql/package.json

Lines changed: 1 addition & 1 deletion
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.0.7",
4+
"version": "1.0.8",
55
"license": "MIT",
66
"main": "dist/monaco.contribution.js",
77
"module": "esm/monaco.contribution.js",

0 commit comments

Comments
 (0)