Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Nov 26, 2019
1 parent 89c83db commit 276db04
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 22 deletions.
8 changes: 8 additions & 0 deletions packages/codemirror-graphql/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.11.3](https://github.com/graphql/graphiql/compare/[email protected]@0.11.3) (2019-11-26)

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





## [0.11.2](https://github.com/graphql/graphiql/compare/[email protected]@0.11.2) (2019-10-19)

**Note:** Version bump only for package codemirror-graphql
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.11.3",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -48,7 +48,7 @@
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"graphql-language-service-interface": "^2.3.0",
"graphql-language-service-interface": "^2.3.1",
"graphql-language-service-parser": "^1.5.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/graphiql-cdn/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.6](https://github.com/graphql/graphiql/compare/[email protected]@0.0.6) (2019-11-26)

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





## [0.0.5](https://github.com/graphql/graphiql/compare/[email protected]@0.0.5) (2019-10-19)

**Note:** Version bump only for package graphiql-example-cdn
2 changes: 1 addition & 1 deletion packages/examples/graphiql-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql-example-cdn",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"license": "MIT",
"description": "An example using GraphiQL",
Expand Down
11 changes: 11 additions & 0 deletions packages/examples/graphiql-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.5 (2019-11-26)


### Bug Fixes

* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))
14 changes: 7 additions & 7 deletions 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.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"description": "A GraphiQL example with webpack and typescript",
Expand All @@ -16,17 +16,17 @@
"react": "16.10.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.7.1",
"@babel/preset-react": "7.7.0",
"babel-loader": "^8.0.6",
"css-loader": "3.2.0",
"html-webpack-plugin": "^3.2.0",
"react-dom": "^16.11.0",
"style-loader": "^1.0.0",
"css-loader": "3.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/preset-react": "7.7.0",
"@babel/preset-env": "7.7.1"
"webpack-dev-server": "^3.9.0"
}
}
17 changes: 17 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.17.0](https://github.com/graphql/graphiql/compare/[email protected]@0.17.0) (2019-11-26)


### Bug Fixes

* security bump, resolves [#1004](https://github.com/graphql/graphiql/issues/1004), SNYK-JS-MARKDOWNIT-459438 ([89c83db](https://github.com/graphql/graphiql/commit/89c83db))
* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))


### Features

* **graphiql:** Prettify also formats query variables ([b7d0bfd](https://github.com/graphql/graphiql/commit/b7d0bfd))





# [0.16.0](https://github.com/graphql/graphiql/compare/[email protected]@0.16.0) (2019-10-19)


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.16.0",
"version": "0.17.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"codemirror": "^5.47.0",
"codemirror-graphql": "^0.11.2",
"codemirror-graphql": "^0.11.3",
"copy-to-clipboard": "^3.2.0",
"markdown-it": "^10.0.0",
"regenerator-runtime": "^0.13.3"
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2019-11-26)


### Bug Fixes

* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))





# 2.3.0 (2019-10-04)


Expand Down
4 changes: 2 additions & 2 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.0",
"version": "2.3.1",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -34,6 +34,6 @@
"graphql-config": "2.2.1",
"graphql-language-service-parser": "^1.5.0",
"graphql-language-service-types": "^1.5.0",
"graphql-language-service-utils": "^2.3.0"
"graphql-language-service-utils": "^2.3.1"
}
}
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected]) (2019-11-26)

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





# 2.3.0 (2019-10-04)


Expand Down
6 changes: 3 additions & 3 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.0",
"version": "2.3.1",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -35,9 +35,9 @@
"fb-watchman": "^2.0.0",
"glob": "^7.1.2",
"graphql-config": "2.2.1",
"graphql-language-service-interface": "^2.3.0",
"graphql-language-service-interface": "^2.3.1",
"graphql-language-service-types": "^1.5.0",
"graphql-language-service-utils": "^2.3.0",
"graphql-language-service-utils": "^2.3.1",
"nullthrows": "^1.0.0",
"vscode-jsonrpc": "^3.3.0",
"vscode-languageserver": "^3.3.0"
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@[email protected]) (2019-11-26)


### Bug Fixes

* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))





# 2.3.0 (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "2.3.1",
"description": "Utilities to support the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
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.1](https://github.com/graphql/graphiql/compare/[email protected]@2.3.1) (2019-11-26)

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





# 2.3.0 (2019-10-04)


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.0",
"version": "2.3.1",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@babel/polyfill": "7.4.4",
"graphql-config": "2.2.1",
"graphql-language-service-interface": "^2.3.0",
"graphql-language-service-server": "^2.3.0",
"graphql-language-service-utils": "^2.3.0",
"graphql-language-service-interface": "^2.3.1",
"graphql-language-service-server": "^2.3.1",
"graphql-language-service-utils": "^2.3.1",
"yargs": "^3.32.0 || ^7.0.0"
}
}

0 comments on commit 276db04

Please sign in to comment.