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 Jan 10, 2025
1 parent 7f6c64a commit 40be955
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-dogs-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-icons-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-coins-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-ladybugs-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-news-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-vans-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-pigs-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-ravens-joke.md

This file was deleted.

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

## 0.56.0

### Minor Changes

- 2a9d1932: The host net address context menu no longer has a view on siascan option. Closes https://github.com/SiaFoundation/hostd/issues/554
- 2a9d1932: The host wallet address context menu now has a view on siascan option.

### Patch Changes

- 7afc02c3: Fixed an issue where the list of alerts was not showing.

## 0.55.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.55.0",
"version": "0.56.0",
"private": true,
"license": "MIT"
}
11 changes: 11 additions & 0 deletions apps/renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# renterd

## 0.73.0

### Minor Changes

- 7f6c64a9: Alerts with large errors are now collapsed by default and have a control to expand and collapse the full contents.

### Patch Changes

- 56630e16: The copyable file download URLs in the file context menu have been updated to match the new API.
- e1a49ed0: Fixed an issue with the contract churn alert's overall churn percentage.

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

## 4.16.0

### Minor Changes

- 7f6c64a9: Added ExpandableText.

### Patch Changes

- 7afc02c3: Fixed an issue where AlertDialog was using the incorrect dataset loaded state.

## 4.15.0

### Minor 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.15.0",
"version": "4.16.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 40be955

Please sign in to comment.