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 29, 2023
1 parent df2cf6f commit b4e48aa
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-poems-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-news-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-terms-fly.md

This file was deleted.

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

## 0.33.2

### Patch Changes

- acc813f: Move KPITokenCreationForm to dedicated component to avoid
unncessary Layout component re-renders, triggering many http calls
- b573a8b: Centered menu items in top navbar.
- Updated dependencies [b573a8b]
- @carrot-kpi/ui@0.66.4

## 0.33.1

### Patch 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.33.1",
"version": "0.33.2",
"description": "Frontend for Carrot KPI protocol v1.",
"main": "./dist/library-mode-entrypoint.js",
"module": "./dist/library-mode-entrypoint.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @carrot-kpi/ui

## 0.66.4

### Patch Changes

- b573a8b: Show no results message with correct style in select component.

## 0.66.3

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

2 comments on commit b4e48aa

@vercel
Copy link

@vercel vercel bot commented on b4e48aa Nov 29, 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

@vercel
Copy link

@vercel vercel bot commented on b4e48aa Nov 29, 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

Please sign in to comment.