Skip to content

Commit 0591366

Browse files
committed
v0.4.2
1 parent 4dcd700 commit 0591366

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.4.1",
3+
"version": "0.4.2",
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.4.1",
3+
"version": "0.4.2",
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.1",
33+
"@graphql-modules/di": "0.4.2",
3434
"graphql-toolkit": "0.0.5",
3535
"graphql-tools": "4.0.4",
3636
"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.4.1",
3+
"version": "0.4.2",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"main": "dist/index.js",

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.4.1",
3+
"version": "0.4.2",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"main": "dist/index.js",
@@ -39,7 +39,7 @@
3939
"typescript": "3.3.1"
4040
},
4141
"dependencies": {
42-
"@graphql-modules/core": "0.4.1",
42+
"@graphql-modules/core": "0.4.2",
4343
"tslib": "1.9.3"
4444
},
4545
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)