Skip to content

Commit 3dcd697

Browse files
committed
bump versions
1 parent 6662765 commit 3dcd697

File tree

9 files changed

+22
-26
lines changed

9 files changed

+22
-26
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": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
7-
"version": "1.6.1",
7+
"version": "1.6.2",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -98,7 +98,7 @@
9898
"graphql-config-extension-graphcool": "1.0.8",
9999
"graphql-config-extension-prisma": "^0.0.12",
100100
"graphql-playground-html": "^1.5.6",
101-
"graphql-playground-react": "1.7.0",
101+
"graphql-playground-react": "1.7.2",
102102
"immutable": "4.0.0-rc.9",
103103
"js-yaml": "^3.11.0",
104104
"lodash.merge": "^4.6.1",

packages/graphql-playground-electron/yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3778,9 +3778,9 @@ graphql-playground-html@^1.5.6:
37783778
dependencies:
37793779
graphql-config "2.0.0"
37803780

3781-
3782-
version "1.7.0"
3783-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.0.tgz#397d57cb232819747f3d56ed48103a87a92b1edf"
3781+
3782+
version "1.7.2"
3783+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.7.2.tgz#6640c19a3c44c4a7d6d86469158ec7dd078895dd"
37843784
dependencies:
37853785
apollo-link "^1.0.7"
37863786
apollo-link-http "^1.3.2"
@@ -3805,7 +3805,6 @@ [email protected]:
38053805
lodash.debounce "^4.0.8"
38063806
markdown-it "^8.4.1"
38073807
marked "^0.3.19"
3808-
polished "^1.9.0"
38093808
postcss-modules "^1.1.0"
38103809
prettier "^1.13.0"
38113810
prop-types "^15.6.0"
@@ -3832,10 +3831,9 @@ [email protected]:
38323831
redux-saga "^0.16.0"
38333832
reselect "^3.0.1"
38343833
seamless-immutable "^7.0.1"
3835-
styled-components "^3.1.6"
3834+
styled-components "^3.3.2"
38363835
styled-jsx "^2.2.1"
38373836
styled-jsx-postcss timsuchanek/styled-jsx-postcss#build3
3838-
styled-theming "^2.2.0"
38393837
subscriptions-transport-ws "^0.9.5"
38403838
utility-types "^1.0.0"
38413839
webpack-bundle-analyzer "^2.9.2"
@@ -6143,7 +6141,7 @@ pn@^1.1.0:
61436141
version "1.1.0"
61446142
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
61456143

6146-
[email protected], polished@^1.9.0:
6144+
61476145
version "1.9.2"
61486146
resolved "https://registry.yarnpkg.com/polished/-/polished-1.9.2.tgz#d705cac66f3a3ed1bd38aad863e2c1e269baf6b6"
61496147

@@ -7863,9 +7861,9 @@ [email protected]:
78637861
loader-utils "^1.1.0"
78647862
schema-utils "^0.4.3"
78657863

7866-
styled-components@^3.1.6:
7867-
version "3.3.0"
7868-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.3.0.tgz#335b1b2b673b416cd5ec012010e237ed1f877fe9"
7864+
styled-components@^3.3.2:
7865+
version "3.3.3"
7866+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.3.3.tgz#09e702055ab11f7a8eab8229b1c0d0b855095686"
78697867
dependencies:
78707868
buffer "^5.0.3"
78717869
css-to-react-native "^2.0.3"
@@ -7926,10 +7924,6 @@ styled-jsx@^0.5.7:
79267924
source-map "0.5.6"
79277925
string-hash "1.1.1"
79287926

7929-
styled-theming@^2.2.0:
7930-
version "2.2.0"
7931-
resolved "https://registry.yarnpkg.com/styled-theming/-/styled-theming-2.2.0.tgz#3084e43d40eaab4bc11ebafd3de04e3622fee37e"
7932-
79337927
79347928
version "0.0.8"
79357929
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.8.tgz#b0d0a126c945b1f3047447a3aae0647013e8d166"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-express",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
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.7.1",
17+
"playgroundVersion": "1.7.2",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-hapi",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
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.7.1",
18+
"playgroundVersion": "1.7.2",
1919
"scripts": {
2020
"build": "rimraf dist && tsc",
2121
"prepare": "npm run build"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-koa",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
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.7.1",
17+
"playgroundVersion": "1.7.2",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-middleware-lambda",
3-
"version": "1.7.1",
3+
"version": "1.7.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.7.1",
17+
"playgroundVersion": "1.7.2",
1818
"scripts": {
1919
"build": "rimraf dist && tsc",
2020
"prepare": "npm run build"

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

scripts/release-react.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ middlewares=(
1212
)
1313

1414
cd graphql-playground-react
15+
yarn install
1516
echo "Releasing graphql-playground-react..."
1617
npm version patch --no-git-tag-version
1718
npm publish
@@ -33,6 +34,7 @@ curl -X POST \
3334
for middleware in "${middlewares[@]}"
3435
do
3536
cd $middleware
37+
yarn install
3638
echo "Releasing ${middleware}..."
3739
cat package.json | jq ".playgroundVersion = \"$version\"" > package.tmp.json
3840
mv package.tmp.json package.json

0 commit comments

Comments
 (0)