Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alexfreska committed Dec 15, 2023
1 parent 7455359 commit 85518f7
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-eels-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-chicken-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-trainers-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-socks-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-mirrors-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-countries-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-pianos-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-chairs-sit.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hostd

## 0.30.0

### Minor Changes

- cbce1a89: Fix bug where announcement error shows both a success and error toast.
- b84074f3: Data metrics no longer use RHP version specific data.
- 0d805084: The wallet balance shown on the wallet page is now spendable plus unconfirmed.
- 74553598: Fixed an issue where currency was displayed with too many decimals.

## 0.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hostd",
"description": "The `hostd` user interface, dedicated to hosting related functionality.",
"version": "0.29.0",
"version": "0.30.0",
"private": true,
"license": "MIT"
}
9 changes: 9 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# renterd

## 0.37.0

### Minor Changes

- 0d805084: The wallet balance shown on the wallet page is now spendable plus unconfirmed.
- 00a3ce62: The contract funding and spending graph now shows a data point for brand new contracts.
- f2145a38: The default suggested pricing for new users is now based on Sia Central averages.
- 74553598: Fixed an issue where currency was displayed with too many decimals.

## 0.36.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/renterd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "renterd",
"description": "The `renterd` user interface, dedicated to renter related functionality.",
"version": "0.36.0",
"version": "0.37.0",
"private": true,
"license": "MIT"
}
7 changes: 7 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.63.0

### Minor Changes

- 00a3ce62: ChartXY no longer adds padding point for barstack and bargroup.
- f2145a38: Added useServerSyncedForm.

## 0.62.1

### Patch Changes
Expand Down
1 change: 0 additions & 1 deletion libs/design-system/node_modules/@siafoundation/units

This file was deleted.

2 changes: 1 addition & 1 deletion libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites",
"version": "0.62.1",
"version": "0.63.0",
"license": "MIT",
"dependencies": {
"@siafoundation/react-icons": "^0.1.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/react-hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/react-hostd

## 0.10.0

### Minor Changes

- b84074f3: Data metrics no longer use RHP version specific data.

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react-hostd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/react-hostd",
"description": " React hooks for interacting with `hostd`.",
"version": "0.9.1",
"version": "0.10.0",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^0.15.0",
Expand Down
38 changes: 18 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85518f7

Please sign in to comment.