Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Jun 17, 2022
1 parent 5acf457 commit 0b642d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.7",
"version": "1.2.0",
"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.7",
"version": "1.2.0",
"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.7",
"version": "1.2.0",
"description": "Clobbr CLI",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.1.7",
"@clobbr/api": "^1.2.0",
"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,7 +1,7 @@
{
"name": "@clobbr/ui",
"homepage": "./",
"version": "1.1.7",
"version": "1.2.0",
"description": "Clobbr UI",
"private": true,
"repository": {
Expand All @@ -11,7 +11,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.1.7",
"@clobbr/api": "^1.2.0",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
Expand Down

0 comments on commit 0b642d2

Please sign in to comment.