Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 8, 2018
1 parent 8201251 commit bbf5e0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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",
"version": "4.0.1",
"command": {
"publish": {
"ignore": "graphile",
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "4.0.1",
"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
4 changes: 2 additions & 2 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",
"version": "4.0.1",
"description": "Utilities to help with building graphile-build plugins",
"main": "node8plus/index.js",
"types": "node8plus/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"eslint_d": "^5.3.1",
"graphile-build": "4.0.0",
"graphile-build-pg": "4.0.0",
"graphile-build-pg": "4.0.1",
"jest": "^23.5.0",
"prettier": "^1.14.2",
"ts-node": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 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",
"version": "4.0.1",
"description": "",
"main": "node8plus/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@types/graphql": "^0.13.4",
"graphile-build": "4.0.0",
"graphile-build-pg": "4.0.0"
"graphile-build-pg": "4.0.1"
},
"devDependencies": {
"@types/node": "^10.7.1",
Expand Down

0 comments on commit bbf5e0b

Please sign in to comment.