Skip to content

Commit c735b22

Browse files
committed
chore(release): publish
- codemirror-graphql@0.11.6 - graphiql@0.17.5 - graphql-language-service@2.3.4 - graphiql-example-webpack@0.0.10
1 parent dd06eb5 commit c735b22

File tree

8 files changed

+40
-5
lines changed

8 files changed

+40
-5
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.6](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.5...codemirror-graphql@0.11.6) (2019-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* codemirror results bundle ([dd06eb5](https://github.com/graphql/graphiql/commit/dd06eb5))
12+
13+
14+
15+
16+
617
## [0.11.5](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.4...codemirror-graphql@0.11.5) (2019-12-09)
718

819

packages/codemirror-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",

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.10](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.9...graphiql-example-webpack@0.0.10) (2019-12-09)
7+
8+
**Note:** Version bump only for package graphiql-example-webpack
9+
10+
11+
12+
13+
614
## [0.0.9](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.8...graphiql-example-webpack@0.0.9) (2019-12-09)
715

816
**Note:** Version bump only for package graphiql-example-webpack

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.9",
3+
"version": "0.0.10",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",

packages/graphiql/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.17.5](https://github.com/graphql/graphiql/compare/graphiql@0.17.4...graphiql@0.17.5) (2019-12-09)
7+
8+
**Note:** Version bump only for package graphiql
9+
10+
11+
12+
13+
614
## [0.17.4](https://github.com/graphql/graphiql/compare/graphiql@0.17.3...graphiql@0.17.4) (2019-12-09)
715

816

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.4",
3+
"version": "0.17.5",
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.5",
58+
"codemirror-graphql": "^0.11.6",
5959
"copy-to-clipboard": "^3.2.0",
6060
"entities": "^2.0.0",
6161
"markdown-it": "^10.0.0",

packages/graphql-language-service/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+
## [2.3.4](https://github.com/graphql/graphiql/compare/graphql-language-service@2.3.3...graphql-language-service@2.3.4) (2019-12-09)
7+
8+
**Note:** Version bump only for package graphql-language-service
9+
10+
11+
12+
13+
614
## [2.3.3](https://github.com/graphql/graphiql/compare/graphql-language-service@2.3.2...graphql-language-service@2.3.3) (2019-12-09)
715

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

packages/graphql-language-service/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",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "An interface for building GraphQL language services for IDEs",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",

0 commit comments

Comments
 (0)