Skip to content

Commit a4da8d5

Browse files

File tree

9 files changed

+91
-0
lines changed

9 files changed

+91
-0
lines changed

examples/graphiql-cdn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.8-alpha.1 (2020-01-18)
7+
8+
**Note:** Version bump only for package example-graphiql-cdn
9+
10+
## 0.0.8-alpha.0 (2020-01-18)
11+
612
**Note:** Version bump only for package example-graphiql-cdn
713

814
## 0.0.8-alpha.1 (2020-01-18)

examples/graphiql-webpack/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111

1212
### BREAKING CHANGES
1313

14+
- Deprecate support for React 15. Please use React 16.8 or greater for hooks support.
15+
Co-authored-by: @ryan-m-walker, @acao
16+
Reviewed-by: @benjie
17+
18+
# 1.0.0-alpha.0 (2020-01-18)
19+
20+
### Features
21+
22+
- deprecate support for 15, support react 16 features ([#1107](https://github.com/graphql/graphiql/issues/1107)) ([bc4b6fc](https://github.com/graphql/graphiql/commit/bc4b6fc))
23+
24+
### BREAKING CHANGES
25+
1426
- Deprecate support for React 15. Please use React 16.8 or greater for hooks support.
1527
Co-authored-by: @ryan-m-walker, @acao
1628
Reviewed-by: @benjie

packages/codemirror-graphql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1414

1515
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
1616

17+
# [0.12.0-alpha.0](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.0) (2020-01-18)
18+
19+
### Bug Fixes
20+
21+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
22+
- screenshot/gif urls ([e3ea2fc](https://github.com/graphql/graphiql/commit/e3ea2fc))
23+
24+
### Features
25+
26+
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
27+
1728
## [0.11.6](https://github.com/graphql/graphiql/compare/[email protected]@0.11.6) (2019-12-09)
1829

1930
### Bug Fixes

packages/graphql-language-service-interface/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
# [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-01-18)
77

8+
### Bug Fixes
9+
10+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
11+
12+
### Features
13+
14+
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
15+
16+
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-01-18)
17+
18+
### Bug Fixes
19+
20+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
21+
822
### Features
923

1024
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))

packages/graphql-language-service-parser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1010
- 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)
1111
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
1212

13+
## [1.5.3-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@[email protected]) (2020-01-18)
14+
15+
### Bug Fixes
16+
17+
- 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)
18+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
19+
1320
## [1.5.2](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@[email protected]) (2019-12-09)
1421

1522
### Bug Fixes

packages/graphql-language-service-server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1313

1414
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
1515

16+
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected]) (2020-01-18)
17+
18+
### Bug Fixes
19+
20+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
21+
22+
### Features
23+
24+
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
25+
1626
## [2.3.3](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected]) (2019-12-09)
1727

1828
### Bug Fixes

packages/graphql-language-service-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
99

1010
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
1111

12+
# [1.6.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-types@[email protected]) (2020-01-18)
13+
14+
### Features
15+
16+
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
17+
1218
## [1.5.2](https://github.com/graphql/graphiql/compare/graphql-language-service-types@[email protected]) (2019-12-09)
1319

1420
### Bug Fixes

packages/graphql-language-service-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1414

1515
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
1616

17+
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@[email protected]) (2020-01-18)
18+
19+
### Bug Fixes
20+
21+
- hmr, file resolution warnings ([69bf701](https://github.com/graphql/graphiql/commit/69bf701))
22+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
23+
24+
### Features
25+
26+
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
27+
1728
## [2.3.3](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@[email protected]) (2019-12-09)
1829

1930
### Bug Fixes

packages/graphql-language-service/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
# [2.4.0-alpha.1](https://github.com/graphql/graphiql/compare/[email protected]@2.4.0-alpha.1) (2020-01-18)
77

8+
### Bug Fixes
9+
10+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
11+
12+
### Features
13+
14+
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))
15+
16+
# [2.4.0-alpha.0](https://github.com/graphql/graphiql/compare/[email protected]@2.4.0-alpha.0) (2020-01-18)
17+
18+
### Bug Fixes
19+
20+
- linting issues, trailingCommas: all ([#1099](https://github.com/graphql/graphiql/issues/1099)) ([de4005b](https://github.com/graphql/graphiql/commit/de4005b))
21+
822
### Features
923

1024
- convert LSP Server to Typescript, remove watchman ([#1138](https://github.com/graphql/graphiql/issues/1138)) ([8e33dbb](https://github.com/graphql/graphiql/commit/8e33dbb))

0 commit comments

Comments
 (0)