Skip to content

Commit 19655ec

Browse files
committed
chore(verisons): bump versions
1 parent f8d75a5 commit 19655ec

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

packages/graphql-playground-html/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-html",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"homepage":
55
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
66
"description":

packages/graphql-playground-html/src/render-playground-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function renderPlaygroundPage(options: RenderPageOptions) {
6666
<meta charset=utf-8 />
6767
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
6868
<link rel="shortcut icon" href="https://graphcool-playground.netlify.com/favicon.png">
69-
<title>${extendedOptions.title}</title>
69+
<title>${extendedOptions.title || 'GraphQL Playground'}</title>
7070
${
7171
extendedOptions.env === 'react' || extendedOptions.env === 'electron'
7272
? ''

packages/graphql-playground-middleware-express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.5.4",
3+
"version": "1.5.6",
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": [
@@ -14,7 +14,7 @@
1414
"files": [
1515
"dist"
1616
],
17-
"playgroundVersion": "1.4.2",
17+
"playgroundVersion": "1.4.3",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"
@@ -34,7 +34,7 @@
3434
"typescript": "2.6.2"
3535
},
3636
"dependencies": {
37-
"graphql-playground-html": "1.5.2"
37+
"graphql-playground-html": "1.5.4"
3838
},
3939
"typings": "dist/index.d.ts",
4040
"typescript": {

packages/graphql-playground-middleware-express/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ graphql-import@^0.4.0:
7676
graphql "^0.12.3"
7777
lodash "^4.17.4"
7878

79-
80-
version "1.5.2"
81-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.2.tgz#ccd97ac1960cfb1872b314bafb1957e7a6df7984"
79+
80+
version "1.5.4"
81+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
8282
dependencies:
8383
graphql-config "1.1.7"
8484

packages/graphql-playground-middleware-hapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-hapi",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
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": [
@@ -15,7 +15,7 @@
1515
"files": [
1616
"dist"
1717
],
18-
"playgroundVersion": "1.4.2",
18+
"playgroundVersion": "1.4.3",
1919
"scripts": {
2020
"build": "rimraf dist && tsc",
2121
"prepare": "npm run build"
@@ -40,6 +40,6 @@
4040
"definition": "dist/index.d.ts"
4141
},
4242
"dependencies": {
43-
"graphql-playground-html": "1.5.2"
43+
"graphql-playground-html": "1.5.4"
4444
}
4545
}

packages/graphql-playground-middleware-hapi/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ graphql-import@^0.4.0:
7676
graphql "^0.12.3"
7777
lodash "^4.17.4"
7878

79-
80-
version "1.5.2"
81-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.2.tgz#ccd97ac1960cfb1872b314bafb1957e7a6df7984"
79+
80+
version "1.5.4"
81+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
8282
dependencies:
8383
graphql-config "1.1.7"
8484

packages/graphql-playground-middleware-koa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-koa",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
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": [
@@ -14,7 +14,7 @@
1414
"files": [
1515
"dist"
1616
],
17-
"playgroundVersion": "1.4.2",
17+
"playgroundVersion": "1.4.3",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"
@@ -39,7 +39,7 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.5.2",
42+
"graphql-playground-html": "1.5.4",
4343
"koa": "^2.4.1"
4444
}
4545
}

packages/graphql-playground-middleware-koa/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ graphql-import@^0.4.0:
148148
graphql "^0.12.3"
149149
lodash "^4.17.4"
150150

151-
152-
version "1.5.2"
153-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.2.tgz#ccd97ac1960cfb1872b314bafb1957e7a6df7984"
151+
152+
version "1.5.4"
153+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
154154
dependencies:
155155
graphql-config "1.1.7"
156156

packages/graphql-playground-middleware-lambda/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-lambda",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
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": [
@@ -14,7 +14,7 @@
1414
"files": [
1515
"dist"
1616
],
17-
"playgroundVersion": "1.4.2",
17+
"playgroundVersion": "1.4.3",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"
@@ -39,6 +39,6 @@
3939
"definition": "dist/index.d.ts"
4040
},
4141
"dependencies": {
42-
"graphql-playground-html": "1.5.2"
42+
"graphql-playground-html": "1.5.4"
4343
}
4444
}

packages/graphql-playground-middleware-lambda/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ graphql-import@^0.4.0:
7676
graphql "^0.12.3"
7777
lodash "^4.17.4"
7878

79-
80-
version "1.5.2"
81-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.2.tgz#ccd97ac1960cfb1872b314bafb1957e7a6df7984"
79+
80+
version "1.5.4"
81+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
8282
dependencies:
8383
graphql-config "1.1.7"
8484

0 commit comments

Comments
 (0)