Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbento committed Feb 18, 2018
1 parent 0e0f716 commit 49e72a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.38",
"version": "1.2.2",
"version": "1.2.3",
"changelog": {
"repo": "lucasbento/create-graphql",
"labels": {
Expand Down
3 changes: 1 addition & 2 deletions packages/create-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-graphql",
"description": "Create production-ready GraphQL servers",
"version": "1.1.17",
"version": "1.2.3",
"author": {
"name": "Lucas Bento",
"email": "[email protected]",
Expand All @@ -22,7 +22,6 @@
"yeoman-generator": "^0.24.1",
"yo": "^1.8.5"
},
"devDependencies": {},
"homepage": "https://github.com/lucasbento/create-graphql#readme",
"keywords": [
"apollo",
Expand Down
3 changes: 1 addition & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generator-graphql",
"description": "Create production-ready GraphQL servers",
"version": "1.2.2",
"version": "1.2.3",
"author": {
"name": "Lucas Bento",
"email": "[email protected]",
Expand All @@ -23,7 +23,6 @@
"shelljs": "^0.7.4",
"yeoman-generator": "^1.0.1"
},
"devDependencies": {},
"files": [
"generators/app",
"generators/type",
Expand Down

0 comments on commit 49e72a2

Please sign in to comment.