Skip to content

Commit

Permalink
chore: version packages (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 26, 2023
1 parent 49f8897 commit e5065e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-bananas-play.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @carrot-kpi/react

## 0.51.2

### Patch Changes

- 49f8897: Remove double JSON.stringify in useDecentralizedStorageUploader
hook

## 0.51.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carrot-kpi/react",
"author": "Federico Luzzi <[email protected]>",
"version": "0.51.1",
"version": "0.51.2",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

2 comments on commit e5065e4

@vercel
Copy link

@vercel vercel bot commented on e5065e4 Jul 26, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

host-frontend – ./packages/frontend

host-frontend-git-main-carrot-labs.vercel.app
host-frontend-carrot-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e5065e4 Jul 26, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

ui – ./packages/ui

ui-git-main-carrot-labs.vercel.app
ui-carrot-labs.vercel.app
ui.carrot-kpi.dev

Please sign in to comment.