diff --git a/examples/basic-with-dependency-injection/package.json b/examples/basic-with-dependency-injection/package.json index 06c5792305..59c29a9435 100644 --- a/examples/basic-with-dependency-injection/package.json +++ b/examples/basic-with-dependency-injection/package.json @@ -1,6 +1,6 @@ { "name": "examples-di", - "version": "0.2.4", + "version": "0.2.5", "private": true, "main": "index.js", "license": "MIT", @@ -9,9 +9,9 @@ "test": "jest" }, "dependencies": { - "@graphql-modules/core": "0.2.4", - "@graphql-modules/epoxy": "0.2.4", - "@graphql-modules/sonar": "0.2.4", + "@graphql-modules/core": "0.2.5", + "@graphql-modules/epoxy": "0.2.5", + "@graphql-modules/sonar": "0.2.5", "apollo-server": "2.1.0", "graphql": "14.0.2", "reflect-metadata": "0.1.12", diff --git a/examples/basic/package.json b/examples/basic/package.json index fc7a6d50cf..aeca255654 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "examples-basic", - "version": "0.2.4", + "version": "0.2.5", "private": true, "main": "index.js", "license": "MIT", @@ -9,9 +9,9 @@ "build": "tsc" }, "dependencies": { - "@graphql-modules/core": "0.2.4", - "@graphql-modules/epoxy": "0.2.4", - "@graphql-modules/sonar": "0.2.4", + "@graphql-modules/core": "0.2.5", + "@graphql-modules/epoxy": "0.2.5", + "@graphql-modules/sonar": "0.2.5", "apollo-server": "2.1.0", "graphql": "14.0.2", "reflect-metadata": "0.1.12", diff --git a/lerna.json b/lerna.json index fa59d3ec34..9da5a0306e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.2.4", + "version": "0.2.5", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/package.json b/packages/core/package.json index 158ce12702..a7cc82916a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-modules/core", - "version": "0.2.4", + "version": "0.2.5", "main": "dist/index.js", "license": "MIT", "scripts": { @@ -31,8 +31,8 @@ "reflect-metadata": "0.1.12" }, "dependencies": { - "@graphql-modules/epoxy": "0.2.4", - "@graphql-modules/sonar": "0.2.4", + "@graphql-modules/epoxy": "0.2.5", + "@graphql-modules/sonar": "0.2.5", "dependency-graph": "0.7.2", "graphql-tools": "4.0.3", "tslib": "1.9.3" diff --git a/packages/epoxy/package.json b/packages/epoxy/package.json index f951d06d9c..9ee56f1c5a 100644 --- a/packages/epoxy/package.json +++ b/packages/epoxy/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-modules/epoxy", - "version": "0.2.4", + "version": "0.2.5", "main": "dist/index.js", "license": "MIT", "scripts": { diff --git a/packages/sonar/package.json b/packages/sonar/package.json index 9721d5613c..20b5c3ea67 100644 --- a/packages/sonar/package.json +++ b/packages/sonar/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-modules/sonar", - "version": "0.2.4", + "version": "0.2.5", "main": "dist/index.js", "license": "MIT", "scripts": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 6b68c1cf38..39c0247d4c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-modules/utils", - "version": "0.2.4", + "version": "0.2.5", "main": "dist/index.js", "license": "MIT", "scripts": {