File tree Expand file tree Collapse file tree 8 files changed +15
-11
lines changed
graphql-playground-electron
graphql-playground-middleware-express
graphql-playground-middleware-hapi
graphql-playground-middleware-koa
graphql-playground-middleware-lambda Expand file tree Collapse file tree 8 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 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" : " contact@graph.cool" ,
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" ,
Original file line number Diff line number Diff line change @@ -3330,9 +3330,9 @@ graphql-language-service-utils@0.0.17:
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
33703371graphql-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+
67366741stylis@3.x :
67376742 version "3.4.3"
67386743 resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.3.tgz#875bd0db3db37bb6de08f89275fc38ee2e32ee75"
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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)." ,
Original file line number Diff line number Diff line change 22
33set -e
44
5- npm version patch
65npm publish
76
87curl -X POST \
You can’t perform that action at this time.
0 commit comments