Skip to content

Commit

Permalink
chore: version packages (#314)
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 Jul 26, 2023
1 parent 3f6ba67 commit 4a456b4
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .changeset/selfish-walls-give.md

This file was deleted.

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

## 0.12.1

### Patch Changes

- 3f6ba67: - Ignore CHANGELOG files in Prettier and ESLint
- Make eslint-config-custom private
- Updated dependencies [3f6ba67]
- @carrot-kpi/react@0.51.1
- @carrot-kpi/sdk@1.30.1
- @carrot-kpi/ui@0.49.1

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

## 0.51.1

### Patch Changes

- 3f6ba67: - Ignore CHANGELOG files in Prettier and ESLint
- Make eslint-config-custom private
- Updated dependencies [3f6ba67]
- @carrot-kpi/sdk@1.30.1

## 0.51.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
@@ -1,7 +1,7 @@
{
"name": "@carrot-kpi/react",
"author": "Federico Luzzi <[email protected]>",
"version": "0.51.0",
"version": "0.51.1",
"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.30.1

### Patch Changes

- 3f6ba67: - Ignore CHANGELOG files in Prettier and ESLint
- Make eslint-config-custom private

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

## 0.4.1

### Patch Changes

- 3f6ba67: - Ignore CHANGELOG files in Prettier and ESLint
- Make eslint-config-custom private

## 0.4.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.4.0",
"version": "0.4.1",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @carrot-kpi/ui

## 0.49.1

### Patch Changes

- 3f6ba67: - Ignore CHANGELOG files in Prettier and ESLint
- Make eslint-config-custom private
- Updated dependencies [3f6ba67]
- @carrot-kpi/sdk@1.30.1

## 0.49.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
@@ -1,7 +1,7 @@
{
"name": "@carrot-kpi/ui",
"author": "Federico Luzzi <[email protected]>",
"version": "0.49.0",
"version": "0.49.1",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

2 comments on commit 4a456b4

@vercel
Copy link

@vercel vercel bot commented on 4a456b4 Jul 26, 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 4a456b4 Jul 26, 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
ui.carrot-kpi.dev

Please sign in to comment.