Skip to content

Commit

Permalink
v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Apr 19, 2023
1 parent 5500959 commit 4f5fe25
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.13.1",
"version": "1.13.2",
"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.13.1",
"version": "1.13.2",
"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.13.1",
"version": "1.13.2",
"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.13.1",
"@clobbr/api": "^1.13.2",
"asciichart": "^1.5.25",
"chalk": "^4.1.0",
"commander": "^7.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clobbr/share",
"version": "1.13.1",
"version": "1.13.2",
"private": true,
"scripts": {
"dev": "PORT=4343 next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.9.2",
"@clobbr/api": "^1.13.1",
"@clobbr/api": "^1.13.2",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
Expand All @@ -21,8 +21,8 @@
"@types/chartjs-plugin-trendline": "^1.0.1",
"@types/lodash-es": "^4.17.6",
"@types/react-chartjs-2": "^2.5.7",
"@vercel/og": "^0.0.21",
"@vercel/analytics": "^0.1.2",
"@vercel/og": "^0.0.21",
"brotli-wasm": "^1.3.1",
"chart.js": "^3.9.1",
"chartjs-plugin-trendline": "^2.0.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.13.1",
"version": "1.13.2",
"private": true,
"description": "Clobbr UI",
"repository": {
Expand All @@ -11,7 +11,7 @@
"author": "Dan Mindru <[email protected]>",
"license": "MIT",
"dependencies": {
"@clobbr/api": "^1.13.1",
"@clobbr/api": "^1.13.2",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
Expand Down

1 comment on commit 4f5fe25

@vercel
Copy link

@vercel vercel bot commented on 4f5fe25 Apr 19, 2023

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.