From 2927e580a5a087b8365fe6f92eefecebdfc67e73 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Sat, 18 Jan 2020 09:44:00 -0500 Subject: [PATCH] chore(release): publish - example-graphiql-cdn@0.0.8-alpha.0 - example-graphiql-webpack@1.0.0-alpha.0 - codemirror-graphql@0.12.0-alpha.0 - graphiql@1.0.0-alpha.0 - graphql-language-service-interface@2.4.0-alpha.0 - graphql-language-service-parser@1.5.3-alpha.0 - graphql-language-service-server@2.4.0-alpha.0 - graphql-language-service-types@1.6.0-alpha.0 - graphql-language-service-utils@2.4.0-alpha.0 - graphql-language-service@2.4.0-alpha.0 --- examples/graphiql-cdn/CHANGELOG.md | 6 ++++++ examples/graphiql-webpack/CHANGELOG.md | 12 ++++++++++++ packages/codemirror-graphql/CHANGELOG.md | 11 +++++++++++ .../CHANGELOG.md | 14 ++++++++++++++ .../graphql-language-service-parser/CHANGELOG.md | 7 +++++++ .../graphql-language-service-server/CHANGELOG.md | 10 ++++++++++ .../graphql-language-service-types/CHANGELOG.md | 6 ++++++ .../graphql-language-service-utils/CHANGELOG.md | 11 +++++++++++ packages/graphql-language-service/CHANGELOG.md | 14 ++++++++++++++ 9 files changed, 91 insertions(+) diff --git a/examples/graphiql-cdn/CHANGELOG.md b/examples/graphiql-cdn/CHANGELOG.md index 91ffa397fe3..6a550b57ab3 100644 --- a/examples/graphiql-cdn/CHANGELOG.md +++ b/examples/graphiql-cdn/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.8-alpha.1 (2020-01-18) + +**Note:** Version bump only for package example-graphiql-cdn + +## 0.0.8-alpha.0 (2020-01-18) + **Note:** Version bump only for package example-graphiql-cdn ## 0.0.8-alpha.1 (2020-01-18) diff --git a/examples/graphiql-webpack/CHANGELOG.md b/examples/graphiql-webpack/CHANGELOG.md index cb5d88a7bd7..9ee699fab01 100644 --- a/examples/graphiql-webpack/CHANGELOG.md +++ b/examples/graphiql-webpack/CHANGELOG.md @@ -11,6 +11,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### BREAKING CHANGES +- Deprecate support for React 15. Please use React 16.8 or greater for hooks support. + Co-authored-by: @ryan-m-walker, @acao + Reviewed-by: @benjie + +# 1.0.0-alpha.0 (2020-01-18) + +### Features + +- deprecate support for 15, support react 16 features ([#1107](https://github.com/graphql/graphiql/issues/1107)) ([bc4b6fc](https://github.com/graphql/graphiql/commit/bc4b6fc)) + +### BREAKING CHANGES + - Deprecate support for React 15. Please use React 16.8 or greater for hooks support. Co-authored-by: @ryan-m-walker, @acao Reviewed-by: @benjie diff --git a/packages/codemirror-graphql/CHANGELOG.md b/packages/codemirror-graphql/CHANGELOG.md index d35737d299e..d8f25b2defc 100644 --- a/packages/codemirror-graphql/CHANGELOG.md +++ b/packages/codemirror-graphql/CHANGELOG.md @@ -14,6 +14,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) +# [0.12.0-alpha.0](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.6...codemirror-graphql@0.12.0-alpha.0) (2020-01-18) + +### Bug Fixes + +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) +- screenshot/gif urls ([e3ea2fc](https://github.com/graphql/graphiql/commit/e3ea2fc)) + +### Features + +- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) + ## [0.11.6](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.11.5...codemirror-graphql@0.11.6) (2019-12-09) ### Bug Fixes diff --git a/packages/graphql-language-service-interface/CHANGELOG.md b/packages/graphql-language-service-interface/CHANGELOG.md index bc823a477ee..622ac5f26a8 100644 --- a/packages/graphql-language-service-interface/CHANGELOG.md +++ b/packages/graphql-language-service-interface/CHANGELOG.md @@ -5,6 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.3.3...graphql-language-service-interface@2.4.0-alpha.1) (2020-01-18) +### Bug Fixes + +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) + +### Features + +- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) + +# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.3.3...graphql-language-service-interface@2.4.0-alpha.0) (2020-01-18) + +### Bug Fixes + +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) + ### Features - convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) diff --git a/packages/graphql-language-service-parser/CHANGELOG.md b/packages/graphql-language-service-parser/CHANGELOG.md index 37ab875a715..98a59529d4c 100644 --- a/packages/graphql-language-service-parser/CHANGELOG.md +++ b/packages/graphql-language-service-parser/CHANGELOG.md @@ -10,6 +10,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - exclusion for nonbreakable whitespace chars ([#1091](https://github.com/graphql/graphiql/issues/1091)) ([91763dd](https://github.com/graphql/graphiql/commit/91763dd)), closes [graphql/graphql-language-service#220](https://github.com/graphql/graphql-language-service/issues/220) - linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) +## [1.5.3-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.5.2...graphql-language-service-parser@1.5.3-alpha.0) (2020-01-18) + +### Bug Fixes + +- exclusion for nonbreakable whitespace chars ([#1091](https://github.com/graphql/graphiql/issues/1091)) ([91763dd](https://github.com/graphql/graphiql/commit/91763dd)), closes [graphql/graphql-language-service#220](https://github.com/graphql/graphql-language-service/issues/220) +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) + ## [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 diff --git a/packages/graphql-language-service-server/CHANGELOG.md b/packages/graphql-language-service-server/CHANGELOG.md index bd3da066cda..c4968fd8716 100644 --- a/packages/graphql-language-service-server/CHANGELOG.md +++ b/packages/graphql-language-service-server/CHANGELOG.md @@ -13,6 +13,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) +# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.3.3...graphql-language-service-server@2.4.0-alpha.0) (2020-01-18) + +### Bug Fixes + +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) + +### Features + +- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) + ## [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 diff --git a/packages/graphql-language-service-types/CHANGELOG.md b/packages/graphql-language-service-types/CHANGELOG.md index a23e651abc4..ac47f6af47d 100644 --- a/packages/graphql-language-service-types/CHANGELOG.md +++ b/packages/graphql-language-service-types/CHANGELOG.md @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) +# [1.6.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.5.2...graphql-language-service-types@1.6.0-alpha.0) (2020-01-18) + +### Features + +- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) + ## [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 diff --git a/packages/graphql-language-service-utils/CHANGELOG.md b/packages/graphql-language-service-utils/CHANGELOG.md index e642fbfc49f..4ab2970ad4f 100644 --- a/packages/graphql-language-service-utils/CHANGELOG.md +++ b/packages/graphql-language-service-utils/CHANGELOG.md @@ -14,6 +14,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) +# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.3.3...graphql-language-service-utils@2.4.0-alpha.0) (2020-01-18) + +### Bug Fixes + +- hmr, file resolution warnings ([69bf701](https://github.com/graphql/graphiql/commit/69bf701)) +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) + +### Features + +- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) + ## [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 diff --git a/packages/graphql-language-service/CHANGELOG.md b/packages/graphql-language-service/CHANGELOG.md index d78b4ca9cc7..18b826366bd 100644 --- a/packages/graphql-language-service/CHANGELOG.md +++ b/packages/graphql-language-service/CHANGELOG.md @@ -5,6 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service@2.3.4...graphql-language-service@2.4.0-alpha.1) (2020-01-18) +### Bug Fixes + +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) + +### Features + +- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb)) + +# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service@2.3.4...graphql-language-service@2.4.0-alpha.0) (2020-01-18) + +### Bug Fixes + +- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b)) + ### Features - convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))