From 77dc0f545700b32a80fe1b33e18f83c2ac4c81af Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Tue, 2 Jul 2019 04:03:33 -0400 Subject: [PATCH] v0.7.7 --- bundle-test/package.json | 2 +- lerna.json | 2 +- packages/core/package.json | 4 ++-- packages/di/package.json | 2 +- packages/graphql-modules/package.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bundle-test/package.json b/bundle-test/package.json index c1768831f3..4ce4e2320e 100644 --- a/bundle-test/package.json +++ b/bundle-test/package.json @@ -1,7 +1,7 @@ { "name": "bundle-test", "private": true, - "version": "0.7.6", + "version": "0.7.7", "main": "dist/index.js", "license": "MIT", "scripts": { diff --git a/lerna.json b/lerna.json index b64fcfee58..1035c0523f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.7.6", + "version": "0.7.7", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/package.json b/packages/core/package.json index 8832abb66c..30c50534b2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-modules/core", - "version": "0.7.6", + "version": "0.7.7", "repository": "https://github.com/Urigo/graphql-modules.git", "homepage": "https://graphql-modules.com/", "license": "MIT", @@ -11,7 +11,7 @@ "test": "jest --config ../../jest.config.js" }, "dependencies": { - "@graphql-modules/di": "0.7.6", + "@graphql-modules/di": "0.7.7", "apollo-server-caching": "0.4.0", "graphql-toolkit": "0.3.1", "tslib": "1.10.0" diff --git a/packages/di/package.json b/packages/di/package.json index 83a6ba1236..56768e85fa 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-modules/di", - "version": "0.7.6", + "version": "0.7.7", "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 c4b270f5ff..2b73e4dc2e 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -1,6 +1,6 @@ { "name": "graphql-modules", - "version": "0.7.6", + "version": "0.7.7", "repository": "https://github.com/Urigo/graphql-modules.git", "homepage": "https://graphql-modules.com/", "license": "MIT", @@ -15,7 +15,7 @@ "typescript": "3.5.2" }, "dependencies": { - "@graphql-modules/core": "0.7.6", + "@graphql-modules/core": "0.7.7", "tslib": "1.10.0" }, "sideEffects": false,