Skip to content

File tree

28 files changed

+167
-34
lines changed

28 files changed

+167
-34
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2020-05-17)
7+
8+
**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.0",
3+
"version": "0.1.1",
44
"private": true,
55
"dependencies": {
66
"@types/react": "^16.9.34",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2020-05-17)
7+
8+
### Features
9+
10+
- Add Parcel Example for GraphiQL ([#1511](https://github.com/graphql/graphiql/issues/1511)) ([fe4b811](https://github.com/graphql/graphiql/commit/fe4b811876838cabdf545a6034ad12bc33e044b2))

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.0.0",
3+
"version": "1.1.0",
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.0.0-alpha.9](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-05-17)
7+
8+
### Features
9+
10+
- introduce proper vscode completion kinds ([#1488](https://github.com/graphql/graphiql/issues/1488)) ([f19aa0d](https://github.com/graphql/graphiql/commit/f19aa0ddde6109526c101c8a487f43bbb8238394))
11+
612
# [1.0.0-alpha.8](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-04-10)
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.0-alpha.8",
3+
"version": "1.0.0-alpha.9",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-alpha.4 (2020-05-17)
7+
8+
### Features
9+
10+
- Monaco Mode - Phase 2 - Mode & Worker ([#1459](https://github.com/graphql/graphiql/issues/1459)) ([bc95fb4](https://github.com/graphql/graphiql/commit/bc95fb46459a4437ff9471ff43c98e1c5c50f51e))
11+
- monaco-graphql docs, api, improvements ([#1521](https://github.com/graphql/graphiql/issues/1521)) ([c79158c](https://github.com/graphql/graphiql/commit/c79158c72e976ab286e7ec3fded7f3e2d24e50d0))

examples/monaco-graphql-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-monaco-graphql-webpack",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"private": true,
55
"license": "MIT",
66
"description": "A simple monaco 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.8](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.8) (2020-05-17)
7+
8+
**Note:** Version bump only for package codemirror-graphql
9+
610
# [0.12.0-alpha.7](https://github.com/graphql/graphiql/compare/[email protected]@0.12.0-alpha.7) (2020-04-10)
711

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

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-alpha.7",
3+
"version": "0.12.0-alpha.8",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -50,8 +50,8 @@
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.7",
54-
"graphql-language-service-parser": "^1.6.0-alpha.3"
53+
"graphql-language-service-interface": "^2.4.0-alpha.8",
54+
"graphql-language-service-parser": "^1.6.0-alpha.4"
5555
},
5656
"devDependencies": {
5757
"chai": "4.2.0",

0 commit comments

Comments
 (0)