Skip to content

Commit

Permalink
v0.1.0-alpha.29
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 11, 2017
1 parent dc032ca commit 869dd95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "0.1.0-alpha.28"
"version": "0.1.0-alpha.29"
}
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": "0.1.0-alpha.28",
"version": "0.1.0-alpha.29",
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphile-build",
"main": "index.js",
"scripts": {
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": "0.1.0-alpha.28",
"version": "0.1.0-alpha.29",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"babel-runtime": ">=6 <7",
"graphile-build": "^0.1.0-alpha.27",
"graphile-build-pg": "^0.1.0-alpha.28"
"graphile-build-pg": "^0.1.0-alpha.29"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 869dd95

Please sign in to comment.