Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
luzzifoss committed Mar 8, 2024
1 parent 462776c commit f721852
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @carrot-kpi/host-frontend

## 0.41.0

### Minor Changes

- Trigger update.

### Patch Changes

- Updated dependencies
- @carrot-kpi/react@0.80.0
- @carrot-kpi/sdk@1.53.0

## 0.40.2

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

## 0.80.0

### Minor Changes

- Trigger update.

### Patch Changes

- Updated dependencies
- @carrot-kpi/sdk@1.53.0

## 0.79.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 <[email protected]>",
"version": "0.79.0",
"version": "0.80.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.53.0

### Minor Changes

- Trigger update.

## 1.52.1

### 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 <[email protected]>",
"version": "1.52.1",
"version": "1.53.0",
"description": "An SDK for building applications on top of Carrot v1.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/es/index.mjs",
Expand Down

0 comments on commit f721852

Please sign in to comment.