Skip to content

Commit be581b2

Browse files
committed
chore(release): publish
- graphql-playground-electron@1.8.14 - graphql-playground-html@1.6.28 - graphql-playground-middleware-express@1.7.21 - graphql-playground-middleware-hapi@1.6.18 - graphql-playground-middleware-koa@1.6.20 - graphql-playground-middleware-lambda@1.7.22
1 parent b7e6d4d commit be581b2

File tree

12 files changed

+62
-11
lines changed

12 files changed

+62
-11
lines changed

packages/graphql-playground-electron/CHANGELOG.md

+8
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.8.14](https://github.com/graphcool/graphql-playground/compare/graphql-playground-electron@1.8.13...graphql-playground-electron@1.8.14) (2020-09-15)
7+
8+
**Note:** Version bump only for package graphql-playground-electron
9+
10+
11+
12+
13+
614
## [1.8.13](https://github.com/graphcool/graphql-playground/compare/graphql-playground-electron@1.8.12...graphql-playground-electron@1.8.13) (2020-08-30)
715

816
**Note:** Version bump only for package graphql-playground-electron

packages/graphql-playground-electron/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/graphcool/graphql-playground",
55
"repository": "graphcool/graphql-playground",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
7-
"version": "1.8.13",
7+
"version": "1.8.14",
88
"private": true,
99
"author": {
1010
"name": "Graphcool",
@@ -97,7 +97,7 @@
9797
"graphql-config": "^2.2.2",
9898
"graphql-config-extension-graphcool": "^1.0.11",
9999
"graphql-config-extension-prisma": "^0.3.0",
100-
"graphql-playground-html": "^1.6.27",
100+
"graphql-playground-html": "^1.6.28",
101101
"graphql-playground-react": "^1.7.26",
102102
"immutable": "4.0.0-rc.9",
103103
"js-yaml": "^3.11.0",

packages/graphql-playground-html/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6.28](https://github.com/graphcool/graphql-playground/compare/graphql-playground-html@1.6.27...graphql-playground-html@1.6.28) (2020-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* add schema.polling* to ISettings interface. ([#1212](https://github.com/graphcool/graphql-playground/issues/1212)) ([b7e6d4d](https://github.com/graphcool/graphql-playground/commit/b7e6d4d7590766183a77910a517ea946b95f2a84))
12+
13+
14+
15+
16+
617
## [1.6.27](https://github.com/graphcool/graphql-playground/compare/graphql-playground-html@1.6.26...graphql-playground-html@1.6.27) (2020-08-30)
718

819
**Note:** Version bump only for package graphql-playground-html

packages/graphql-playground-html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-html",
3-
"version": "1.6.27",
3+
"version": "1.6.28",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [

packages/graphql-playground-middleware-express/CHANGELOG.md

+8
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.7.21](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-express@1.7.20...graphql-playground-middleware-express@1.7.21) (2020-09-15)
7+
8+
**Note:** Version bump only for package graphql-playground-middleware-express
9+
10+
11+
12+
13+
614
## [1.7.20](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-express@1.7.19...graphql-playground-middleware-express@1.7.20) (2020-08-30)
715

816
**Note:** Version bump only for package graphql-playground-middleware-express

packages/graphql-playground-middleware-express/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.7.20",
3+
"version": "1.7.21",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -34,7 +34,7 @@
3434
"typescript": "3.8.3"
3535
},
3636
"dependencies": {
37-
"graphql-playground-html": "^1.6.27"
37+
"graphql-playground-html": "^1.6.28"
3838
},
3939
"typings": "dist/index.d.ts",
4040
"typescript": {

packages/graphql-playground-middleware-hapi/CHANGELOG.md

+8
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.6.18](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-hapi@1.6.17...graphql-playground-middleware-hapi@1.6.18) (2020-09-15)
7+
8+
**Note:** Version bump only for package graphql-playground-middleware-hapi
9+
10+
11+
12+
13+
614
## [1.6.17](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-hapi@1.6.16...graphql-playground-middleware-hapi@1.6.17) (2020-08-30)
715

816
**Note:** Version bump only for package graphql-playground-middleware-hapi

packages/graphql-playground-middleware-hapi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-hapi",
3-
"version": "1.6.17",
3+
"version": "1.6.18",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -40,7 +40,7 @@
4040
"definition": "dist/index.d.ts"
4141
},
4242
"dependencies": {
43-
"graphql-playground-html": "^1.6.27"
43+
"graphql-playground-html": "^1.6.28"
4444
},
4545
"gitHead": "53d233f9deb9dcc86f99e41268ff92b6367e0713"
4646
}

packages/graphql-playground-middleware-koa/CHANGELOG.md

+8
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.6.20](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@1.6.19...graphql-playground-middleware-koa@1.6.20) (2020-09-15)
7+
8+
**Note:** Version bump only for package graphql-playground-middleware-koa
9+
10+
11+
12+
13+
614
## [1.6.19](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@1.6.18...graphql-playground-middleware-koa@1.6.19) (2020-08-30)
715

816
**Note:** Version bump only for package graphql-playground-middleware-koa

packages/graphql-playground-middleware-koa/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-koa",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -39,7 +39,7 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "^1.6.27"
42+
"graphql-playground-html": "^1.6.28"
4343
},
4444
"gitHead": "53d233f9deb9dcc86f99e41268ff92b6367e0713"
4545
}

packages/graphql-playground-middleware-lambda/CHANGELOG.md

+8
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.7.22](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-lambda@1.7.21...graphql-playground-middleware-lambda@1.7.22) (2020-09-15)
7+
8+
**Note:** Version bump only for package graphql-playground-middleware-lambda
9+
10+
11+
12+
13+
614
## [1.7.21](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-lambda@1.7.20...graphql-playground-middleware-lambda@1.7.21) (2020-08-30)
715

816
**Note:** Version bump only for package graphql-playground-middleware-lambda

packages/graphql-playground-middleware-lambda/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-lambda",
3-
"version": "1.7.21",
3+
"version": "1.7.22",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambda",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [
@@ -39,7 +39,7 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "^1.6.27"
42+
"graphql-playground-html": "^1.6.28"
4343
},
4444
"gitHead": "53d233f9deb9dcc86f99e41268ff92b6367e0713"
4545
}

0 commit comments

Comments
 (0)