Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 30, 2019
1 parent a58b0f8 commit 8b57f8b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.3.0",
"version": "0.4.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/core",
"version": "0.3.0",
"version": "0.4.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
]
},
"dependencies": {
"@graphql-modules/di": "0.3.0",
"@graphql-modules/epoxy": "0.3.0",
"@graphql-modules/utils": "0.3.0",
"@graphql-modules/di": "0.4.0",
"@graphql-modules/epoxy": "0.4.0",
"@graphql-modules/utils": "0.4.0",
"graphql-tools": "4.0.4",
"tslib": "1.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/di",
"version": "0.3.0",
"version": "0.4.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/epoxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/epoxy",
"version": "0.3.0",
"version": "0.4.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sonar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/sonar",
"version": "0.3.0",
"version": "0.4.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/utils",
"version": "0.3.0",
"version": "0.4.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"main": "dist/index.js",
Expand Down

0 comments on commit 8b57f8b

Please sign in to comment.