Skip to content

File tree

22 files changed

+74
-30
lines changed

22 files changed

+74
-30
lines changed

packages/codemirror-graphql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.2](https://github.com/graphql/graphiql/compare/[email protected]@0.12.2) (2020-09-18)
7+
8+
**Note:** Version bump only for package codemirror-graphql
9+
610
## [0.12.2-alpha.2](https://github.com/graphql/graphiql/compare/[email protected]@0.12.2-alpha.2) (2020-09-11)
711

812
**Note:** Version bump only for package codemirror-graphql

packages/codemirror-graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "0.12.2-alpha.2",
3+
"version": "0.12.2",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -50,8 +50,8 @@
5050
"graphql": "^14.0.0 || ^15.0.0"
5151
},
5252
"dependencies": {
53-
"graphql-language-service-interface": "^2.4.2-alpha.2",
54-
"graphql-language-service-parser": "^1.6.3"
53+
"graphql-language-service-interface": "^2.4.2",
54+
"graphql-language-service-parser": "^1.6.4"
5555
},
5656
"devDependencies": {
5757
"chai": "4.2.0",

packages/graphiql-2-rfc-context/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/graphql/graphiql/compare/[email protected]@2.0.0) (2020-09-18)
7+
8+
**Note:** Version bump only for package graphiql-2-rfc-context
9+
610
# 2.0.0-alpha.6 (2020-09-11)
711

812
**Note:** Version bump only for package graphiql-2-rfc-context

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql-2-rfc-context",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"private": true,
66
"contributors": [
@@ -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.0.2-alpha.3",
50+
"graphql-language-service": "^3.0.2",
5151
"i18next": "^19.4.4",
5252
"i18next-browser-languagedetector": "^4.1.1",
5353
"markdown-it": "^10.0.0",
5454
"monaco-editor": "^0.20.0",
55-
"monaco-graphql": "^0.3.1-alpha.3",
55+
"monaco-graphql": "^0.3.1",
5656
"react-i18next": "^11.4.0",
5757
"theme-ui": "^0.3.1"
5858
},

packages/graphiql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.5](https://github.com/graphql/graphiql/compare/[email protected]@1.0.5) (2020-09-18)
7+
8+
**Note:** Version bump only for package graphiql
9+
610
## [1.0.4](https://github.com/graphql/graphiql/compare/[email protected]@1.0.4) (2020-09-11)
711

812
### Bug Fixes

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"codemirror": "^5.54.0",
46-
"codemirror-graphql": "^0.12.2-alpha.2",
46+
"codemirror-graphql": "^0.12.2",
4747
"copy-to-clipboard": "^3.2.0",
4848
"entities": "^2.0.0",
4949
"markdown-it": "^10.0.0"

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@[email protected]) (2020-09-18)
7+
8+
**Note:** Version bump only for package graphql-language-service-cli
9+
610
# [3.1.0-alpha.5](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@[email protected]) (2020-09-11)
711

812
**Note:** Version bump only for package graphql-language-service-cli

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-cli",
3-
"version": "3.1.0-alpha.5",
3+
"version": "3.1.0",
44
"description": "An interface for building GraphQL language services for IDEs",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -31,9 +31,9 @@
3131
},
3232
"dependencies": {
3333
"@babel/polyfill": "7.8.7",
34-
"graphql-language-service": "^3.0.2-alpha.3",
35-
"graphql-language-service-server": "^2.5.0-alpha.5",
36-
"graphql-language-service-utils": "^2.4.2",
34+
"graphql-language-service": "^3.0.2",
35+
"graphql-language-service-server": "^2.5.0",
36+
"graphql-language-service-utils": "^2.4.3",
3737
"yargs": "^15.3.1"
3838
}
3939
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.4.2](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-09-18)
7+
8+
**Note:** Version bump only for package graphql-language-service-interface
9+
610
## [2.4.2-alpha.2](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-09-11)
711

812
**Note:** Version bump only for package graphql-language-service-interface

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-interface",
3-
"version": "2.4.2-alpha.2",
3+
"version": "2.4.2",
44
"description": "Interface to the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
@@ -27,9 +27,9 @@
2727
"graphql": "^14.0.0 || ^15.0.0"
2828
},
2929
"dependencies": {
30-
"graphql-language-service-parser": "^1.6.3",
31-
"graphql-language-service-types": "^1.6.2",
32-
"graphql-language-service-utils": "^2.4.2",
30+
"graphql-language-service-parser": "^1.6.4",
31+
"graphql-language-service-types": "^1.6.3",
32+
"graphql-language-service-utils": "^2.4.3",
3333
"vscode-languageserver-types": "^3.15.1"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)