Skip to content

Commit

Permalink
v4.0.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 4, 2018
1 parent a6b4dd9 commit 9b651f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.9",
"version": "4.0.0-rc.10",
"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.9",
"version": "4.0.0-rc.10",
"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.9",
"graphile-build": "4.0.0-rc.10",
"graphql-iso-date": "^3.2.0",
"jsonwebtoken": "^8.1.1",
"lodash": ">=4 <5",
Expand Down
2 changes: 1 addition & 1 deletion 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.9",
"version": "4.0.0-rc.10",
"description": "Build a GraphQL schema from plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
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.9",
"version": "4.0.0-rc.10",
"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.9",
"graphile-build-pg": "4.0.0-rc.9",
"graphile-build": "4.0.0-rc.10",
"graphile-build-pg": "4.0.0-rc.10",
"jest": "23.5.0",
"prettier": "1.14.2",
"ts-node": "7.0.1",
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.9",
"version": "4.0.0-rc.10",
"description": "",
"main": "node8plus/index.js",
"scripts": {
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@types/graphql": "^0.13.4",
"graphile-build": "4.0.0-rc.9",
"graphile-build-pg": "4.0.0-rc.9"
"graphile-build": "4.0.0-rc.10",
"graphile-build-pg": "4.0.0-rc.10"
},
"devDependencies": {
"@types/node": "10.7.1",
Expand Down

0 comments on commit 9b651f1

Please sign in to comment.