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

packages/graphiql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -45,11 +45,11 @@
4545
"dependencies": {
4646
"@graphiql/toolkit": "^0.3.2",
4747
"codemirror": "^5.58.2",
48-
"codemirror-graphql": "^1.0.0",
48+
"codemirror-graphql": "^1.0.3",
4949
"copy-to-clipboard": "^3.2.0",
5050
"dset": "^3.1.0",
5151
"entities": "^2.0.0",
52-
"graphql-language-service": "^3.1.5",
52+
"graphql-language-service": "^3.1.6",
5353
"markdown-it": "^10.0.0"
5454
},
5555
"peerDependencies": {

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

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

3+
## 3.1.14
4+
5+
### Patch Changes
6+
7+
- [`83c4a007`](https://github.com/graphql/graphiql/commit/83c4a0070a4df704ce874ec977d65ca6c7e43ee8) [#1964](https://github.com/graphql/graphiql/pull/1964) Thanks [@patrickszmucer](https://github.com/patrickszmucer)! - Fix unknown fragment errors on save
8+
9+
* [`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
10+
11+
* Updated dependencies [[`0e2c1a02`](https://github.com/graphql/graphiql/commit/0e2c1a020cc2761155f7c9467d3ed4cb45941aeb), [`83c4a007`](https://github.com/graphql/graphiql/commit/83c4a0070a4df704ce874ec977d65ca6c7e43ee8), [`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8)]:
12+
13+
14+
315
## 3.1.13
416

517
### Patch Changes

packages/graphql-language-service-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-cli",
3-
"version": "3.1.13",
3+
"version": "3.1.14",
44
"description": "An interface for building GraphQL language services for IDEs",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -31,8 +31,8 @@
3131
},
3232
"dependencies": {
3333
"@babel/polyfill": "^7.8.7",
34-
"graphql-language-service": "^3.1.2",
35-
"graphql-language-service-server": "^2.6.2",
34+
"graphql-language-service": "^3.1.6",
35+
"graphql-language-service-server": "^2.6.5",
3636
"graphql-language-service-utils": "^2.5.1",
3737
"yargs": "^16.2.0"
3838
},

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

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

3+
## 1.9.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+
39
## 1.9.2
410

511
### Patch Changes

packages/graphql-language-service-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-parser",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",

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

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

3+
## 2.6.5
4+
5+
### Patch Changes
6+
7+
- [`83c4a007`](https://github.com/graphql/graphiql/commit/83c4a0070a4df704ce874ec977d65ca6c7e43ee8) [#1964](https://github.com/graphql/graphiql/pull/1964) Thanks [@patrickszmucer](https://github.com/patrickszmucer)! - Fix unknown fragment errors on save
8+
9+
* [`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
10+
11+
* Updated dependencies [[`0e2c1a02`](https://github.com/graphql/graphiql/commit/0e2c1a020cc2761155f7c9467d3ed4cb45941aeb), [`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8)]:
12+
13+
314
## 2.6.4
415

516
### Patch Changes

packages/graphql-language-service-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-server",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
44
"description": "Server process backing the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
@@ -33,7 +33,7 @@
3333
"dotenv": "8.2.0",
3434
"glob": "^7.1.2",
3535
"graphql-config": "^3.0.2",
36-
"graphql-language-service": "^3.1.5",
36+
"graphql-language-service": "^3.1.6",
3737
"graphql-language-service-utils": "^2.5.1",
3838
"mkdirp": "^1.0.4",
3939
"node-fetch": "^2.6.1",

packages/graphql-language-service/CHANGELOG.md

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

3+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- [`0e2c1a02`](https://github.com/graphql/graphiql/commit/0e2c1a020cc2761155f7c9467d3ed4cb45941aeb) [#1979](https://github.com/graphql/graphiql/pull/1979) Thanks [@iahu](https://github.com/iahu)! - fix: export `monaco-graphql` esm with esm modules, also fix issues with worker manager, resolves #1706 & #1791
8+
9+
* [`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
10+
11+
* Updated dependencies [[`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8)]:
12+
13+
314
## 3.1.5
415

516
### Patch Changes

packages/graphql-language-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "The official, runtime independent Language Service for GraphQL",
55
"contributors": [
66
"GraphQL Contributors"
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"graphql-language-service-interface": "^2.8.2",
34-
"graphql-language-service-parser": "^1.9.2",
34+
"graphql-language-service-parser": "^1.9.3",
3535
"graphql-language-service-types": "^1.8.2",
3636
"graphql-language-service-utils": "^2.5.3"
3737
},

packages/monaco-graphql/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [`0e2c1a02`](https://github.com/graphql/graphiql/commit/0e2c1a020cc2761155f7c9467d3ed4cb45941aeb) [#1979](https://github.com/graphql/graphiql/pull/1979) Thanks [@iahu](https://github.com/iahu)! - fix: export `monaco-graphql` esm with esm modules, also fix issues with worker manager, resolves #1706 & #1791
8+
9+
* [`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
10+
11+
* Updated dependencies [[`0e2c1a02`](https://github.com/graphql/graphiql/commit/0e2c1a020cc2761155f7c9467d3ed4cb45941aeb), [`75dbb0b1`](https://github.com/graphql/graphiql/commit/75dbb0b18e2102d271a5cfe78faf54fe22e83ac8)]:
12+
13+
314
## 0.5.0
415

516
### Minor Changes

packages/monaco-graphql/package.json

Lines changed: 2 additions & 2 deletions
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": "0.5.0",
4+
"version": "0.5.1",
55
"license": "MIT",
66
"main": "dist/monaco.contribution.js",
77
"module": "esm/monaco.contribution.js",
@@ -22,7 +22,7 @@
2222
"src"
2323
],
2424
"dependencies": {
25-
"graphql-language-service": "^3.1.5",
25+
"graphql-language-service": "^3.1.6",
2626
"graphql-language-service-utils": "^2.5.1"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)