diff --git a/.changeset/fifty-dogs-study.md b/.changeset/fifty-dogs-study.md deleted file mode 100644 index d64391f05..000000000 --- a/.changeset/fifty-dogs-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': patch ---- - -Fixed an issue where the list of alerts was not showing. diff --git a/.changeset/funny-icons-grab.md b/.changeset/funny-icons-grab.md deleted file mode 100644 index a5107e0f6..000000000 --- a/.changeset/funny-icons-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': minor ---- - -The host net address context menu no longer has a view on siascan option. Closes https://github.com/SiaFoundation/hostd/issues/554 diff --git a/.changeset/gorgeous-coins-begin.md b/.changeset/gorgeous-coins-begin.md deleted file mode 100644 index 7b3f6cd41..000000000 --- a/.changeset/gorgeous-coins-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -The copyable file download URLs in the file context menu have been updated to match the new API. diff --git a/.changeset/light-ladybugs-speak.md b/.changeset/light-ladybugs-speak.md deleted file mode 100644 index a8db21596..000000000 --- a/.changeset/light-ladybugs-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -Alerts with large errors are now collapsed by default and have a control to expand and collapse the full contents. diff --git a/.changeset/mighty-news-float.md b/.changeset/mighty-news-float.md deleted file mode 100644 index cf13d2ce4..000000000 --- a/.changeset/mighty-news-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -Added ExpandableText. diff --git a/.changeset/silly-vans-film.md b/.changeset/silly-vans-film.md deleted file mode 100644 index 9247ea718..000000000 --- a/.changeset/silly-vans-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': minor ---- - -The host wallet address context menu now has a view on siascan option. diff --git a/.changeset/strange-pigs-begin.md b/.changeset/strange-pigs-begin.md deleted file mode 100644 index cae8f6aff..000000000 --- a/.changeset/strange-pigs-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -Fixed an issue with the contract churn alert's overall churn percentage. diff --git a/.changeset/strange-ravens-joke.md b/.changeset/strange-ravens-joke.md deleted file mode 100644 index 0289b5904..000000000 --- a/.changeset/strange-ravens-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': patch ---- - -Fixed an issue where AlertDialog was using the incorrect dataset loaded state. diff --git a/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index 338d237b9..61bb05324 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -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 diff --git a/apps/hostd/package.json b/apps/hostd/package.json index 1aa52205f..85f69a40a 100644 --- a/apps/hostd/package.json +++ b/apps/hostd/package.json @@ -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" } diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index 93af39106..f43dd4372 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -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 diff --git a/apps/renterd/package.json b/apps/renterd/package.json index e2b18bcf6..34cad16aa 100644 --- a/apps/renterd/package.json +++ b/apps/renterd/package.json @@ -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" } diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index 129e1625b..b459cad69 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -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 diff --git a/libs/design-system/package.json b/libs/design-system/package.json index d200d3a22..19032f657 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -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" diff --git a/package-lock.json b/package-lock.json index eb57d2488..a42f846d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -225,11 +225,11 @@ "license": "MIT" }, "apps/hostd": { - "version": "0.55.0", + "version": "0.56.0", "license": "MIT" }, "apps/renterd": { - "version": "0.72.0", + "version": "0.73.0", "license": "MIT" }, "apps/siad": { @@ -277,7 +277,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "4.15.0", + "version": "4.16.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0",