Skip to content

Commit

Permalink
v0.0.1-alpha11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 26, 2017
1 parent 3d82458 commit 3d5b8dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "0.0.1-alpha11.0"
"version": "0.0.1-alpha11.1"
}
4 changes: 2 additions & 2 deletions packages/graphql-build-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-build-pg",
"version": "0.0.1-alpha11.0",
"version": "0.0.1-alpha11.1",
"description": "Build a GraphQL schema by reflection over a PostgreSQL schema. Easy to customize since it's built with plugins on graphql-build",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"babel-runtime": ">=6 <7",
"debug": ">=2 <3",
"graphql-build": "^0.0.1-alpha11.0",
"graphql-build": "^0.0.1-alpha11.1",
"graphql-iso-date": "^3.2.0",
"graphql-type-json": "^0.1.4",
"jsonwebtoken": "^7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-build",
"version": "0.0.1-alpha11.0",
"version": "0.0.1-alpha11.1",
"description": "Build a GraphQL schema from plugins",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/postgraphql-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgraphql-build",
"version": "0.0.1-alpha11.0",
"version": "0.0.1-alpha11.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"babel-runtime": ">=6 <7",
"graphql-build": "^0.0.1-alpha11.0",
"graphql-build-pg": "^0.0.1-alpha11.0"
"graphql-build": "^0.0.1-alpha11.1",
"graphql-build-pg": "^0.0.1-alpha11.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 3d5b8dd

Please sign in to comment.