Skip to content

Commit 35c03ae

Browse files
committed
v4.5.0-rc.0
1 parent 2c34f16 commit 35c03ae

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We use PostGraphile's GitHub releases tab to log our changes in detail, but
44
this auto-generated changelog helps us to produce that list, and it may be
55
helpful to you also.
6-
# [](https://github.com/graphile/graphile-engine/compare/v4.4.6-alpha.0...v) (2019-11-11)
6+
# [](https://github.com/graphile/graphile-engine/compare/v4.4.6-alpha.0...v) (2019-11-12)
77

88

99

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "4.4.6-alpha.0",
7+
"version": "4.5.0-rc.0",
88
"command": {
99
"publish": {
1010
"allowBranch": [

packages/graphile-build-pg/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-build-pg",
3-
"version": "4.4.6-alpha.0",
3+
"version": "4.5.0-rc.0",
44
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",
@@ -40,7 +40,7 @@
4040
"@graphile/lru": "4.4.6-alpha.0",
4141
"chalk": "^2.4.2",
4242
"debug": "^4.1.1",
43-
"graphile-build": "4.4.6-alpha.0",
43+
"graphile-build": "4.5.0-rc.0",
4444
"graphql-iso-date": "^3.6.0",
4545
"jsonwebtoken": "^8.5.1",
4646
"lodash": ">=4 <5",
@@ -56,7 +56,7 @@
5656
"eslint_d": "^8.0.0",
5757
"flow-copy-source": "^1.2.0",
5858
"jest": "^24.8.0",
59-
"jest-serializer-graphql-schema": "4.4.6-alpha.0"
59+
"jest-serializer-graphql-schema": "4.5.0-rc.0"
6060
},
6161
"files": [
6262
"node8plus",

packages/graphile-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-build",
3-
"version": "4.4.6-alpha.0",
3+
"version": "4.5.0-rc.0",
44
"description": "Build a GraphQL schema from plugins",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",
@@ -48,7 +48,7 @@
4848
"eslint_d": "^8.0.0",
4949
"flow-copy-source": "^1.2.0",
5050
"jest": "^24.8.0",
51-
"jest-serializer-graphql-schema": "4.4.6-alpha.0"
51+
"jest-serializer-graphql-schema": "4.5.0-rc.0"
5252
},
5353
"peerDependencies": {
5454
"graphql": ">=0.9 <0.14 || ^14.0.2"

packages/graphile-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-utils",
3-
"version": "4.4.6-alpha.0",
3+
"version": "4.5.0-rc.0",
44
"description": "Utilities to help with building graphile-build plugins",
55
"main": "node8plus/index.js",
66
"types": "node8plus/index.d.ts",
@@ -37,10 +37,10 @@
3737
"node": ">=8.6"
3838
},
3939
"devDependencies": {
40-
"graphile-build": "4.4.6-alpha.0",
41-
"graphile-build-pg": "4.4.6-alpha.0",
40+
"graphile-build": "4.5.0-rc.0",
41+
"graphile-build-pg": "4.5.0-rc.0",
4242
"jest": "^24.8.0",
43-
"jest-serializer-graphql-schema": "4.4.6-alpha.0",
43+
"jest-serializer-graphql-schema": "4.5.0-rc.0",
4444
"ts-node": "^8.1.0",
4545
"typescript": "^3.4.5"
4646
},

packages/jest-serializer-graphql-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-serializer-graphql-schema",
3-
"version": "4.4.6-alpha.0",
3+
"version": "4.5.0-rc.0",
44
"description": "Jest serializer for GraphQLSchema objects",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/pg-pubsub/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphile/pg-pubsub",
3-
"version": "4.4.6-alpha.0",
3+
"version": "4.5.0-rc.0",
44
"description": "Subscriptions plugin for PostGraphile using PostgreSQL's LISTEN/NOTIFY",
55
"main": "dist/index.js",
66
"scripts": {
@@ -44,7 +44,7 @@
4444
"@types/jest": "^24.0.12",
4545
"graphql": ">=0.6 <15",
4646
"jest": "24.9.0",
47-
"jest-serializer-graphql-schema": "4.4.6-alpha.0",
47+
"jest-serializer-graphql-schema": "4.5.0-rc.0",
4848
"mock-req": "^0.2.0",
4949
"mock-res": "^0.5.0",
5050
"pg": "^7.10.0",

packages/postgraphile-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgraphile-core",
3-
"version": "4.4.6-alpha.0",
3+
"version": "4.5.0-rc.0",
44
"description": "",
55
"main": "node8plus/index.js",
66
"scripts": {
@@ -19,15 +19,15 @@
1919
"url": "https://github.com/graphile/graphile-build/issues"
2020
},
2121
"dependencies": {
22-
"graphile-build": "4.4.6-alpha.0",
23-
"graphile-build-pg": "4.4.6-alpha.0"
22+
"graphile-build": "4.5.0-rc.0",
23+
"graphile-build-pg": "4.5.0-rc.0"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^12.0.0",
2727
"@types/pg": "^7.4.14",
2828
"debug": "^4.1.1",
2929
"jest": "^24.8.0",
30-
"jest-serializer-graphql-schema": "4.4.6-alpha.0",
30+
"jest-serializer-graphql-schema": "4.5.0-rc.0",
3131
"jest-silent-reporter": "^0.1.2",
3232
"jsonwebtoken": "^8.5.1",
3333
"pg-connection-string": "^2.1.0",

0 commit comments

Comments
 (0)