Skip to content

Commit ba98139

Browse files
committed
1 parent d58a092 commit ba98139

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
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.7](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@[email protected]) (2020-06-17)
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.6",
3+
"version": "0.1.7",
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.6](https://github.com/graphql/graphiql/compare/[email protected]@1.1.6) (2020-06-17)
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.5",
3+
"version": "1.1.6",
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.0.1](https://github.com/graphql/graphiql/compare/[email protected]@1.0.1) (2020-06-17)
7+
8+
**Note:** Version bump only for package example-graphiql-webpack
9+
610
# [1.0.0](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-06-11)
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",
3+
"version": "1.0.1",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",

packages/graphiql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/graphql/graphiql/compare/[email protected]@1.0.1) (2020-06-17)
7+
8+
### Bug Fixes
9+
10+
- more server side rendering fixes ([#1581](https://github.com/graphql/graphiql/issues/1581)) ([881a19f](https://github.com/graphql/graphiql/commit/881a19fbd5fbe5f65678de8074e593be7deb2ede)), closes [#1573](https://github.com/graphql/graphiql/issues/1573)
11+
- network cancellation for 1.0 ([#1582](https://github.com/graphql/graphiql/issues/1582)) ([ad3cc0d](https://github.com/graphql/graphiql/commit/ad3cc0d1567ea49ff5677d4cd8524e5e072b605e))
12+
- Set headers to localstorage ([#1578](https://github.com/graphql/graphiql/issues/1578)) ([cc7a7e2](https://github.com/graphql/graphiql/commit/cc7a7e2f6d25d7e8150dc89c6984e6a04b01566b))
13+
614
# [1.0.0](https://github.com/graphql/graphiql/compare/[email protected]@1.0.0) (2020-06-11)
715

816
### Bug Fixes

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)