Skip to content

Commit ed12bf7

Browse files
committed
chore(release): publish
- codemirror-graphql@0.11.4 - graphiql@0.17.1 - graphql-language-service-interface@2.3.2 - graphql-language-service-parser@1.5.1 - graphql-language-service-server@2.3.2 - graphql-language-service-types@1.5.1 - graphql-language-service-utils@2.3.2 - graphql-language-service@2.3.2 - graphiql-example-cdn@0.0.7 - graphiql-example-webpack@0.0.6
1 parent 3c9dfa5 commit ed12bf7

File tree

20 files changed

+123
-25
lines changed

20 files changed

+123
-25
lines changed

packages/codemirror-graphql/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.11.4](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.3...codemirror-graphql@0.11.4) (2019-12-03)
7+
8+
9+
### Bug Fixes
10+
11+
* convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041))
12+
* csp headers violation [@gracenoah](https://github.com/gracenoah) graphql/codemirror-graphql[#246](https://github.com/graphql/graphiql/issues/246) ([#1044](https://github.com/graphql/graphiql/issues/1044)) ([3c9dfa5](https://github.com/graphql/graphiql/commit/3c9dfa5))
13+
14+
15+
16+
17+
618
## [0.11.3](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.2...codemirror-graphql@0.11.3) (2019-11-26)
719

820
**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.11.3",
3+
"version": "0.11.4",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -53,8 +53,8 @@
5353
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
5454
},
5555
"dependencies": {
56-
"graphql-language-service-interface": "^2.3.1",
57-
"graphql-language-service-parser": "^1.5.0"
56+
"graphql-language-service-interface": "^2.3.2",
57+
"graphql-language-service-parser": "^1.5.1"
5858
},
5959
"devDependencies": {
6060
"chai": "4.1.1",

packages/examples/graphiql-cdn/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.7](https://github.com/graphql/graphiql/compare/graphiql-example-cdn@0.0.6...graphiql-example-cdn@0.0.7) (2019-12-03)
7+
8+
**Note:** Version bump only for package graphiql-example-cdn
9+
10+
11+
12+
13+
614
## [0.0.6](https://github.com/graphql/graphiql/compare/graphiql-example-cdn@0.0.5...graphiql-example-cdn@0.0.6) (2019-11-26)
715

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

packages/examples/graphiql-cdn/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-cdn",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"license": "MIT",
66
"description": "An example using GraphiQL",

packages/examples/graphiql-webpack/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.0.6](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.5...graphiql-example-webpack@0.0.6) (2019-12-03)
7+
8+
9+
### Bug Fixes
10+
11+
* convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041))
12+
13+
14+
15+
16+
617
## 0.0.5 (2019-11-26)
718

819

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

packages/graphiql/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1](https://github.com/graphql/graphiql/compare/graphiql@0.17.0...graphiql@0.17.1) (2019-12-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphiql:** duplicate query history key issue, fixes [#988](https://github.com/graphql/graphiql/issues/988) ([#1035](https://github.com/graphql/graphiql/issues/1035)) ([69c6826](https://github.com/graphql/graphiql/commit/69c6826))
12+
* convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041))
13+
* hints vertical scroll ([216eaeb](https://github.com/graphql/graphiql/commit/216eaeb))
14+
15+
16+
17+
18+
619
# [0.17.0](https://github.com/graphql/graphiql/compare/graphiql@0.16.0...graphiql@0.17.0) (2019-11-26)
720

821

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": "0.17.0",
3+
"version": "0.17.1",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -54,10 +54,10 @@
5454
},
5555
"dependencies": {
5656
"codemirror": "^5.47.0",
57-
"codemirror-graphql": "^0.11.3",
57+
"codemirror-graphql": "^0.11.4",
5858
"copy-to-clipboard": "^3.2.0",
59-
"markdown-it": "^10.0.0",
6059
"entities": "^2.0.0",
60+
"markdown-it": "^10.0.0",
6161
"regenerator-runtime": "^0.13.3"
6262
},
6363
"peerDependencies": {

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

816

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.1",
3+
"version": "2.3.2",
44
"description": "Interface to the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
@@ -33,8 +33,8 @@
3333
},
3434
"dependencies": {
3535
"graphql-config": "2.2.1",
36-
"graphql-language-service-parser": "^1.5.0",
37-
"graphql-language-service-types": "^1.5.0",
38-
"graphql-language-service-utils": "^2.3.1"
36+
"graphql-language-service-parser": "^1.5.1",
37+
"graphql-language-service-types": "^1.5.1",
38+
"graphql-language-service-utils": "^2.3.2"
3939
}
4040
}

0 commit comments

Comments
 (0)