Skip to content

File tree

28 files changed

+103
-36
lines changed

28 files changed

+103
-36
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.10](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@[email protected]) (2020-08-06)
7+
8+
**Note:** Version bump only for package example-graphiql-create-react-app
9+
610
## [0.1.6](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@[email protected]) (2020-06-11)
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.9",
3+
"version": "0.1.10",
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.9](https://github.com/graphql/graphiql/compare/[email protected]@1.1.9) (2020-08-06)
7+
8+
**Note:** Version bump only for package graphiql-parcel-example
9+
610
## [1.1.5](https://github.com/graphql/graphiql/compare/[email protected]@1.1.5) (2020-06-11)
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.8",
3+
"version": "1.1.9",
44
"license": "MIT",
55
"description": "GraphiQL Parcel Example",
66
"main": "index.js",

examples/graphiql-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.0](https://github.com/graphql/graphiql/compare/[email protected]@1.1.0) (2020-08-06)
7+
8+
### Features
9+
10+
- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))
11+
612
# [1.0.0](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-06-11)
713

814
**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.3",
3+
"version": "1.1.0",
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.0](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@[email protected]) (2020-08-06)
7+
8+
### Features
9+
10+
- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))
11+
612
# [1.0.0](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@[email protected]) (2020-06-11)
713

814
### Features

examples/monaco-graphql-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-monaco-graphql-webpack",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
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.2.0",
15+
"monaco-graphql": "^0.3.0",
1616
"prettier": "^2.0.2"
1717
},
1818
"devDependencies": {
@@ -28,9 +28,9 @@
2828
"monaco-editor-webpack-plugin": "^1.9.0",
2929
"react-dom": "^16.12.0",
3030
"style-loader": "^1.1.3",
31+
"webpack": "4.42.1",
3132
"webpack-cli": "^3.3.11",
3233
"webpack-dev-server": "^3.10.3",
33-
"webpack": "4.42.1",
3434
"worker-loader": "^2.0.0"
3535
}
3636
}

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.1](https://github.com/graphql/graphiql/compare/[email protected]@0.12.1) (2020-08-06)
7+
8+
**Note:** Version bump only for package codemirror-graphql
9+
610
# [0.12.0](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0) (2020-06-11)
711

812
### Bug Fixes

packages/codemirror-graphql/package.json

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

0 commit comments

Comments
 (0)