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/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/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index 338d237b9..3477de84b 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -1,5 +1,12 @@ # 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. + ## 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..3a067670e 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,12 @@ # renterd +## 0.72.1 + +### 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..16c26399d 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.72.1", "private": true, "license": "MIT" } diff --git a/package-lock.json b/package-lock.json index eb57d2488..bc81c6d1b 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.72.1", "license": "MIT" }, "apps/siad": {