Skip to content

Commit 53d233f

Browse files
committed
1 parent 1f2dd06 commit 53d233f

File tree

14 files changed

+83
-13
lines changed

14 files changed

+83
-13
lines changed

packages/graphql-playground-electron/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.12](https://github.com/graphcool/graphql-playground/compare/[email protected]@1.8.12) (2020-08-30)
7+
8+
9+
### Bug Fixes
10+
11+
* upgrades, schema viewer display & width adjustment ([2bb34bb](https://github.com/graphcool/graphql-playground/commit/2bb34bb8fb8c356e10435727a3f82cd23464b6b6))
12+
13+
14+
15+
16+
617
## 1.8.11 (2020-06-07)
718

819

packages/graphql-playground-electron/package.json

Lines changed: 3 additions & 3 deletions
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.11",
7+
"version": "1.8.12",
88
"private": true,
99
"author": {
1010
"name": "Graphcool",
@@ -97,8 +97,8 @@
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.23",
101-
"graphql-playground-react": "^1.7.23",
100+
"graphql-playground-html": "^1.6.26",
101+
"graphql-playground-react": "^1.7.24",
102102
"immutable": "4.0.0-rc.9",
103103
"js-yaml": "^3.11.0",
104104
"lodash.merge": "^4.6.2",

packages/graphql-playground-html/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.26](https://github.com/graphcool/graphql-playground/compare/[email protected]@1.6.26) (2020-08-30)
7+
8+
9+
### Bug Fixes
10+
11+
* cdn url ([#1238](https://github.com/graphcool/graphql-playground/issues/1238)) ([e574bb6](https://github.com/graphcool/graphql-playground/commit/e574bb69e8adcda816fa62acc7e3adf19f31947a))
12+
* **examples:** fix examples of reflected XSS attack ([#1256](https://github.com/graphcool/graphql-playground/issues/1256)) ([12b61b9](https://github.com/graphcool/graphql-playground/commit/12b61b9d69286b12a6ac74b12aae705e6b060f3b))
13+
14+
15+
16+
17+
618
## 1.6.23 (2020-06-07)
719

820

packages/graphql-playground-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-html",
3-
"version": "1.6.25",
3+
"version": "1.6.26",
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

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.7.19](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-express@[email protected]) (2020-08-30)
7+
8+
**Note:** Version bump only for package graphql-playground-middleware-express
9+
10+
11+
12+
13+
614
## 1.7.15 (2020-06-07)
715

816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.7.18",
3+
"version": "1.7.19",
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.25"
37+
"graphql-playground-html": "^1.6.26"
3838
},
3939
"typings": "dist/index.d.ts",
4040
"typescript": {

packages/graphql-playground-middleware-hapi/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.6.16](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-hapi@[email protected]) (2020-08-30)
7+
8+
**Note:** Version bump only for package graphql-playground-middleware-hapi
9+
10+
11+
12+
13+
614
## 1.6.14 (2020-06-07)
715

816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-hapi",
3-
"version": "1.6.15",
3+
"version": "1.6.16",
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,6 +40,6 @@
4040
"definition": "dist/index.d.ts"
4141
},
4242
"dependencies": {
43-
"graphql-playground-html": "1.6.25"
43+
"graphql-playground-html": "^1.6.26"
4444
}
4545
}

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

Lines changed: 11 additions & 0 deletions
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.18](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@[email protected]) (2020-08-30)
7+
8+
9+
### Bug Fixes
10+
11+
* Koa middleware interface ([#1242](https://github.com/graphcool/graphql-playground/issues/1242)) ([b596775](https://github.com/graphcool/graphql-playground/commit/b5967759f05cc610f615ec73744dfa3cda156fe3))
12+
13+
14+
15+
16+
617
## 1.6.16 (2020-06-07)
718

819

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-koa",
3-
"version": "1.6.17",
3+
"version": "1.6.18",
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,6 +39,6 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.6.25"
42+
"graphql-playground-html": "^1.6.26"
4343
}
4444
}

packages/graphql-playground-middleware-lambda/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.7.20](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-lambda@[email protected]) (2020-08-30)
7+
8+
**Note:** Version bump only for package graphql-playground-middleware-lambda
9+
10+
11+
12+
13+
614
## 1.7.18 (2020-06-07)
715

816

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-lambda",
3-
"version": "1.7.19",
3+
"version": "1.7.20",
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,6 +39,6 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.6.25"
42+
"graphql-playground-html": "^1.6.26"
4343
}
4444
}

packages/graphql-playground-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.24](https://github.com/graphcool/graphql-playground/compare/[email protected]@1.7.24) (2020-08-30)
7+
8+
9+
### Bug Fixes
10+
11+
* 'addLineBreaks' regex in 'createSDL' to avoid line-breaking comment lines ([#1245](https://github.com/graphcool/graphql-playground/issues/1245)) ([f3b1e03](https://github.com/graphcool/graphql-playground/commit/f3b1e03f887a6dec36301577cdaa7184aff50cce))
12+
* upgrades, schema viewer display & width adjustment ([2bb34bb](https://github.com/graphcool/graphql-playground/commit/2bb34bb8fb8c356e10435727a3f82cd23464b6b6))
13+
14+
15+
16+
17+
618
## 1.7.23 (2020-06-07)
719

820

packages/graphql-playground-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-react",
3-
"version": "1.7.23",
3+
"version": "1.7.24",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

0 commit comments

Comments
 (0)