From 1571b274de81df9342536c7fb9c498bb2ed41964 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Wed, 3 Apr 2019 16:48:00 +0300 Subject: [PATCH] v0.7.0 --- lerna.json | 2 +- packages/core/package.json | 4 ++-- packages/di/package.json | 4 ++-- packages/graphql-modules/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index 3192c599ad..31683d1e83 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.6.6", + "version": "0.7.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/package.json b/packages/core/package.json index 25fac8afad..23163b3fc0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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", diff --git a/packages/di/package.json b/packages/di/package.json index fb21e3c7af..d02f8d3530 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -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", @@ -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" diff --git a/packages/graphql-modules/package.json b/packages/graphql-modules/package.json index 479c93d65e..566188d279 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -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", @@ -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,