From 6b8820e2279d1617afa7c2628e72929f8b321e59 Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Wed, 11 Mar 2020 17:59:15 +0000 Subject: [PATCH] chore: Release 0.11.2 --- lerna.json | 2 +- packages/graphback-cli/package.json | 6 +++--- packages/graphback-codegen-client/package.json | 4 ++-- packages/graphback-codegen-offix/package.json | 4 ++-- .../graphback-codegen-resolvers/package.json | 4 ++-- packages/graphback-codegen-schema/package.json | 4 ++-- packages/graphback-core/package.json | 2 +- packages/graphback-runtime-knex/package.json | 6 +++--- .../graphback-runtime-mongodb/package.json | 6 +++--- packages/graphback-runtime/package.json | 4 ++-- packages/graphback/package.json | 12 ++++++------ packages/graphql-migrations/package.json | 4 ++-- packages/graphql-serve/package.json | 18 +++++++++--------- .../ts-apollo-fullstack/client/package.json | 2 +- templates/ts-apollo-fullstack/package.json | 6 +++--- .../ts-apollo-fullstack/server/package.json | 4 ++-- .../ts-apollo-runtime-backend/package.json | 6 +++--- 17 files changed, 47 insertions(+), 47 deletions(-) diff --git a/lerna.json b/lerna.json index 012e048535..9014c1684d 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.11.1" + "version": "0.11.2" } diff --git a/packages/graphback-cli/package.json b/packages/graphback-cli/package.json index cae4005e29..6d443f466d 100644 --- a/packages/graphback-cli/package.json +++ b/packages/graphback-cli/package.json @@ -1,6 +1,6 @@ { "name": "graphback-cli", - "version": "0.11.1", + "version": "0.11.2", "description": "Auto generate resolvers on top of the graphql and database of your choice", "main": "dist/index.js", "bin": { @@ -60,10 +60,10 @@ "execa": "4.0.0", "figlet": "1.3.0", "glob": "7.1.6", - "graphback": "0.11.1", + "graphback": "0.11.2", "graphql": "^14.6.0", "graphql-config": "3.0.0-alpha.18", - "graphql-migrations": "0.11.1", + "graphql-migrations": "0.11.2", "inquirer": "7.1.0", "js-yaml": "3.13.1", "node-emoji": "1.10.0", diff --git a/packages/graphback-codegen-client/package.json b/packages/graphback-codegen-client/package.json index 82837e0949..d698d15d30 100644 --- a/packages/graphback-codegen-client/package.json +++ b/packages/graphback-codegen-client/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/codegen-client", - "version": "0.11.1", + "version": "0.11.2", "description": "GraphQL-Code-Generator compatible client side queries generator", "main": "dist/index.js", "types": "types/index.d.ts", @@ -45,7 +45,7 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/core": "0.11.1", + "@graphback/core": "0.11.2", "pluralize": "8.0.0" }, "peerDependencies": { diff --git a/packages/graphback-codegen-offix/package.json b/packages/graphback-codegen-offix/package.json index 6bbdab5981..1dc4cd2a35 100644 --- a/packages/graphback-codegen-offix/package.json +++ b/packages/graphback-codegen-offix/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/codegen-offix", - "version": "0.11.1", + "version": "0.11.2", "description": "GraphQL-Code-Generator offix plugin", "main": "dist/index.js", "types": "types/index.d.ts", @@ -45,7 +45,7 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/core": "0.11.1", + "@graphback/core": "0.11.2", "@graphql-toolkit/common": "0.9.7", "@graphql-toolkit/core": "0.9.7", "graphql-compose": "7.14.0", diff --git a/packages/graphback-codegen-resolvers/package.json b/packages/graphback-codegen-resolvers/package.json index 2f0072e88a..7e8862c729 100644 --- a/packages/graphback-codegen-resolvers/package.json +++ b/packages/graphback-codegen-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/codegen-resolvers", - "version": "0.11.1", + "version": "0.11.2", "description": "GraphQL-Code-Generator compatibile schema generator", "main": "dist/index.js", "types": "types/index.d.ts", @@ -46,7 +46,7 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/core": "0.11.1", + "@graphback/core": "0.11.2", "pg": "7.18.2", "pluralize": "8.0.0", "prettier": "1.19.1", diff --git a/packages/graphback-codegen-schema/package.json b/packages/graphback-codegen-schema/package.json index b5bd50e2b6..0fe264e151 100644 --- a/packages/graphback-codegen-schema/package.json +++ b/packages/graphback-codegen-schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/codegen-schema", - "version": "0.11.1", + "version": "0.11.2", "description": "GraphQL-Code-Generator compatibile schema generator", "main": "dist/index.js", "types": "types/index.d.ts", @@ -45,7 +45,7 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/core": "0.11.1", + "@graphback/core": "0.11.2", "@graphql-toolkit/common": "0.9.7", "@graphql-toolkit/core": "0.9.7", "@graphql-toolkit/schema-merging": "0.9.7", diff --git a/packages/graphback-core/package.json b/packages/graphback-core/package.json index a3e8e2dd44..b15b9e5c42 100644 --- a/packages/graphback-core/package.json +++ b/packages/graphback-core/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/core", - "version": "0.11.1", + "version": "0.11.2", "description": "Api for building Graphback generator metadata", "main": "dist/index.js", "types": "types/index.d.ts", diff --git a/packages/graphback-runtime-knex/package.json b/packages/graphback-runtime-knex/package.json index 88cf2d5c82..bcac166b51 100644 --- a/packages/graphback-runtime-knex/package.json +++ b/packages/graphback-runtime-knex/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/runtime-knex", - "version": "0.11.1", + "version": "0.11.2", "description": "Graphback Runtime Knex.js integration", "main": "dist/index.js", "types": "types/index.d.ts", @@ -46,8 +46,8 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/core": "0.11.1", - "@graphback/runtime": "0.11.1", + "@graphback/core": "0.11.2", + "@graphback/runtime": "0.11.2", "dataloader": "2.0.0", "graphql-subscriptions": "1.1.0", "knex": "0.20.11" diff --git a/packages/graphback-runtime-mongodb/package.json b/packages/graphback-runtime-mongodb/package.json index f289062ceb..a350f2c6d2 100644 --- a/packages/graphback-runtime-mongodb/package.json +++ b/packages/graphback-runtime-mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/runtime-mongo", - "version": "0.11.1", + "version": "0.11.2", "description": "Graphback runtime mongodb", "main": "dist/index.js", "types": "types/index.d.ts", @@ -46,8 +46,8 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/core": "0.11.1", - "@graphback/runtime": "0.11.1", + "@graphback/core": "0.11.2", + "@graphback/runtime": "0.11.2", "@types/mongodb": "3.5.2", "dataloader": "2.0.0", "graphql-subscriptions": "1.1.0" diff --git a/packages/graphback-runtime/package.json b/packages/graphback-runtime/package.json index 247282722a..435c5007e8 100644 --- a/packages/graphback-runtime/package.json +++ b/packages/graphback-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphback/runtime", - "version": "0.11.1", + "version": "0.11.2", "description": "Graphback Runtime Core", "main": "dist/index.js", "types": "types/index.d.ts", @@ -46,7 +46,7 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/core": "0.11.1", + "@graphback/core": "0.11.2", "dataloader": "2.0.0", "graphql-subscriptions": "1.1.0", "node-fetch": "2.6.0" diff --git a/packages/graphback/package.json b/packages/graphback/package.json index 394ddcce02..465fca0ef6 100644 --- a/packages/graphback/package.json +++ b/packages/graphback/package.json @@ -1,6 +1,6 @@ { "name": "graphback", - "version": "0.11.1", + "version": "0.11.2", "description": "Auto generate resolvers on top of the graphql and database of your choice", "main": "dist/index.js", "types": "types/index.d.ts", @@ -43,11 +43,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@graphback/codegen-client": "0.11.1", - "@graphback/codegen-resolvers": "0.11.1", - "@graphback/codegen-schema": "0.11.1", - "@graphback/core": "0.11.1", - "@graphback/runtime": "0.11.1", + "@graphback/codegen-client": "0.11.2", + "@graphback/codegen-resolvers": "0.11.2", + "@graphback/codegen-schema": "0.11.2", + "@graphback/core": "0.11.2", + "@graphback/runtime": "0.11.2", "@graphql-inspector/core": "1.27.0", "glob": "7.1.6", "graphql-subscriptions": "1.1.0", diff --git a/packages/graphql-migrations/package.json b/packages/graphql-migrations/package.json index 51eee9fa39..d2c3bf18a0 100644 --- a/packages/graphql-migrations/package.json +++ b/packages/graphql-migrations/package.json @@ -1,6 +1,6 @@ { "name": "graphql-migrations", - "version": "0.11.1", + "version": "0.11.2", "description": "Create & migrate Databases from GraphQL Schema", "main": "dist/index.js", "types": "types/index.d.ts", @@ -28,7 +28,7 @@ ] }, "dependencies": { - "@graphback/core": "0.11.1", + "@graphback/core": "0.11.2", "@graphql-inspector/core": "1.27.0", "case": "1.6.2", "chalk": "3.0.0", diff --git a/packages/graphql-serve/package.json b/packages/graphql-serve/package.json index 39d32bc8dd..37ddbd0332 100644 --- a/packages/graphql-serve/package.json +++ b/packages/graphql-serve/package.json @@ -1,6 +1,6 @@ { "name": "graphql-serve", - "version": "0.11.1", + "version": "0.11.2", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "bin": { @@ -29,21 +29,21 @@ "typescript": "3.8.3" }, "dependencies": { - "@graphback/codegen-client": "0.11.1", - "@graphback/codegen-schema": "0.11.1", - "@graphback/core": "0.11.1", - "@graphback/runtime": "0.11.1", - "@graphback/runtime-knex": "0.11.1", - "@graphback/runtime-mongo": "0.11.1", + "@graphback/codegen-client": "0.11.2", + "@graphback/codegen-schema": "0.11.2", + "@graphback/core": "0.11.2", + "@graphback/runtime": "0.11.2", + "@graphback/runtime-knex": "0.11.2", + "@graphback/runtime-mongo": "0.11.2", "apollo-server-express": "2.11.0", "cors": "2.8.5", "express": "4.17.1", "get-port": "5.1.1", "glob": "7.1.6", - "graphback": "0.11.1", + "graphback": "0.11.2", "graphql": "14.6.0", "graphql-config": "3.0.0-alpha.18", - "graphql-migrations": "0.11.1", + "graphql-migrations": "0.11.2", "graphql-subscriptions": "1.1.0", "graphql-tag": "2.10.3", "knex": "0.20.11", diff --git a/templates/ts-apollo-fullstack/client/package.json b/templates/ts-apollo-fullstack/client/package.json index 5f3db66298..71f333bc90 100644 --- a/templates/ts-apollo-fullstack/client/package.json +++ b/templates/ts-apollo-fullstack/client/package.json @@ -1,6 +1,6 @@ { "name": "generator-client-example", - "version": "0.11.1", + "version": "0.11.2", "private": true, "devDependencies": { "@types/jest": "25.1.4", diff --git a/templates/ts-apollo-fullstack/package.json b/templates/ts-apollo-fullstack/package.json index cac4dc7a7c..e0406600af 100644 --- a/templates/ts-apollo-fullstack/package.json +++ b/templates/ts-apollo-fullstack/package.json @@ -1,6 +1,6 @@ { "name": "graphback-templates-fullstack", - "version": "0.11.1", + "version": "0.11.2", "private": true, "workspaces": [ "client", @@ -13,12 +13,12 @@ }, "license": "MIT", "devDependencies": { - "@graphql-codegen/cli": "1.13.0", "@graphql-codegen/add": "1.13.0", + "@graphql-codegen/cli": "1.13.0", "@graphql-codegen/typescript": "1.13.0", "@graphql-codegen/typescript-operations": "1.13.0", "@graphql-codegen/typescript-react-apollo": "1.13.0", - "graphback-cli": "0.11.1", + "graphback-cli": "0.11.2", "graphql": "14.6.0", "tslint": "5.20.1", "typescript": "3.8.3" diff --git a/templates/ts-apollo-fullstack/server/package.json b/templates/ts-apollo-fullstack/server/package.json index 78b879b2f8..529490624c 100644 --- a/templates/ts-apollo-fullstack/server/package.json +++ b/templates/ts-apollo-fullstack/server/package.json @@ -1,13 +1,13 @@ { "name": "graphback-templates-fullstack-server", - "version": "0.11.1", + "version": "0.11.2", "private": true, "scripts": { "start": "ts-node src/index.ts", "build": "tsc" }, "dependencies": { - "@graphback/runtime-knex": "0.11.1", + "@graphback/runtime-knex": "0.11.2", "@graphql-toolkit/file-loading": "0.9.7", "@types/cors": "2.8.6", "@types/express": "4.17.3", diff --git a/templates/ts-apollo-runtime-backend/package.json b/templates/ts-apollo-runtime-backend/package.json index ee4c1bc47c..b1b07bead3 100644 --- a/templates/ts-apollo-runtime-backend/package.json +++ b/templates/ts-apollo-runtime-backend/package.json @@ -1,6 +1,6 @@ { "name": "graphback-templates-runtime", - "version": "0.11.1", + "version": "0.11.2", "description": "Graphback runtime template", "private": true, "main": "dist/src/index.js", @@ -16,10 +16,10 @@ "cors": "2.8.5", "express": "4.17.1", "glob": "7.1.6", - "graphback": "0.11.1", + "graphback": "0.11.2", "graphql": "14.6.0", "graphql-config": "3.0.0-alpha.18", - "graphql-migrations": "0.11.1", + "graphql-migrations": "0.11.2", "graphql-subscriptions": "1.1.0", "graphql-tag": "2.10.3", "knex": "0.20.11",