Skip to content

Commit 2fa68d0

Browse files
committed
v0.6.5
1 parent 0f44d9b commit 2fa68d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.1",
3+
"version": "0.6.5",
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.1",
3+
"version": "0.6.5",
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.1",
34+
"@graphql-modules/di": "0.6.5",
3535
"graphql-toolkit": "0.2.6",
3636
"graphql-tools": "4.0.4",
3737
"tslib": "1.9.3"

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.6.1",
3+
"version": "0.6.5",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",

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.1",
3+
"version": "0.6.5",
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.3.3333"
4141
},
4242
"dependencies": {
43-
"@graphql-modules/core": "0.6.1",
43+
"@graphql-modules/core": "0.6.5",
4444
"tslib": "1.9.3"
4545
},
4646
"main": "dist/commonjs/index.js",

0 commit comments

Comments
 (0)