Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Mar 14, 2019
1 parent 13cd004 commit a8c707a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4.2",
"version": "0.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 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.4.2",
"version": "0.5.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,8 @@
]
},
"dependencies": {
"esm":"3.2.16",
"@graphql-modules/di": "0.4.2",
"@graphql-modules/di": "0.5.0",
"esm": "3.2.16",
"graphql-toolkit": "0.2.6",
"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.4.2",
"version": "0.5.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-modules",
"version": "0.4.2",
"version": "0.5.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "3.3.3"
},
"dependencies": {
"@graphql-modules/core": "0.4.2",
"@graphql-modules/core": "0.5.0",
"tslib": "1.9.3"
},
"main": "dist/commonjs/index.js",
Expand Down

0 comments on commit a8c707a

Please sign in to comment.