Skip to content

Commit

Permalink
chore: version packages (#437)
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 Oct 13, 2023
1 parent f1e320a commit 80df2ad
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-goats-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cougars-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-doors-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-sheep-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-crabs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-lamps-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-mangos-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-owls-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-spies-listen.md

This file was deleted.

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

## 0.27.0

### Minor Changes

- f1e320a: Refactor the all campaigns page to fetch and resolve all the kpi
tokens
- f1e320a: Fix UI in campaign page and creation form
- f1e320a: Make UI nicer and drop react-query in favor or RTK query
- f1e320a: Update UI in campaigns page to conform to the new enforced max
width aesthetic

### Patch Changes

- f1e320a: Avoid infinite loop when there are no campaigns in the all
campaigns page
- Updated dependencies [f1e320a]
- Updated dependencies [f1e320a]
- Updated dependencies [f1e320a]
- Updated dependencies [f1e320a]
- Updated dependencies [f1e320a]
- @carrot-kpi/ui@0.65.0
- @carrot-kpi/react@0.65.0
- @carrot-kpi/sdk@1.43.0

## 0.26.3

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

## 0.65.0

### Minor Changes

- f1e320a: Add new useResolvedKPITokens hook to fetch and resolve the kpi
tokens

### Patch Changes

- Updated dependencies [f1e320a]
- @carrot-kpi/sdk@1.43.0

## 0.64.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
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.64.1",
"version": "0.65.0",
"main": "./dist/cjs/index.cjs",
"module": "./dist/es/index.mjs",
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @carrot-kpi/sdk

## 1.43.0

### Minor Changes

- f1e320a: Make UI nicer and drop react-query in favor or RTK query

## 1.42.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@carrot-kpi/sdk",
"license": "GPL-3.0-or-later",
"author": "Federico Luzzi <fedeluzzi00@gmail.com>",
"version": "1.42.3",
"version": "1.43.0",
"description": "An SDK for building applications on top of Carrot v1.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/es/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @carrot-kpi/ui

## 0.65.0

### Minor Changes

- f1e320a: Add error and different infos variants to FeedbackBox component
- f1e320a: Avoid token picker closing when a token list is selected

### Patch Changes

- f1e320a: Make markdown input text size equal to other inputs
- Updated dependencies [f1e320a]
- @carrot-kpi/sdk@1.43.0

## 0.64.0

### Minor 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.64.0",
"version": "0.65.0",
"main": "./dist/cjs/index.cjs",
"module": "./dist/es/index.mjs",
"types": "./dist/types/index.d.ts",
Expand Down

2 comments on commit 80df2ad

@vercel
Copy link

@vercel vercel bot commented on 80df2ad Oct 13, 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-carrot-labs.vercel.app
host-frontend-git-main-carrot-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 80df2ad Oct 13, 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

Please sign in to comment.