Skip to content

Commit c6adf4c

Browse files

File tree

18 files changed

+57
-15
lines changed

18 files changed

+57
-15
lines changed

examples/graphiql-create-react-app/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.1.11-alpha.2](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.11-alpha.1...example-graphiql-create-react-app@0.1.11-alpha.2) (2020-08-22)
7+
8+
**Note:** Version bump only for package example-graphiql-create-react-app
9+
610
## [0.1.11-alpha.1](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.11-alpha.0...example-graphiql-create-react-app@0.1.11-alpha.1) (2020-08-12)
711

812
**Note:** Version bump only for package example-graphiql-create-react-app

examples/graphiql-create-react-app/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-create-react-app",
3-
"version": "0.1.11-alpha.1",
3+
"version": "0.1.11-alpha.2",
44
"private": true,
55
"dependencies": {
66
"@types/react": "^16.9.34",

examples/graphiql-parcel/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.1.10-alpha.2](https://github.com/graphql/graphiql/compare/[email protected]@1.1.10-alpha.2) (2020-08-22)
7+
8+
**Note:** Version bump only for package graphiql-parcel-example
9+
610
## [1.1.10-alpha.1](https://github.com/graphql/graphiql/compare/[email protected]@1.1.10-alpha.1) (2020-08-12)
711

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

examples/graphiql-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql-parcel-example",
3-
"version": "1.1.10-alpha.1",
3+
"version": "1.1.10-alpha.2",
44
"license": "MIT",
55
"description": "GraphiQL Parcel Example",
66
"main": "index.js",

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.1.1-alpha.2](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-08-22)
7+
8+
**Note:** Version bump only for package example-graphiql-webpack
9+
610
## [1.1.1-alpha.1](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-08-12)
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.1.1-alpha.1",
3+
"version": "1.1.1-alpha.2",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",

examples/monaco-graphql-webpack/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+
## [1.1.1-alpha.2](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@[email protected]) (2020-08-22)
7+
8+
### Bug Fixes
9+
10+
- improve setSchema & schema loading, allow primitive schema ([#1648](https://github.com/graphql/graphiql/issues/1648)) ([975f29e](https://github.com/graphql/graphiql/commit/975f29ed6e21c7354c42ed778dfd1b52287f70c6))
11+
612
## [1.1.1-alpha.1](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@[email protected]) (2020-08-12)
713

814
**Note:** Version bump only for package example-monaco-graphql-webpack

examples/monaco-graphql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-monaco-graphql-webpack",
3-
"version": "1.1.1-alpha.1",
3+
"version": "1.1.1-alpha.2",
44
"private": true,
55
"license": "MIT",
66
"description": "A simple monaco example with webpack and typescript",
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"graphql": "14.6.0",
15-
"monaco-graphql": "^0.3.1-alpha.1",
15+
"monaco-graphql": "^0.3.1-alpha.2",
1616
"prettier": "^2.0.2"
1717
},
1818
"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+
# [2.0.0-alpha.4](https://github.com/graphql/graphiql/compare/[email protected]@2.0.0-alpha.4) (2020-08-22)
7+
8+
**Note:** Version bump only for package graphiql
9+
610
# [2.0.0-alpha.3](https://github.com/graphql/graphiql/compare/[email protected]@2.0.0-alpha.3) (2020-08-12)
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": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"private": true,
66
"contributors": [
@@ -53,7 +53,7 @@
5353
"i18next-browser-languagedetector": "^4.1.1",
5454
"markdown-it": "^10.0.0",
5555
"monaco-editor": "^0.20.0",
56-
"monaco-graphql": "^0.3.1-alpha.1",
56+
"monaco-graphql": "^0.3.1-alpha.2",
5757
"react-i18next": "^11.4.0",
5858
"theme-ui": "^0.3.1"
5959
},

0 commit comments

Comments
 (0)