Skip to content

Commit 9c4afa1

Browse files
committed
v1.2.0
1 parent d86e07d commit 9c4afa1

File tree

8 files changed

+15
-11
lines changed

8 files changed

+15
-11
lines changed

packages/graphql-playground-electron/package.json

Lines changed: 2 additions & 2 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": "Playground app",
7-
"version": "1.1.6",
7+
"version": "1.2.0",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -130,7 +130,7 @@
130130
"extract-text-webpack-plugin": "^2.0.0-beta.3",
131131
"file-loader": "^0.11.2",
132132
"fork-ts-checker-webpack-plugin": "^0.1.5",
133-
"graphql-playground": "^1.1.6",
133+
"graphql-playground": "^1.2.0",
134134
"happypack": "^3.1.0",
135135
"html-webpack-plugin": "^2.30.1",
136136
"identity-obj-proxy": "^3.0.0",

packages/graphql-playground-electron/yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3330,9 +3330,9 @@ [email protected]:
33303330
graphql "^0.10.1"
33313331
graphql-language-service-types "0.0.21"
33323332

3333-
graphql-playground@^1.1.6:
3334-
version "1.1.6"
3335-
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.1.6.tgz#0e5f07c94519310f560d05d1ad1184d83c11ceb6"
3333+
graphql-playground@^1.2.0:
3334+
version "1.2.0"
3335+
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.2.0.tgz#3f3745c84ba69fc33fb20444308d6687f94e031b"
33363336
dependencies:
33373337
calculate-size "^1.1.1"
33383338
classnames "^2.2.5"
@@ -3365,6 +3365,7 @@ graphql-playground@^1.1.6:
33653365
seamless-immutable "^7.0.1"
33663366
styled-components "^2.2.3"
33673367
styled-jsx-postcss "git+https://github.com/timsuchanek/styled-jsx-postcss#build3"
3368+
styled-theming "^2.2.0"
33683369
subscriptions-transport-ws "^0.8.1"
33693370

33703371
graphql-request@^1.2.0:
@@ -6733,6 +6734,10 @@ styled-jsx@^0.5.7:
67336734
source-map "0.5.6"
67346735
string-hash "1.1.1"
67356736

6737+
styled-theming@^2.2.0:
6738+
version "2.2.0"
6739+
resolved "https://registry.yarnpkg.com/styled-theming/-/styled-theming-2.2.0.tgz#3084e43d40eaab4bc11ebafd3de04e3622fee37e"
6740+
67366741
67376742
version "3.4.3"
67386743
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.3.tgz#875bd0db3db37bb6de08f89275fc38ee2e32ee75"

packages/graphql-playground-middleware-express/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-middleware-express",
3-
"version": "1.1.7-beta.3",
3+
"version": "1.2.0",
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": [

packages/graphql-playground-middleware-hapi/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-middleware-hapi",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
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": [

packages/graphql-playground-middleware-koa/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-middleware-koa",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
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": [

packages/graphql-playground-middleware-lambda/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-middleware-lambda",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambada",
55
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
66
"contributors": [

packages/graphql-playground/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",
3-
"version": "1.1.7-beta.3",
3+
"version": "1.2.0",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

packages/graphql-playground/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -e
44

5-
npm version patch
65
npm publish
76

87
curl -X POST \

0 commit comments

Comments
 (0)