Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrap committed Oct 13, 2023
2 parents b8b641f + 80df2ad commit 043edc6
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 4 deletions.
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

0 comments on commit 043edc6

Please sign in to comment.