Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
acao committed Dec 9, 2019
1 parent a14954f commit 6b091a7
Show file tree
Hide file tree
Showing 18 changed files with 120 additions and 23 deletions.
11 changes: 11 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.5](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.4...codemirror-graphql@0.11.5) (2019-12-09)


### Bug Fixes

* a few more tweaks to babel ignore ([e0ad2c6](https://github.com/graphql/graphiql/commit/e0ad2c6))





## [0.11.4](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.3...codemirror-graphql@0.11.4) (2019-12-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "0.11.4",
"version": "0.11.5",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -52,8 +52,8 @@
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"graphql-language-service-interface": "^2.3.2",
"graphql-language-service-parser": "^1.5.1"
"graphql-language-service-interface": "^2.3.3",
"graphql-language-service-parser": "^1.5.2"
},
"devDependencies": {
"chai": "4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/graphiql-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.8](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.7...graphiql-example-webpack@0.0.8) (2019-12-09)

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





## [0.0.7](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.6...graphiql-example-webpack@0.0.7) (2019-12-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql-example-webpack",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"license": "MIT",
"description": "A GraphiQL example with webpack and typescript",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.3](https://github.com/graphql/graphiql/compare/graphiql@0.17.2...graphiql@0.17.3) (2019-12-09)


### Bug Fixes

* express-graphql version ([e9848b0](https://github.com/graphql/graphiql/commit/e9848b0))
* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))





## [0.17.2](https://github.com/graphql/graphiql/compare/graphiql@0.17.1...graphiql@0.17.2) (2019-12-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "0.17.2",
"version": "0.17.3",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"codemirror": "^5.47.0",
"codemirror-graphql": "^0.11.4",
"codemirror-graphql": "^0.11.5",
"copy-to-clipboard": "^3.2.0",
"entities": "^2.0.0",
"markdown-it": "^10.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-language-service-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### Bug Fixes

* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))
* **gls-utils:** [#1055](https://github.com/graphql/graphiql/issues/1055) - move file test, refactor for fixtures ([19d8d7f](https://github.com/graphql/graphiql/commit/19d8d7f))





## [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)

**Note:** Version bump only for package graphql-language-service-interface
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-language-service-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-interface",
"version": "2.3.2",
"version": "2.3.3",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"graphql-config": "2.2.1",
"graphql-language-service-parser": "^1.5.1",
"graphql-language-service-types": "^1.5.1",
"graphql-language-service-utils": "^2.3.2"
"graphql-language-service-parser": "^1.5.2",
"graphql-language-service-types": "^1.5.2",
"graphql-language-service-utils": "^2.3.3"
}
}
12 changes: 12 additions & 0 deletions packages/graphql-language-service-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)


### Bug Fixes

* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))
* **gls-utils:** [#1055](https://github.com/graphql/graphiql/issues/1055) - move file test, refactor for fixtures ([19d8d7f](https://github.com/graphql/graphiql/commit/19d8d7f))





## [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)

**Note:** Version bump only for package graphql-language-service-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-parser",
"version": "1.5.1",
"version": "1.5.2",
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"graphql-config": "2.2.1",
"graphql-language-service-types": "^1.5.1"
"graphql-language-service-types": "^1.5.2"
}
}
11 changes: 11 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.3](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.3.2...graphql-language-service-server@2.3.3) (2019-12-09)


### Bug Fixes

* a few more tweaks to babel ignore ([e0ad2c6](https://github.com/graphql/graphiql/commit/e0ad2c6))





## [2.3.2](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.3.1...graphql-language-service-server@2.3.2) (2019-12-03)


Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-language-service-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-server",
"version": "2.3.2",
"version": "2.3.3",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -38,9 +38,9 @@
"fb-watchman": "^2.0.0",
"glob": "^7.1.2",
"graphql-config": "2.2.1",
"graphql-language-service-interface": "^2.3.2",
"graphql-language-service-types": "^1.5.1",
"graphql-language-service-utils": "^2.3.2",
"graphql-language-service-interface": "^2.3.3",
"graphql-language-service-types": "^1.5.2",
"graphql-language-service-utils": "^2.3.3",
"nullthrows": "^1.0.0",
"vscode-jsonrpc": "^4.0.0",
"vscode-languageserver": "^5.2.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-language-service-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.5.1...graphql-language-service-types@1.5.2) (2019-12-09)


### Bug Fixes

* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))





## [1.5.1](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.5.0...graphql-language-service-types@1.5.1) (2019-12-03)

**Note:** Version bump only for package graphql-language-service-types
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-types",
"version": "1.5.1",
"version": "1.5.2",
"description": "Types for building GraphQL language services for IDEs",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-language-service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.3](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.3.2...graphql-language-service-utils@2.3.3) (2019-12-09)


### Bug Fixes

* test output, webpack resolution, clean build ([3b1c2c1](https://github.com/graphql/graphiql/commit/3b1c2c1))
* **gls-utils:** [#1055](https://github.com/graphql/graphiql/issues/1055) - move file test, refactor for fixtures ([19d8d7f](https://github.com/graphql/graphiql/commit/19d8d7f))





## [2.3.2](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.3.1...graphql-language-service-utils@2.3.2) (2019-12-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-utils",
"version": "2.3.2",
"version": "2.3.3",
"description": "Utilities to support the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"graphql-config": "2.2.1",
"graphql-language-service-types": "^1.5.1"
"graphql-language-service-types": "^1.5.2"
},
"devDependencies": {
"@types/jest": "^24.0.23"
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.3](https://github.com/graphql/graphiql/compare/graphql-language-service@2.3.2...graphql-language-service@2.3.3) (2019-12-09)

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





## [2.3.2](https://github.com/graphql/graphiql/compare/graphql-language-service@2.3.1...graphql-language-service@2.3.2) (2019-12-03)

**Note:** Version bump only for package graphql-language-service
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service",
"version": "2.3.2",
"version": "2.3.3",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@babel/polyfill": "7.4.4",
"graphql-config": "2.2.1",
"graphql-language-service-interface": "^2.3.2",
"graphql-language-service-server": "^2.3.2",
"graphql-language-service-utils": "^2.3.2",
"graphql-language-service-interface": "^2.3.3",
"graphql-language-service-server": "^2.3.3",
"graphql-language-service-utils": "^2.3.3",
"yargs": "^3.32.0 || ^7.0.0"
}
}

0 comments on commit 6b091a7

Please sign in to comment.