Skip to content

Commit f7ca28b

Browse files
committed
v0.7.17
1 parent 1710009 commit f7ca28b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

bundle-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bundle-test",
33
"private": true,
4-
"version": "0.7.16",
4+
"version": "0.7.17",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"scripts": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.7.16",
3+
"version": "0.7.17",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/core",
3-
"version": "0.7.16",
3+
"version": "0.7.17",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -12,7 +12,7 @@
1212
"test": "jest --config ../../jest.config.js"
1313
},
1414
"dependencies": {
15-
"@graphql-modules/di": "0.7.16",
15+
"@graphql-modules/di": "0.7.17",
1616
"@graphql-toolkit/common": "0.10.6",
1717
"@graphql-toolkit/schema-merging": "0.10.6",
1818
"apollo-server-caching": "0.5.1",

packages/di/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/di",
3-
"version": "0.7.16",
3+
"version": "0.7.17",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",

packages/tools/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/cli",
3-
"version": "0.7.16",
3+
"version": "0.7.17",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
"prepack": "bob-update-version"
3131
},
3232
"dependencies": {
33-
"@graphql-modules/doctor": "0.7.16",
33+
"@graphql-modules/doctor": "0.7.17",
3434
"chalk": "4.0.0",
3535
"commander": "5.1.0",
3636
"log-symbols": "4.0.0"

packages/tools/doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/doctor",
3-
"version": "0.7.16",
3+
"version": "0.7.17",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",

0 commit comments

Comments
 (0)