Skip to content

Commit

Permalink
v6.4.0 (#917)
Browse files Browse the repository at this point in the history
* Include release branches to lerna allowBranch & fix create-aragon-app version

* Publish

 - @aragon/cli@6.4.0
 - @aragon/cli-utils@0.0.8
 - create-aragon-app@2.4.0
  • Loading branch information
0xGabi committed Nov 14, 2019
1 parent a59c970 commit 6bb64a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 @@
"version": "independent",
"command": {
"version": {
"allowBranch": ["develop"]
"allowBranch": ["develop", "release/*"]
}
}
}
6 changes: 3 additions & 3 deletions packages/aragon-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/cli",
"version": "6.3.3",
"version": "6.4.0",
"description": "Aragon command-line tools",
"main": "dist/cli.js",
"bin": {
Expand Down Expand Up @@ -89,11 +89,11 @@
"devDependencies": {
"@aragon/apps-agent": "^1.1.1",
"@aragon/apps-finance": "^3.0.0",
"@aragon/apps-payroll": "^1.0.0",
"@aragon/apps-survey": "^1.0.0",
"@aragon/apps-token-manager": "^2.0.0",
"@aragon/apps-vault": "^4.0.0",
"@aragon/apps-voting": "^2.0.0",
"@aragon/apps-payroll": "^1.0.0",
"@aragon/apps-survey": "^1.0.0",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-aragon-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-aragon-app",
"version": "2.2.14",
"version": "2.4.0",
"description": "Aragon command-line tool to create aragon apps",
"main": "dist/cli.js",
"bin": {
Expand Down

0 comments on commit 6bb64a3

Please sign in to comment.