Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Jun 13, 2022
1 parent c49dbca commit 4c52947
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.6",
"version": "1.1.7",
"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.6",
"version": "1.1.7",
"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.6",
"version": "1.1.7",
"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.6",
"@clobbr/api": "^1.1.7",
"asciichart": "^1.5.25",
"chalk": "^4.1.0",
"commander": "^7.2.0",
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "1.1.7",
"description": "Clobbr UI",
"private": true,
"repository": {
Expand All @@ -11,7 +11,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.1.6",
"@clobbr/api": "^1.1.7",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
Expand All @@ -22,6 +22,7 @@
"@react-three/fiber": "^8.0.11",
"@types/lodash-es": "^4.17.6",
"@types/uuid": "^8.3.4",
"@uiw/react-monacoeditor": "^3.5.3",
"axios": "^0.26.1",
"byte-size": "^8.1.0",
"clsx": "^1.1.1",
Expand All @@ -32,7 +33,6 @@
"is-absolute-url": "^4.0.1",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"@uiw/react-monacoeditor": "^3.5.3",
"react": "^18.0.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.0.0",
Expand Down

0 comments on commit 4c52947

Please sign in to comment.