Skip to content

Commit

Permalink
chore: version packages (#330)
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 Aug 8, 2023
1 parent 84ff58a commit ebddc71
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 42 deletions.
8 changes: 0 additions & 8 deletions .changeset/fluffy-shoes-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-balloons-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-rice-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-owls-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-squids-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-grapes-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-berries-beam.md

This file was deleted.

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

## 0.14.0

### Minor Changes

- 84ff58a: Upgrade dependencies
- 84ff58a: Add dedicated hook for the blacklisted KPI tokens

### Patch Changes

- 84ff58a: Replace `__DEV__` env with `__PROD__` and fix carrot domain
configuration
- 84ff58a: Avoid fetching all KPI tokens as featured when the blacklist is
empty
- Updated dependencies [84ff58a]
- Updated dependencies [84ff58a]
- Updated dependencies [84ff58a]
- Updated dependencies [84ff58a]
- @carrot-kpi/react@0.52.0
- @carrot-kpi/sdk@1.31.0
- @carrot-kpi/ui@0.50.0

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

## 0.52.0

### Minor Changes

- 84ff58a: Upgrade dependencies
- 84ff58a: Add optional blacklist param to KPI token hooks

### Patch Changes

- Updated dependencies [84ff58a]
- Updated dependencies [84ff58a]
- @carrot-kpi/sdk@1.31.0

## 0.51.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carrot-kpi/react",
"author": "Federico Luzzi <[email protected]>",
"version": "0.51.3",
"version": "0.52.0",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @carrot-kpi/sdk

## 1.31.0

### Minor Changes

- 84ff58a: Upgrade dependencies
- 84ff58a: Implement the KPI tokens blacklist filters in the fetcher

## 1.30.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.30.1",
"version": "1.31.0",
"description": "An SDK for building applications on top of Carrot v1.",
"main": "./dist/index.js",
"module": "./dist/index.js",
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.50.0

### Minor Changes

- 84ff58a: Upgrade dependencies

### Patch Changes

- 84ff58a: Fix an issue with the svg error icon of the inputs components
- Updated dependencies [84ff58a]
- Updated dependencies [84ff58a]
- @carrot-kpi/sdk@1.31.0

## 0.49.1

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

2 comments on commit ebddc71

@vercel
Copy link

@vercel vercel bot commented on ebddc71 Aug 8, 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

@vercel
Copy link

@vercel vercel bot commented on ebddc71 Aug 8, 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-carrot-labs.vercel.app
ui.carrot-kpi.dev
ui-git-main-carrot-labs.vercel.app

Please sign in to comment.