Skip to content

Commit a61358d

Browse files
committed
v0.4.1
1 parent 7334ffe commit a61358d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/core",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"main": "dist/index.js",
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"dependencies": {
33-
"@graphql-modules/di": "0.4.0",
33+
"@graphql-modules/di": "0.4.1",
3434
"graphql-toolkit": "0.0.5",
3535
"graphql-tools": "4.0.4",
3636
"tslib": "1.9.3"

packages/di/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/di",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)