Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
huv1k committed Jan 28, 2019
1 parent 1b2af1c commit 89b58d5
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-playground-electron/package.json
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.6",
"version": "1.8.7",
"author": {
"name": "Graphcool",
"email": "hello@graph.cool",
Expand Down Expand Up @@ -97,7 +97,7 @@
"graphql-config-extension-graphcool": "1.0.8",
"graphql-config-extension-prisma": "^0.2.5",
"graphql-playground-html": "^1.6.0",
"graphql-playground-react": "1.7.15",
"graphql-playground-react": "1.7.17",
"immutable": "4.0.0-rc.9",
"js-yaml": "^3.11.0",
"lodash.merge": "^4.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-playground-electron/yarn.lock
Expand Up @@ -3765,10 +3765,10 @@ graphql-playground-html@^1.6.0:
version "1.6.5"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.5.tgz#0de1a68db891f7356312cf03dcf371d67388e95a"

graphql-playground-react@1.7.15:
version "1.7.15"
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.15.tgz#6a3a0e81761ca14b2b1a840261f5b586e281ad03"
integrity sha512-W130eUPbbF2RYnNx2NAUTr9d9jol+UIHIHupytahIIxjPPSsad6kk2WbRohfMl4KTE/4txU5jxjkdu1mMJMIoA==
graphql-playground-react@1.7.17:
version "1.7.17"
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.17.tgz#efa320c0b87efe102218f30a3d387d946330de37"
integrity sha512-48/tMiq3vbd/vWj01/2IDPMU7y67tCsc8UuQS0PNCYO5QiUAGCBdb0dtgPK/Kvou+1/PP/tl0xbiHIOALLaOlw==
dependencies:
apollo-link "^1.0.7"
apollo-link-http "^1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground-html/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-html",
"version": "1.6.10",
"version": "1.6.11",
"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
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-express/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-express",
"version": "1.7.9",
"version": "1.7.10",
"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": "2.6.2"
},
"dependencies": {
"graphql-playground-html": "1.6.10"
"graphql-playground-html": "1.6.11"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-playground-middleware-express/yarn.lock
Expand Up @@ -186,10 +186,10 @@ glob@^7.0.5:
once "^1.3.0"
path-is-absolute "^1.0.0"

graphql-playground-html@1.6.10:
version "1.6.10"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
graphql-playground-html@1.6.11:
version "1.6.11"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==

http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3:
version "1.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-hapi/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-hapi",
"version": "1.7.8",
"version": "1.7.9",
"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.10"
"graphql-playground-html": "1.6.11"
}
}
8 changes: 4 additions & 4 deletions packages/graphql-playground-middleware-hapi/yarn.lock
Expand Up @@ -112,10 +112,10 @@ glob@^7.0.5:
once "^1.3.0"
path-is-absolute "^1.0.0"

graphql-playground-html@1.6.10:
version "1.6.10"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
graphql-playground-html@1.6.11:
version "1.6.11"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==

hapi@^18.0.0:
version "18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-koa/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-koa",
"version": "1.6.9",
"version": "1.6.10",
"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.10"
"graphql-playground-html": "1.6.11"
}
}
8 changes: 4 additions & 4 deletions packages/graphql-playground-middleware-koa/yarn.lock
Expand Up @@ -124,10 +124,10 @@ glob@^7.0.5:
once "^1.3.0"
path-is-absolute "^1.0.0"

graphql-playground-html@1.6.10:
version "1.6.10"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
graphql-playground-html@1.6.11:
version "1.6.11"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==

http-assert@^1.3.0:
version "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-playground-middleware-lambda/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-middleware-lambda",
"version": "1.7.9",
"version": "1.7.10",
"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 Expand Up @@ -39,6 +39,6 @@
"definition": "dist/index.d.ts"
},
"dependencies": {
"graphql-playground-html": "1.6.10"
"graphql-playground-html": "1.6.11"
}
}
8 changes: 4 additions & 4 deletions packages/graphql-playground-middleware-lambda/yarn.lock
Expand Up @@ -89,10 +89,10 @@ glob@^7.0.5:
once "^1.3.0"
path-is-absolute "^1.0.0"

graphql-playground-html@1.6.10:
version "1.6.10"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.10.tgz#edb68f67ce71c4a092d163e1b435ea2e73bbe0d8"
integrity sha512-PZFVWJqNct7+tSlVSseH/YRHj9T0Que0Q8hskaCLGDmyGZVkv5XM3k5LUybR4LKXJqi7x4ekEkK6R4M4CQPGnQ==
graphql-playground-html@1.6.11:
version "1.6.11"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==

ieee754@1.1.8:
version "1.1.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-playground-react/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-playground-react",
"version": "1.7.15",
"version": "1.7.17",
"main": "./lib/lib.js",
"typings": "./lib/lib.d.ts",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
Expand Down

2 comments on commit 89b58d5

@clyer
Copy link

@clyer clyer commented on 89b58d5 Jan 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the doc.
Maybe not everyone needs this feature #934.

@huv1k
Copy link
Collaborator Author

@huv1k huv1k commented on 89b58d5 Jan 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clyer Sorry, we forgot to update Readme.

Please sign in to comment.