Skip to content

Commit 70d25ab

Browse files
Version Packages (#3513)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36c7f25 commit 70d25ab

File tree

19 files changed

+67
-38
lines changed

19 files changed

+67
-38
lines changed

.changeset/grumpy-moles-grin.md

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

.changeset/new-tips-sneeze.md

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

.changeset/new-tools-unite.md

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

.changeset/nice-cars-rush.md

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

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.4.0",
19+
"monaco-graphql": "^1.5.0",
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.4.0",
11+
"monaco-graphql": "^1.5.0",
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.4.0",
17+
"monaco-graphql": "^1.5.0",
1818
"prettier": "3.0.0-alpha.12"
1919
},
2020
"devDependencies": {

packages/cm6-graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cm6-graphql
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- [#3505](https://github.com/graphql/graphiql/pull/3505) [`a562c96f`](https://github.com/graphql/graphiql/commit/a562c96fa3953d0301ad7b610028fa6c4a779bf6) Thanks [@Gasser-Aly](https://github.com/Gasser-Aly)! - fix: block strings syntax highlighting
8+
39
## 0.0.12
410

511
### Patch Changes

packages/cm6-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cm6-graphql",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "GraphQL language support for CodeMirror 6",
55
"scripts": {
66
"build": "cm-buildhelper src/index.ts",

packages/graphql-language-service-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-language-service-cli
22

3+
## 3.3.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`98af5307`](https://github.com/graphql/graphiql/commit/98af53071bb27afc0afc82d66f539c1ac08315b3), [`36c7f25c`](https://github.com/graphql/graphiql/commit/36c7f25c9388827d3a6a279eb090d61dc2600b56)]:
8+
9+
310
## 3.3.32
411

512
### Patch Changes

0 commit comments

Comments
 (0)