Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Nov 24, 2017
1 parent d86e07d commit 9c4afa1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 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": "Playground app",
"version": "1.1.6",
"version": "1.2.0",
"author": {
"name": "Graphcool",
"email": "contact@graph.cool",
Expand Down Expand Up @@ -130,7 +130,7 @@
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.11.2",
"fork-ts-checker-webpack-plugin": "^0.1.5",
"graphql-playground": "^1.1.6",
"graphql-playground": "^1.2.0",
"happypack": "^3.1.0",
"html-webpack-plugin": "^2.30.1",
"identity-obj-proxy": "^3.0.0",
Expand Down
11 changes: 8 additions & 3 deletions packages/graphql-playground-electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3330,9 +3330,9 @@ graphql-language-service-utils@0.0.17:
graphql "^0.10.1"
graphql-language-service-types "0.0.21"

graphql-playground@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.1.6.tgz#0e5f07c94519310f560d05d1ad1184d83c11ceb6"
graphql-playground@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/graphql-playground/-/graphql-playground-1.2.0.tgz#3f3745c84ba69fc33fb20444308d6687f94e031b"
dependencies:
calculate-size "^1.1.1"
classnames "^2.2.5"
Expand Down Expand Up @@ -3365,6 +3365,7 @@ graphql-playground@^1.1.6:
seamless-immutable "^7.0.1"
styled-components "^2.2.3"
styled-jsx-postcss "git+https://github.com/timsuchanek/styled-jsx-postcss#build3"
styled-theming "^2.2.0"
subscriptions-transport-ws "^0.8.1"

graphql-request@^1.2.0:
Expand Down Expand Up @@ -6733,6 +6734,10 @@ styled-jsx@^0.5.7:
source-map "0.5.6"
string-hash "1.1.1"

styled-theming@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/styled-theming/-/styled-theming-2.2.0.tgz#3084e43d40eaab4bc11ebafd3de04e3622fee37e"

stylis@3.x:
version "3.4.3"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.3.tgz#875bd0db3db37bb6de08f89275fc38ee2e32ee75"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-express",
"version": "1.1.7-beta.3",
"version": "1.2.0",
"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
2 changes: 1 addition & 1 deletion 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.1.4",
"version": "1.2.0",
"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
2 changes: 1 addition & 1 deletion 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.1.4",
"version": "1.2.0",
"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
2 changes: 1 addition & 1 deletion 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.1.4",
"version": "1.2.0",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambada",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-playground",
"version": "1.1.7-beta.3",
"version": "1.2.0",
"main": "./lib/lib.js",
"typings": "./lib/lib.d.ts",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
Expand Down
1 change: 0 additions & 1 deletion packages/graphql-playground/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

npm version patch
npm publish

curl -X POST \
Expand Down

0 comments on commit 9c4afa1

Please sign in to comment.