Skip to content

Commit 49e72a2

Browse files
author
Lucas Bento
committed
v1.2.3
1 parent 0e0f716 commit 49e72a2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.38",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"changelog": {
55
"repo": "lucasbento/create-graphql",
66
"labels": {

packages/create-graphql/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-graphql",
33
"description": "Create production-ready GraphQL servers",
4-
"version": "1.1.17",
4+
"version": "1.2.3",
55
"author": {
66
"name": "Lucas Bento",
77
"email": "[email protected]",
@@ -22,7 +22,6 @@
2222
"yeoman-generator": "^0.24.1",
2323
"yo": "^1.8.5"
2424
},
25-
"devDependencies": {},
2625
"homepage": "https://github.com/lucasbento/create-graphql#readme",
2726
"keywords": [
2827
"apollo",

packages/generator/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generator-graphql",
33
"description": "Create production-ready GraphQL servers",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"author": {
66
"name": "Lucas Bento",
77
"email": "[email protected]",
@@ -23,7 +23,6 @@
2323
"shelljs": "^0.7.4",
2424
"yeoman-generator": "^1.0.1"
2525
},
26-
"devDependencies": {},
2726
"files": [
2827
"generators/app",
2928
"generators/type",

0 commit comments

Comments
 (0)