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 Jun 13, 2024
1 parent b2b360b commit 30147c3
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-knives-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-wolves-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-mugs-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-bees-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-timers-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-teachers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-timers-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-houses-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-peas-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-pants-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-peaches-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-cherries-press.md

This file was deleted.

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

## 0.44.0

### Minor Changes

- 5611d44a: Max collateral now has a field-specific option to auto-calculate its value. Closes https://github.com/SiaFoundation/web/issues/628
- 5611d44a: The configuration page now has a view menu in the action bar that is consistent with all other feature pages.
- 5611d44a: Basic configuration mode no longer sets certain fields in the background. Closes https://github.com/SiaFoundation/web/issues/628

### Patch Changes

- 6ae66f37: Refined the volume deletion toast message to "Volume is now being permanently deleted". Closes https://github.com/SiaFoundation/hostd/issues/409
- 866641b4: Fixed an issue where the transaction information would not show in the dialog. Closes https://github.com/SiaFoundation/hostd/issues/402

## 0.43.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.43.0",
"version": "0.44.0",
"private": true,
"license": "MIT"
}
17 changes: 17 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# renterd

## 0.54.0

### Minor Changes

- 5611d44a: Allowance now has a field-specific option to auto-calculate its value. Closes https://github.com/SiaFoundation/web/issues/628
- 5611d44a: The configuration page now has a view menu in the action bar that is consistent with all other feature pages.
- 5611d44a: Basic configuration mode no longer sets certain fields in the background. Closes https://github.com/SiaFoundation/web/issues/628

### Patch Changes

- 5611d44a: Fixed an issue where first-time configuration would not show the optimal recommendations.
- 5611d44a: Fixed a bug where the churn alert would display NaN for the percentage when the total size was zero.
- e7fd8107: Fixed an issue where selecting a bucket context menu option would also navigate into the bucket. Closes https://github.com/SiaFoundation/renterd/issues/1277
- 5611d44a: Fixed an issue where toggling between basic and advanced modes would sometimes not revalidate all configuration fields.
- 866641b4: Fixed an issue where the transaction information would not show in the dialog. Closes https://github.com/SiaFoundation/hostd/issues/402
- e7fd8107: Fixed an issue that broke some dialogs including the bucket policy and bucket delete dialogs. Closes https://github.com/SiaFoundation/renterd/issues/1277

## 0.53.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.53.0",
"version": "0.54.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.3.0

### Minor Changes

- 5611d44a: Fields now have better support and styling for readOnly.

## 4.2.1

### Patch Changes
Expand Down
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": "4.2.1",
"version": "4.3.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 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 30147c3

Please sign in to comment.