diff --git a/.changeset/early-otters-pretend.md b/.changeset/early-otters-pretend.md deleted file mode 100644 index 8742cd43e..000000000 --- a/.changeset/early-otters-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The total file count now includes in-progress uploads. diff --git a/.changeset/hip-crabs-scream.md b/.changeset/hip-crabs-scream.md deleted file mode 100644 index 722906d04..000000000 --- a/.changeset/hip-crabs-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -Fixed an issue displaying the contract sets column data on the contracts explorer. diff --git a/.changeset/many-planes-shout.md b/.changeset/many-planes-shout.md deleted file mode 100644 index 73f8d321a..000000000 --- a/.changeset/many-planes-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The renterd file count stats tooltip description is now more accurate. diff --git a/.changeset/many-tigers-guess.md b/.changeset/many-tigers-guess.md deleted file mode 100644 index 27f171ffb..000000000 --- a/.changeset/many-tigers-guess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hostd': minor -'renterd': minor ---- - -The configuration page now has menu options to download or copy an image of the current configuration for easier sharing. diff --git a/.changeset/moody-plums-collect.md b/.changeset/moody-plums-collect.md deleted file mode 100644 index 470f523af..000000000 --- a/.changeset/moody-plums-collect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hostd': minor -'renterd': minor ---- - -Fixed an issue where siacoin and numeric input values would jump to an incorrect value. diff --git a/.changeset/rotten-dots-reply.md b/.changeset/rotten-dots-reply.md deleted file mode 100644 index f6fb4258c..000000000 --- a/.changeset/rotten-dots-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': minor ---- - -The announce button is now disabled unless the net address does not match the last announcement. Closes https://github.com/SiaFoundation/hostd/issues/248 diff --git a/.changeset/wise-shoes-ring.md b/.changeset/wise-shoes-ring.md deleted file mode 100644 index c7144d377..000000000 --- a/.changeset/wise-shoes-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -Contracts can now be filtered by contract set. diff --git a/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index e5a43dbe5..85dab2a73 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -1,5 +1,13 @@ # hostd +## 0.33.0 + +### Minor Changes + +- fa1297bf: The configuration page now has menu options to download or copy an image of the current configuration for easier sharing. +- e470c163: Fixed an issue where siacoin and numeric input values would jump to an incorrect value. +- 7484cbc0: The announce button is now disabled unless the net address does not match the last announcement. Closes https://github.com/SiaFoundation/hostd/issues/248 + ## 0.32.0 ### Minor Changes diff --git a/apps/hostd/package.json b/apps/hostd/package.json index a35d7c2b6..3560c532e 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.32.0", + "version": "0.33.0", "private": true, "license": "MIT" } diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index 08cf36df0..d4cd91fe0 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,16 @@ # renterd +## 0.42.0 + +### Minor Changes + +- f5b44630: The total file count now includes in-progress uploads. +- 7635e79d: Fixed an issue displaying the contract sets column data on the contracts explorer. +- d2161c5e: The renterd file count stats tooltip description is now more accurate. +- fa1297bf: The configuration page now has menu options to download or copy an image of the current configuration for easier sharing. +- e470c163: Fixed an issue where siacoin and numeric input values would jump to an incorrect value. +- cc7b1500: Contracts can now be filtered by contract set. + ## 0.41.0 ### Minor Changes diff --git a/apps/renterd/package.json b/apps/renterd/package.json index 62b6b92ca..5b776c5da 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.41.0", + "version": "0.42.0", "private": true, "license": "MIT" } diff --git a/package-lock.json b/package-lock.json index e65421cb2..bc6d793d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -221,11 +221,11 @@ "license": "MIT" }, "apps/hostd": { - "version": "0.32.0", + "version": "0.33.0", "license": "MIT" }, "apps/renterd": { - "version": "0.41.0", + "version": "0.42.0", "license": "MIT" }, "apps/siad": {