Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Apr 5, 2021
1 parent c8d4ec7 commit f4df7f1
Show file tree
Hide file tree
Showing 4 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 @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.0.4",
"version": "1.0.5",
"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.0.2",
"version": "1.0.5",
"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.0.4",
"version": "1.0.5",
"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.0.2",
"@clobbr/api": "^1.0.5",
"asciichart": "^1.5.25",
"chalk": "^4.1.0",
"commander": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clobbr/ui",
"version": "1.0.1",
"version": "1.0.5",
"description": "Clobbr UI",
"private": true,
"repository": {
Expand Down

0 comments on commit f4df7f1

Please sign in to comment.