Skip to content

Commit f49a0c1

Browse files
committed

File tree

16 files changed

+48
-16
lines changed

16 files changed

+48
-16
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.4](https://github.com/graphql/graphiql/compare/[email protected]@0.0.8-alpha.4) (2020-04-10)
7+
8+
**Note:** Version bump only for package example-graphiql-cdn
9+
610
## [0.0.8-alpha.3](https://github.com/graphql/graphiql/compare/[email protected]@0.0.8-alpha.3) (2020-03-20)
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.3",
3+
"version": "0.0.8-alpha.4",
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.6](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.5](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-04-06)
711

812
### Features

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.5",
3+
"version": "1.0.0-alpha.6",
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.6](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.6) (2020-04-10)
7+
8+
**Note:** Version bump only for package codemirror-graphql
9+
610
# [0.12.0-alpha.5](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.5) (2020-04-06)
711

812
### Features

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.5",
3+
"version": "0.12.0-alpha.6",
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.5",
53+
"graphql-language-service-interface": "^2.4.0-alpha.6",
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.6](https://github.com/graphql/graphiql/compare/[email protected]@1.0.0-alpha.6) (2020-04-10)
7+
8+
**Note:** Version bump only for package graphiql
9+
610
# [1.0.0-alpha.5](https://github.com/graphql/graphiql/compare/[email protected]@1.0.0-alpha.5) (2020-04-06)
711

812
### Features

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.5",
3+
"version": "1.0.0-alpha.6",
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.5",
48+
"codemirror-graphql": "^0.12.0-alpha.6",
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: 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+
# [2.4.0-alpha.6](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-04-10)
7+
8+
**Note:** Version bump only for package graphql-language-service-interface
9+
610
# [2.4.0-alpha.5](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-04-06)
711

812
### Features

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

Lines changed: 2 additions & 2 deletions
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.5",
3+
"version": "2.4.0-alpha.6",
44
"description": "Interface to the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"graphql-language-service-parser": "^1.6.0-alpha.3",
3131
"graphql-language-service-types": "^1.6.0-alpha.5",
32-
"graphql-language-service-utils": "^2.4.0-alpha.5"
32+
"graphql-language-service-utils": "^2.4.0-alpha.6"
3333
},
3434
"devDependencies": {
3535
"graphql-config": "3.0.0-rc.2"

0 commit comments

Comments
 (0)