Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and luzzif committed Nov 1, 2023
1 parent d5cf7e6 commit c9b576b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-hats-breathe.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-toes-know.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @carrot-kpi/host-frontend

## 0.32.1

### Patch Changes

- d5cf7e6: Update frontend after React library changes
- Updated dependencies [747ef73]
- @carrot-kpi/react@0.68.0

## 0.32.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carrot-kpi/host-frontend",
"license": "GPL-3.0-or-later",
"version": "0.32.0",
"version": "0.32.1",
"description": "Frontend for Carrot KPI protocol v1.",
"main": "./dist/library-mode-entrypoint.js",
"module": "./dist/library-mode-entrypoint.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @carrot-kpi/react

## 0.68.0

### Minor Changes

- 747ef73: Unify oracle and KPI token internal state updater type into one,
supporting either a new state or a state updater function. In oracle
templates, split the state updating and initialization bundle getting
callbacks.

## 0.67.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carrot-kpi/react",
"license": "GPL-3.0-or-later",
"author": "Federico Luzzi <federico.luzzi@protonmail.com>",
"version": "0.67.0",
"version": "0.68.0",
"main": "./dist/cjs/index.cjs",
"module": "./dist/es/index.mjs",
"types": "./dist/types/index.d.ts",
Expand Down

2 comments on commit c9b576b

@vercel
Copy link

@vercel vercel bot commented on c9b576b Nov 1, 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 c9b576b Nov 1, 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-carrot-labs.vercel.app
ui-git-main-carrot-labs.vercel.app

Please sign in to comment.