Skip to content

Commit 672aadf

Browse files
Version Packages (#1994)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2661fb6 commit 672aadf

File tree

21 files changed

+92
-51
lines changed

21 files changed

+92
-51
lines changed

.changeset/afraid-nails-trade.md

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

.changeset/fresh-tables-pretend.md

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

.changeset/hungry-seals-fix.md

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

.changeset/light-olives-rush.md

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

.changeset/thick-baboons-glow.md

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

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": "experimental-stream-defer",
13-
"monaco-graphql": "^0.5.0",
13+
"monaco-graphql": "^0.5.1",
1414
"prettier": "^2.0.4"
1515
},
1616
"devDependencies": {

packages/codemirror-graphql/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8) [#1777](https://github.com/graphql/graphiql/pull/1777) Thanks [@dwwoelfel](https://github.com/dwwoelfel)! - adopt block string parsing for variables in language parser
8+
9+
- Updated dependencies [[`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8)]:
10+
11+
312
## 1.0.2
413

514
### Patch Changes

packages/codemirror-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"graphql-language-service-interface": "^2.8.2",
47-
"graphql-language-service-parser": "^1.9.0"
47+
"graphql-language-service-parser": "^1.9.3"
4848
},
4949
"devDependencies": {
5050
"codemirror": "^5.58.2",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"@theme-ui/core": "^0.4.0-alpha.1",
4848
"copy-to-clipboard": "^3.2.0",
4949
"entities": "^2.0.0",
50-
"graphql-language-service": "^3.1.5",
50+
"graphql-language-service": "^3.1.6",
5151
"i18next": "^19.4.4",
5252
"i18next-browser-languagedetector": "^4.1.1",
5353
"markdown-it": "^10.0.0",
5454
"monaco-editor": "^0.27.0",
55-
"monaco-graphql": "^0.5.0",
55+
"monaco-graphql": "^0.5.1",
5656
"react-i18next": "^11.4.0",
5757
"theme-ui": "^0.3.1"
5858
},

packages/graphiql/CHANGELOG.md

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

3+
## 1.4.6
4+
5+
### Patch Changes
6+
7+
- [`d3a88283`](https://github.com/graphql/graphiql/commit/d3a88283c7b618376ad4a06c7db20e60b066d1a0) [#1934](https://github.com/graphql/graphiql/pull/1934) Thanks [@tonyfromundefined](https://github.com/tonyfromundefined)! - add react 17, 18 in peerDependencies
8+
9+
* [`afaa36c1`](https://github.com/graphql/graphiql/commit/afaa36c198648e84f305986a0b1dfefa97e70221) [#1883](https://github.com/graphql/graphiql/pull/1883) Thanks [@Sweetabix1](https://github.com/Sweetabix1)! - Updating font colors for line numbers, comments & brackets from #999 to #666 for accessibility purposes. #666 passes AA accessibility standards for small text, with a contrast ratio of over 5:1.
10+
11+
- [`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8) [#1777](https://github.com/graphql/graphiql/pull/1777) Thanks [@dwwoelfel](https://github.com/dwwoelfel)! - adopt block string parsing for variables in language parser
12+
13+
- Updated dependencies [[`0e2c1a02`](https://github.com/graphql/graphiql/commit/0e2c1a020cc2761155f7c9467d3ed4cb45941aeb), [`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8)]:
14+
15+
16+
317
## 1.4.5
418

519
### Patch Changes

0 commit comments

Comments
 (0)