Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrap committed Mar 8, 2024
1 parent 3a10552 commit 51f918d
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/long-carpets-decide.md

This file was deleted.

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

## 0.41.1

### Patch Changes

- 3a10552: Rename staging mode to template preview mode
- Updated dependencies [3a10552]
- @carrot-kpi/react@0.80.1
- @carrot-kpi/sdk@1.53.1

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

## 0.80.1

### Patch Changes

- 3a10552: Rename staging mode to template preview mode, minor fix when loading templates
- Updated dependencies [3a10552]
- @carrot-kpi/sdk@1.53.1

## 0.80.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.80.0",
"version": "0.80.1",
"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.1

### Patch Changes

- 3a10552: Rename staging mode to template preview mode

## 1.53.0

### Minor 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.53.0",
"version": "1.53.1",
"description": "An SDK for building applications on top of Carrot v1.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/es/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @carrot-kpi/shared-state

## 0.17.1

### Patch Changes

- 3a10552: Rename staging mode to template preview mode

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carrot-kpi/shared-state",
"author": "Federico Luzzi <[email protected]>",
"version": "0.17.0",
"version": "0.17.1",
"license": "GPL-3.0-or-later",
"main": "./dist/cjs/index.cjs",
"module": "./dist/mjs/index.mjs",
Expand Down

0 comments on commit 51f918d

Please sign in to comment.