Skip to content

Commit 1571b27

Browse files
committed
v0.7.0
1 parent 7fe5cba commit 1571b27

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.6.6",
3+
"version": "0.7.0",
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.6.6",
3+
"version": "0.7.0",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
]
3232
},
3333
"dependencies": {
34-
"@graphql-modules/di": "0.6.6",
34+
"@graphql-modules/di": "0.7.0",
3535
"apollo-server-caching": "0.3.1",
3636
"graphql-toolkit": "0.2.9",
3737
"graphql-tools": "4.0.4",

packages/di/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/di",
3-
"version": "0.6.6",
3+
"version": "0.7.0",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -38,8 +38,8 @@
3838
"reflect-metadata": "^0.1.12"
3939
},
4040
"devDependencies": {
41-
"leakage": "0.4.0",
4241
"jest": "24.7.0",
42+
"leakage": "0.4.0",
4343
"reflect-metadata": "0.1.13",
4444
"tslint": "5.15.0",
4545
"typescript": "3.4.1"

packages/graphql-modules/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",
3-
"version": "0.6.6",
3+
"version": "0.7.0",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"typescript": "3.4.1"
4141
},
4242
"dependencies": {
43-
"@graphql-modules/core": "0.6.6",
43+
"@graphql-modules/core": "0.7.0",
4444
"tslib": "1.9.3"
4545
},
4646
"sideEffects": false,

0 commit comments

Comments
 (0)