From a8c707a7cbd587fd1d9c07b0603e8841a160afc2 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Thu, 14 Mar 2019 13:01:55 -0400 Subject: [PATCH] v0.5.0 --- lerna.json | 2 +- packages/core/package.json | 6 +++--- packages/di/package.json | 2 +- packages/graphql-modules/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index 9500f7e5bd..865b56c543 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.4.2", + "version": "0.5.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/package.json b/packages/core/package.json index 8043a2533f..ca78f188c3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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" diff --git a/packages/di/package.json b/packages/di/package.json index ef7beb7911..57aada0c90 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -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", diff --git a/packages/graphql-modules/package.json b/packages/graphql-modules/package.json index 6ed09e3d6a..f124d76b3e 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -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", @@ -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",