Skip to content

Commit

Permalink
v4.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Aug 22, 2018
1 parent 9329fe3 commit 2bb3564
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages": [
"packages/*"
],
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"command": {
"publish": {
"ignore": "graphile",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphile-build-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-build-pg",
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"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",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"chalk": "^2.1.0",
"debug": ">=2 <3",
"graphile-build": "4.0.0-rc.5",
"graphile-build": "4.0.0-rc.6",
"graphql-iso-date": "^3.2.0",
"jsonwebtoken": "^8.1.1",
"lodash": ">=4 <5",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphile-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-build",
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"description": "Build a GraphQL schema from plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@types/graphql": "0.13.4",
"debug": ">=2 <3",
"graphql-parse-resolve-info": "4.0.0-rc.4",
"graphql-parse-resolve-info": "4.0.0-rc.6",
"lodash": ">=4 <5",
"lru-cache": ">=4 <5",
"pluralize": "7.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphile-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-utils",
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"description": "Utilities to help with building graphile-build plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"devDependencies": {
"eslint_d": "5.3.1",
"graphile-build": "4.0.0-rc.5",
"graphile-build-pg": "4.0.0-rc.5",
"graphile-build": "4.0.0-rc.6",
"graphile-build-pg": "4.0.0-rc.6",
"jest": "23.5.0",
"prettier": "1.14.2",
"ts-node": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-parse-resolve-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-parse-resolve-info",
"version": "4.0.0-rc.4",
"version": "4.0.0-rc.6",
"description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/postgraphile-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgraphile-core",
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"description": "",
"main": "node8plus/index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@types/graphql": "0.13.4",
"graphile-build": "4.0.0-rc.5",
"graphile-build-pg": "4.0.0-rc.5"
"graphile-build": "4.0.0-rc.6",
"graphile-build-pg": "4.0.0-rc.6"
},
"devDependencies": {
"@types/node": "10.7.1",
Expand Down

0 comments on commit 2bb3564

Please sign in to comment.