Skip to content

Commit

Permalink
Bump version to: 5.73.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
intuit-auto committed Apr 8, 2020
1 parent 438d456 commit 4c43fcb
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 @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.73.6"
"version": "5.73.7"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commently-cli",
"version": "5.73.6",
"version": "5.73.7",
"description": "Easily comment on github issues and PRs from the CLI",
"main": "cli.js",
"bin": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"arg": "4.1.3",
"commently": "^5.73.6",
"commently": "^5.73.7",
"log-symbols": "3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commently",
"version": "5.73.6",
"version": "5.73.7",
"description": "Easily comment on github issues and PRs",
"main": "dist/core.js",
"scripts": {
Expand Down

0 comments on commit 4c43fcb

Please sign in to comment.