Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Apr 6, 2021
1 parent db1d7b0 commit 56aae0f
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 @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.1.1",
"version": "1.1.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clobbr/api",
"version": "1.1.0",
"version": "1.1.2",
"description": "Clobbr API",
"main": "dist/index.js",
"scripts": {
Expand Down
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": "@clobbr/cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "Clobbr CLI",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"author": "Dan Mindru <mindrudan@gmail.com>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.1.0",
"@clobbr/api": "^1.1.2",
"asciichart": "^1.5.25",
"chalk": "^4.1.0",
"commander": "^7.2.0",
Expand Down

0 comments on commit 56aae0f

Please sign in to comment.