Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 53d233f

Browse files
committed
chore(release): publish
- graphql-playground-electron@1.8.12 - graphql-playground-html@1.6.26 - graphql-playground-middleware-express@1.7.19 - graphql-playground-middleware-hapi@1.6.16 - graphql-playground-middleware-koa@1.6.18 - graphql-playground-middleware-lambda@1.7.20 - graphql-playground-react@1.7.24
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/graphql-playground-electron@1.8.11...graphql-playground-electron@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/graphql-playground-html@1.6.23...graphql-playground-html@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@1.7.15...graphql-playground-middleware-express@1.7.19) (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@1.6.14...graphql-playground-middleware-hapi@1.6.16) (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@1.6.16...graphql-playground-middleware-koa@1.6.18) (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
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /