Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Apr 3, 2019
1 parent 7fe5cba commit 1571b27
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.6.6",
"version": "0.7.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 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.6.6",
"version": "0.7.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
]
},
"dependencies": {
"@graphql-modules/di": "0.6.6",
"@graphql-modules/di": "0.7.0",
"apollo-server-caching": "0.3.1",
"graphql-toolkit": "0.2.9",
"graphql-tools": "4.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-modules/di",
"version": "0.6.6",
"version": "0.7.0",
"repository": "https://github.com/Urigo/graphql-modules.git",
"homepage": "https://graphql-modules.com/",
"license": "MIT",
Expand Down Expand Up @@ -38,8 +38,8 @@
"reflect-metadata": "^0.1.12"
},
"devDependencies": {
"leakage": "0.4.0",
"jest": "24.7.0",
"leakage": "0.4.0",
"reflect-metadata": "0.1.13",
"tslint": "5.15.0",
"typescript": "3.4.1"
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.6.6",
"version": "0.7.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.4.1"
},
"dependencies": {
"@graphql-modules/core": "0.6.6",
"@graphql-modules/core": "0.7.0",
"tslib": "1.9.3"
},
"sideEffects": false,
Expand Down

0 comments on commit 1571b27

Please sign in to comment.