Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Apr 20, 2022
1 parent 9143d01 commit 5508f11
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.1.5",
"version": "1.1.6",
"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.5",
"version": "1.1.6",
"description": "Clobbr API",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.1.4",
"@clobbr/api": "^1.1.6",
"asciichart": "^1.5.25",
"chalk": "^4.1.0",
"commander": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clobbr/ui",
"version": "1.0.0",
"version": "1.1.6",
"description": "Clobbr UI",
"private": true,
"repository": {
Expand All @@ -10,7 +10,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.1.4",
"@clobbr/api": "^1.1.6",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.1",
Expand Down

0 comments on commit 5508f11

Please sign in to comment.