Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #874

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.