Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Aug 30, 2020
1 parent 1f2dd06 commit 53d233f
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 13 deletions.
11 changes: 11 additions & 0 deletions packages/graphql-playground-electron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.12](https://github.com/graphcool/graphql-playground/compare/[email protected]@1.8.12) (2020-08-30)


### Bug Fixes

* upgrades, schema viewer display & width adjustment ([2bb34bb](https://github.com/graphcool/graphql-playground/commit/2bb34bb8fb8c356e10435727a3f82cd23464b6b6))





## 1.8.11 (2020-06-07)


Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-playground-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/graphcool/graphql-playground",
"repository": "graphcool/graphql-playground",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
"version": "1.8.11",
"version": "1.8.12",
"private": true,
"author": {
"name": "Graphcool",
Expand Down Expand Up @@ -97,8 +97,8 @@
"graphql-config": "^2.2.2",
"graphql-config-extension-graphcool": "^1.0.11",
"graphql-config-extension-prisma": "^0.3.0",
"graphql-playground-html": "^1.6.23",
"graphql-playground-react": "^1.7.23",
"graphql-playground-html": "^1.6.26",
"graphql-playground-react": "^1.7.24",
"immutable": "4.0.0-rc.9",
"js-yaml": "^3.11.0",
"lodash.merge": "^4.6.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-playground-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.26](https://github.com/graphcool/graphql-playground/compare/[email protected]@1.6.26) (2020-08-30)


### Bug Fixes

* cdn url ([#1238](https://github.com/graphcool/graphql-playground/issues/1238)) ([e574bb6](https://github.com/graphcool/graphql-playground/commit/e574bb69e8adcda816fa62acc7e3adf19f31947a))
* **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))





## 1.6.23 (2020-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-html",
"version": "1.6.25",
"version": "1.6.26",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-playground-middleware-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.19](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-express@[email protected]) (2020-08-30)

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





## 1.7.15 (2020-06-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-express",
"version": "1.7.18",
"version": "1.7.19",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "3.8.3"
},
"dependencies": {
"graphql-playground-html": "1.6.25"
"graphql-playground-html": "^1.6.26"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-playground-middleware-hapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.16](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-hapi@[email protected]) (2020-08-30)

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





## 1.6.14 (2020-06-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-hapi",
"version": "1.6.15",
"version": "1.6.16",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down Expand Up @@ -40,6 +40,6 @@
"definition": "dist/index.d.ts"
},
"dependencies": {
"graphql-playground-html": "1.6.25"
"graphql-playground-html": "^1.6.26"
}
}
11 changes: 11 additions & 0 deletions packages/graphql-playground-middleware-koa/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.18](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@[email protected]) (2020-08-30)


### Bug Fixes

* Koa middleware interface ([#1242](https://github.com/graphcool/graphql-playground/issues/1242)) ([b596775](https://github.com/graphcool/graphql-playground/commit/b5967759f05cc610f615ec73744dfa3cda156fe3))





## 1.6.16 (2020-06-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-koa",
"version": "1.6.17",
"version": "1.6.18",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down Expand Up @@ -39,6 +39,6 @@
"definition": "dist/index.d.ts"
},
"dependencies": {
"graphql-playground-html": "1.6.25"
"graphql-playground-html": "^1.6.26"
}
}
8 changes: 8 additions & 0 deletions packages/graphql-playground-middleware-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.20](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-lambda@[email protected]) (2020-08-30)

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





## 1.7.18 (2020-06-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-lambda",
"version": "1.7.19",
"version": "1.7.20",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambda",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down Expand Up @@ -39,6 +39,6 @@
"definition": "dist/index.d.ts"
},
"dependencies": {
"graphql-playground-html": "1.6.25"
"graphql-playground-html": "^1.6.26"
}
}
12 changes: 12 additions & 0 deletions packages/graphql-playground-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.24](https://github.com/graphcool/graphql-playground/compare/[email protected]@1.7.24) (2020-08-30)


### Bug Fixes

* '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))
* upgrades, schema viewer display & width adjustment ([2bb34bb](https://github.com/graphcool/graphql-playground/commit/2bb34bb8fb8c356e10435727a3f82cd23464b6b6))





## 1.7.23 (2020-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-react",
"version": "1.7.23",
"version": "1.7.24",
"main": "./lib/lib.js",
"typings": "./lib/lib.d.ts",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
Expand Down

0 comments on commit 53d233f

Please sign in to comment.