Skip to content

Commit 6b091a7

Browse files
committed
chore(release): publish
- codemirror-graphql@0.11.5 - graphiql@0.17.3 - graphql-language-service-interface@2.3.3 - graphql-language-service-parser@1.5.2 - graphql-language-service-server@2.3.3 - graphql-language-service-types@1.5.2 - graphql-language-service-utils@2.3.3 - graphql-language-service@2.3.3 - graphiql-example-webpack@0.0.8
1 parent a14954f commit 6b091a7

File tree

18 files changed

+120
-23
lines changed

18 files changed

+120
-23
lines changed

packages/codemirror-graphql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11.5](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.4...codemirror-graphql@0.11.5) (2019-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* a few more tweaks to babel ignore ([e0ad2c6](https://github.com/graphql/graphiql/commit/e0ad2c6))
12+
13+
14+
15+
16+
617
## [0.11.4](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.3...codemirror-graphql@0.11.4) (2019-12-03)
718

819

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.11.4",
3+
"version": "0.11.5",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -52,8 +52,8 @@
5252
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
5353
},
5454
"dependencies": {
55-
"graphql-language-service-interface": "^2.3.2",
56-
"graphql-language-service-parser": "^1.5.1"
55+
"graphql-language-service-interface": "^2.3.3",
56+
"graphql-language-service-parser": "^1.5.2"
5757
},
5858
"devDependencies": {
5959
"chai": "4.1.1",

packages/examples/graphiql-webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.8](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.7...graphiql-example-webpack@0.0.8) (2019-12-09)
7+
8+
**Note:** Version bump only for package graphiql-example-webpack
9+
10+
11+
12+
13+
614
## [0.0.7](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.6...graphiql-example-webpack@0.0.7) (2019-12-03)
715

816

packages/examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql-example-webpack",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",

packages/graphiql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.17.3](https://github.com/graphql/graphiql/compare/graphiql@0.17.2...graphiql@0.17.3) (2019-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* express-graphql version ([e9848b0](https://github.com/graphql/graphiql/commit/e9848b0))
12+
* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))
13+
14+
15+
16+
17+
618
## [0.17.2](https://github.com/graphql/graphiql/compare/graphiql@0.17.1...graphiql@0.17.2) (2019-12-03)
719

820

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": "0.17.2",
3+
"version": "0.17.3",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"codemirror": "^5.47.0",
58-
"codemirror-graphql": "^0.11.4",
58+
"codemirror-graphql": "^0.11.5",
5959
"copy-to-clipboard": "^3.2.0",
6060
"entities": "^2.0.0",
6161
"markdown-it": "^10.0.0",

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3.3](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.3.2...graphql-language-service-interface@2.3.3) (2019-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))
12+
* **gls-utils:** [#1055](https://github.com/graphql/graphiql/issues/1055) - move file test, refactor for fixtures ([19d8d7f](https://github.com/graphql/graphiql/commit/19d8d7f))
13+
14+
15+
16+
17+
618
## [2.3.2](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.3.1...graphql-language-service-interface@2.3.2) (2019-12-03)
719

820
**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.3.2",
3+
"version": "2.3.3",
44
"description": "Interface to the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
@@ -34,8 +34,8 @@
3434
},
3535
"dependencies": {
3636
"graphql-config": "2.2.1",
37-
"graphql-language-service-parser": "^1.5.1",
38-
"graphql-language-service-types": "^1.5.1",
39-
"graphql-language-service-utils": "^2.3.2"
37+
"graphql-language-service-parser": "^1.5.2",
38+
"graphql-language-service-types": "^1.5.2",
39+
"graphql-language-service-utils": "^2.3.3"
4040
}
4141
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.5.2](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.5.1...graphql-language-service-parser@1.5.2) (2019-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))
12+
* **gls-utils:** [#1055](https://github.com/graphql/graphiql/issues/1055) - move file test, refactor for fixtures ([19d8d7f](https://github.com/graphql/graphiql/commit/19d8d7f))
13+
14+
15+
16+
17+
618
## [1.5.1](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.5.0...graphql-language-service-parser@1.5.1) (2019-12-03)
719

820
**Note:** Version bump only for package graphql-language-service-parser

packages/graphql-language-service-parser/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-parser",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools",
55
"contributors": [
66
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
@@ -33,6 +33,6 @@
3333
},
3434
"dependencies": {
3535
"graphql-config": "2.2.1",
36-
"graphql-language-service-types": "^1.5.1"
36+
"graphql-language-service-types": "^1.5.2"
3737
}
3838
}

0 commit comments

Comments
 (0)