Skip to content

Commit 9e8aaae

Browse files
committed
1 parent c44d01d commit 9e8aaae

File tree

14 files changed

+42
-12
lines changed

14 files changed

+42
-12
lines changed

examples/graphiql-cdn/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5](https://github.com/graphql/graphiql/compare/[email protected]@0.0.8-alpha.5) (2020-04-10)
7+
8+
**Note:** Version bump only for package example-graphiql-cdn
9+
610
## [0.0.8-alpha.4](https://github.com/graphql/graphiql/compare/[email protected]@0.0.8-alpha.4) (2020-04-10)
711

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

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": "example-graphiql-cdn",
3-
"version": "0.0.8-alpha.4",
3+
"version": "0.0.8-alpha.5",
44
"private": true,
55
"license": "MIT",
66
"description": "An example using GraphiQL",

examples/graphiql-webpack/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [1.0.0-alpha.8](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-04-10)
7+
8+
**Note:** Version bump only for package example-graphiql-webpack
9+
610
# [1.0.0-alpha.7](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-04-10)
711

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

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

packages/codemirror-graphql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.12.0-alpha.7](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.7) (2020-04-10)
7+
8+
**Note:** Version bump only for package codemirror-graphql
9+
610
# [0.12.0-alpha.6](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.6) (2020-04-10)
711

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

packages/codemirror-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "0.12.0-alpha.6",
3+
"version": "0.12.0-alpha.7",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -50,7 +50,7 @@
5050
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
5151
},
5252
"dependencies": {
53-
"graphql-language-service-interface": "^2.4.0-alpha.6",
53+
"graphql-language-service-interface": "^2.4.0-alpha.7",
5454
"graphql-language-service-parser": "^1.6.0-alpha.3"
5555
},
5656
"devDependencies": {

packages/graphiql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [1.0.0-alpha.8](https://github.com/graphql/graphiql/compare/[email protected]@1.0.0-alpha.8) (2020-04-10)
7+
8+
**Note:** Version bump only for package graphiql
9+
610
# [1.0.0-alpha.7](https://github.com/graphql/graphiql/compare/[email protected]@1.0.0-alpha.7) (2020-04-10)
711

812
**Note:** Version bump only for package graphiql

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -45,7 +45,7 @@
4545
"@emotion/core": "^10.0.28",
4646
"@mdx-js/react": "^1.5.2",
4747
"codemirror": "^5.52.2",
48-
"codemirror-graphql": "^0.12.0-alpha.6",
48+
"codemirror-graphql": "^0.12.0-alpha.7",
4949
"copy-to-clipboard": "^3.2.0",
5050
"entities": "^2.0.0",
5151
"markdown-it": "^10.0.0",

packages/graphql-language-service-interface/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+
# [2.4.0-alpha.7](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-04-10)
7+
8+
### Bug Fixes
9+
10+
- [email protected] has broken reference to vscode types ([#1479](https://github.com/graphql/graphiql/issues/1479)) ([43e7056](https://github.com/graphql/graphiql/commit/43e705682fc258d50b167791469712a17a152cea))
11+
612
# [2.4.0-alpha.6](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-04-10)
713

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

packages/graphql-language-service-interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-interface",
3-
"version": "2.4.0-alpha.6",
3+
"version": "2.4.0-alpha.7",
44
"description": "Interface to the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",

0 commit comments

Comments
 (0)