Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Jan 15, 2024
1 parent 790a7a6 commit 6e8ef93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.15.3",
"version": "1.16.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.15.1",
"version": "1.16.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.15.1",
"version": "1.16.0",
"description": "Clobbr CLI",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.15.1",
"@clobbr/api": "^1.16.0",
"asciichart": "^1.5.25",
"chalk": "^4.1.0",
"commander": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clobbr/share",
"version": "1.15.3",
"version": "1.16.0",
"private": true,
"scripts": {
"dev": "PORT=4343 next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.9.2",
"@clobbr/api": "^1.15.1",
"@clobbr/api": "^1.16.0",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
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.15.3",
"version": "1.16.0",
"private": true,
"description": "Clobbr UI",
"repository": {
Expand All @@ -11,7 +11,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.15.1",
"@clobbr/api": "^1.16.0",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
Expand Down

1 comment on commit 6e8ef93

@vercel
Copy link

@vercel vercel bot commented on 6e8ef93 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.