From 7a40d56ff0cc08bc58f75f95ac851e7dc088f8de Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Fri, 24 Aug 2018 15:23:23 +0100 Subject: [PATCH] v4.0.0-rc.9 --- lerna.json | 2 +- packages/graphile-build-pg/package.json | 4 ++-- packages/graphile-build/package.json | 2 +- packages/graphile-utils/package.json | 6 +++--- packages/postgraphile-core/package.json | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lerna.json b/lerna.json index a56febac1..63e3b1b12 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "packages": [ "packages/*" ], - "version": "4.0.0-rc.8", + "version": "4.0.0-rc.9", "command": { "publish": { "ignore": "graphile", diff --git a/packages/graphile-build-pg/package.json b/packages/graphile-build-pg/package.json index 73864c4b1..db6ac8026 100644 --- a/packages/graphile-build-pg/package.json +++ b/packages/graphile-build-pg/package.json @@ -1,6 +1,6 @@ { "name": "graphile-build-pg", - "version": "4.0.0-rc.8", + "version": "4.0.0-rc.9", "description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build", "main": "node8plus/index.js", "types": "node8plus/index.d.ts", @@ -37,7 +37,7 @@ "dependencies": { "chalk": "^2.1.0", "debug": ">=2 <3", - "graphile-build": "4.0.0-rc.8", + "graphile-build": "4.0.0-rc.9", "graphql-iso-date": "^3.2.0", "jsonwebtoken": "^8.1.1", "lodash": ">=4 <5", diff --git a/packages/graphile-build/package.json b/packages/graphile-build/package.json index c080932d1..86e57c431 100644 --- a/packages/graphile-build/package.json +++ b/packages/graphile-build/package.json @@ -1,6 +1,6 @@ { "name": "graphile-build", - "version": "4.0.0-rc.8", + "version": "4.0.0-rc.9", "description": "Build a GraphQL schema from plugins", "main": "node8plus/index.js", "types": "node8plus/index.d.ts", diff --git a/packages/graphile-utils/package.json b/packages/graphile-utils/package.json index 22cf608b8..7f013a988 100644 --- a/packages/graphile-utils/package.json +++ b/packages/graphile-utils/package.json @@ -1,6 +1,6 @@ { "name": "graphile-utils", - "version": "4.0.0-rc.8", + "version": "4.0.0-rc.9", "description": "Utilities to help with building graphile-build plugins", "main": "node8plus/index.js", "types": "node8plus/index.d.ts", @@ -37,8 +37,8 @@ }, "devDependencies": { "eslint_d": "5.3.1", - "graphile-build": "4.0.0-rc.8", - "graphile-build-pg": "4.0.0-rc.8", + "graphile-build": "4.0.0-rc.9", + "graphile-build-pg": "4.0.0-rc.9", "jest": "23.5.0", "prettier": "1.14.2", "ts-node": "7.0.1", diff --git a/packages/postgraphile-core/package.json b/packages/postgraphile-core/package.json index 824e222ed..d63f825e9 100644 --- a/packages/postgraphile-core/package.json +++ b/packages/postgraphile-core/package.json @@ -1,6 +1,6 @@ { "name": "postgraphile-core", - "version": "4.0.0-rc.8", + "version": "4.0.0-rc.9", "description": "", "main": "node8plus/index.js", "scripts": { @@ -21,8 +21,8 @@ }, "dependencies": { "@types/graphql": "^0.13.4", - "graphile-build": "4.0.0-rc.8", - "graphile-build-pg": "4.0.0-rc.8" + "graphile-build": "4.0.0-rc.9", + "graphile-build-pg": "4.0.0-rc.9" }, "devDependencies": { "@types/node": "10.7.1",