diff --git a/.changeset/beige-walls-smoke.md b/.changeset/beige-walls-smoke.md deleted file mode 100644 index 8f9a7d79b..000000000 --- a/.changeset/beige-walls-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': patch ---- - -The bandwidth settings for egress and ingress now have clearer descriptions. diff --git a/.changeset/gentle-coats-camp.md b/.changeset/gentle-coats-camp.md deleted file mode 100644 index 487f0d727..000000000 --- a/.changeset/gentle-coats-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/units': minor ---- - -humanTime now supports up to days and long and abbreviated formatting. diff --git a/.changeset/gentle-rockets-fry.md b/.changeset/gentle-rockets-fry.md deleted file mode 100644 index bfbdda853..000000000 --- a/.changeset/gentle-rockets-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -The file breadcrumb nav now shows the root as "Buckets". diff --git a/.changeset/happy-ads-matter.md b/.changeset/happy-ads-matter.md deleted file mode 100644 index 65f978251..000000000 --- a/.changeset/happy-ads-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The host context menu now has an option to reset the lost sector count. diff --git a/.changeset/hip-ducks-occur.md b/.changeset/hip-ducks-occur.md deleted file mode 100644 index 56b0cfe2f..000000000 --- a/.changeset/hip-ducks-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The node profile details now include uptime. diff --git a/.changeset/new-suns-rush.md b/.changeset/new-suns-rush.md deleted file mode 100644 index 4e12ed903..000000000 --- a/.changeset/new-suns-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': minor ---- - -Integrity check alert sector data will now update when there is an ongoing integrity check. diff --git a/.changeset/quick-dolls-run.md b/.changeset/quick-dolls-run.md deleted file mode 100644 index 3e2a04aab..000000000 --- a/.changeset/quick-dolls-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/react-core': minor ---- - -Hook request functions now return headers. diff --git a/.changeset/rare-pots-joke.md b/.changeset/rare-pots-joke.md deleted file mode 100644 index 6c8e235f1..000000000 --- a/.changeset/rare-pots-joke.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hostd': patch -'renterd': patch -'@siafoundation/design-system': patch ---- - -The contract timeline labels have been darkened to increase contrast and readability. diff --git a/.changeset/red-vans-relate.md b/.changeset/red-vans-relate.md deleted file mode 100644 index b70a62a86..000000000 --- a/.changeset/red-vans-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/react-renterd': minor ---- - -Add useHostResetLostSectorCount. diff --git a/.changeset/ten-yaks-relate.md b/.changeset/ten-yaks-relate.md deleted file mode 100644 index ddbd961a0..000000000 --- a/.changeset/ten-yaks-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -The explorer mode switcher button is now disabled when viewing buckets. Closes https://github.com/SiaFoundation/renterd/issues/973 diff --git a/.changeset/thick-ears-refuse.md b/.changeset/thick-ears-refuse.md deleted file mode 100644 index 7a44e3eb0..000000000 --- a/.changeset/thick-ears-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -File explorer navigation actions now retain the active explorer mode. diff --git a/.changeset/tough-llamas-do.md b/.changeset/tough-llamas-do.md deleted file mode 100644 index a32a75385..000000000 --- a/.changeset/tough-llamas-do.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hostd': minor -'renterd': minor -'walletd': minor ---- - -All app data will now refresh more frequently. diff --git a/.changeset/wicked-dragons-doubt.md b/.changeset/wicked-dragons-doubt.md deleted file mode 100644 index 6bb9f81d0..000000000 --- a/.changeset/wicked-dragons-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The selected file explorer mode is now persisted between sessions. diff --git a/.changeset/wicked-sloths-breathe.md b/.changeset/wicked-sloths-breathe.md deleted file mode 100644 index cba3ca606..000000000 --- a/.changeset/wicked-sloths-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': minor ---- - -The node profile details now include uptime. Closes https://github.com/SiaFoundation/hostd/issues/92 diff --git a/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index a08cc89b1..7a3702b3b 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -1,5 +1,18 @@ # hostd +## 0.38.0 + +### Minor Changes + +- 4506593d: Integrity check alert sector data will now update when there is an ongoing integrity check. +- 4506593d: All app data will now refresh more frequently. +- c98f1941: The node profile details now include uptime. Closes https://github.com/SiaFoundation/hostd/issues/92 + +### Patch Changes + +- fdcfcb6d: The bandwidth settings for egress and ingress now have clearer descriptions. +- bbbe56a8: The contract timeline labels have been darkened to increase contrast and readability. + ## 0.37.0 ### Minor Changes diff --git a/apps/hostd/package.json b/apps/hostd/package.json index 03e1406ba..0cadb880c 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.37.0", + "version": "0.38.0", "private": true, "license": "MIT" } diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index ee72fdc31..1c6661203 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,21 @@ # renterd +## 0.46.0 + +### Minor Changes + +- 035f90e9: The host context menu now has an option to reset the lost sector count. +- c98f1941: The node profile details now include uptime. +- 1afac605: File explorer navigation actions now retain the active explorer mode. +- 4506593d: All app data will now refresh more frequently. +- 1afac605: The selected file explorer mode is now persisted between sessions. + +### Patch Changes + +- 1afac605: The file breadcrumb nav now shows the root as "Buckets". +- bbbe56a8: The contract timeline labels have been darkened to increase contrast and readability. +- 1afac605: The explorer mode switcher button is now disabled when viewing buckets. Closes https://github.com/SiaFoundation/renterd/issues/973 + ## 0.45.0 ### Minor Changes diff --git a/apps/renterd/package.json b/apps/renterd/package.json index ad487973d..018eb9978 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.45.0", + "version": "0.46.0", "private": true, "license": "MIT" } diff --git a/apps/walletd/CHANGELOG.md b/apps/walletd/CHANGELOG.md index f6e50a2cd..6ddec3c90 100644 --- a/apps/walletd/CHANGELOG.md +++ b/apps/walletd/CHANGELOG.md @@ -1,5 +1,11 @@ # walletd +## 0.17.0 + +### Minor Changes + +- 4506593d: All app data will now refresh more frequently. + ## 0.16.0 ### Minor Changes diff --git a/apps/walletd/package.json b/apps/walletd/package.json index 10b28c0d7..94fa981fc 100644 --- a/apps/walletd/package.json +++ b/apps/walletd/package.json @@ -1,7 +1,7 @@ { "name": "walletd", "description": "The `walletd` user interface, includes a wallet with support for hot, cold, and hardware wallets.", - "version": "0.16.0", + "version": "0.17.0", "private": true, "license": "MIT" } diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index b43732fd0..de8acc6df 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.0.0 + +### Patch Changes + +- bbbe56a8: The contract timeline labels have been darkened to increase contrast and readability. +- Updated dependencies [ea9c20d2] +- Updated dependencies [40e402ad] + - @siafoundation/units@3.0.0 + - @siafoundation/react-core@1.1.0 + - @siafoundation/react-sia-central@3.0.0 + ## 2.2.0 ### Minor Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 1828eb174..0eed236e2 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -1,15 +1,15 @@ { "name": "@siafoundation/design-system", "description": "React-based design system used across Sia apps and websites", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "peerDependencies": { "@siafoundation/react-icons": "^0.2.3", - "@siafoundation/react-core": "^1.0.3", - "@siafoundation/units": "^2.0.3", + "@siafoundation/react-core": "^1.1.0", + "@siafoundation/units": "^3.0.0", "@siafoundation/types": "^0.1.3", "@siafoundation/next": "^0.1.3", - "@siafoundation/react-sia-central": "^2.0.3", + "@siafoundation/react-sia-central": "^3.0.0", "react": "^18.2.0", "swr": "^2.1.1", "class-variance-authority": "^0.7.0", diff --git a/libs/react-core/CHANGELOG.md b/libs/react-core/CHANGELOG.md index 40d428769..14ba7ad21 100644 --- a/libs/react-core/CHANGELOG.md +++ b/libs/react-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/react-core +## 1.1.0 + +### Minor Changes + +- 40e402ad: Hook request functions now return headers. + ## 1.0.3 ### Patch Changes diff --git a/libs/react-core/package.json b/libs/react-core/package.json index a0c4586e5..f6d564072 100644 --- a/libs/react-core/package.json +++ b/libs/react-core/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/react-core", "description": "Core library for building React hooks for interacting with a Sia daemon.", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0", diff --git a/libs/react-hostd/CHANGELOG.md b/libs/react-hostd/CHANGELOG.md index 2cbd6cba0..a0474da6c 100644 --- a/libs/react-hostd/CHANGELOG.md +++ b/libs/react-hostd/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/react-hostd +## 3.0.0 + +### Patch Changes + +- Updated dependencies [40e402ad] + - @siafoundation/react-core@1.1.0 + ## 2.1.1 ### Patch Changes diff --git a/libs/react-hostd/package.json b/libs/react-hostd/package.json index 3d15be4c3..9f104b624 100644 --- a/libs/react-hostd/package.json +++ b/libs/react-hostd/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/react-hostd", "description": " React hooks for interacting with `hostd`.", - "version": "2.1.1", + "version": "3.0.0", "license": "MIT", "peerDependencies": { "swr": "^2.1.1", - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/types": "^0.1.3" }, "types": "./src/index.d.ts" diff --git a/libs/react-renterd/CHANGELOG.md b/libs/react-renterd/CHANGELOG.md index fa03893a4..983469158 100644 --- a/libs/react-renterd/CHANGELOG.md +++ b/libs/react-renterd/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/react-renterd +## 3.0.0 + +### Minor Changes + +- 035f90e9: Add useHostResetLostSectorCount. + +### Patch Changes + +- Updated dependencies [40e402ad] + - @siafoundation/react-core@1.1.0 + ## 2.1.0 ### Minor Changes diff --git a/libs/react-renterd/package.json b/libs/react-renterd/package.json index 3262a4081..09a55ad13 100644 --- a/libs/react-renterd/package.json +++ b/libs/react-renterd/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/react-renterd", "description": " React hooks for interacting with `renterd`.", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/types": "^0.1.3", "swr": "^2.1.1" }, diff --git a/libs/react-sia-central/CHANGELOG.md b/libs/react-sia-central/CHANGELOG.md index 919adf836..18032be9a 100644 --- a/libs/react-sia-central/CHANGELOG.md +++ b/libs/react-sia-central/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/react-sia-central +## 3.0.0 + +### Patch Changes + +- Updated dependencies [40e402ad] + - @siafoundation/react-core@1.1.0 + ## 2.0.3 ### Patch Changes diff --git a/libs/react-sia-central/package.json b/libs/react-sia-central/package.json index c54ffe8a9..93abef877 100644 --- a/libs/react-sia-central/package.json +++ b/libs/react-sia-central/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/react-sia-central", "description": "React hooks for interacting with the Sia Central API.", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/sia-central": "^0.3.3" }, "types": "./src/index.d.ts" diff --git a/libs/react-walletd/CHANGELOG.md b/libs/react-walletd/CHANGELOG.md index 5515813e7..d5a78ca8c 100644 --- a/libs/react-walletd/CHANGELOG.md +++ b/libs/react-walletd/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/react-walletd +## 3.0.0 + +### Patch Changes + +- Updated dependencies [40e402ad] + - @siafoundation/react-core@1.1.0 + ## 2.0.3 ### Patch Changes diff --git a/libs/react-walletd/package.json b/libs/react-walletd/package.json index 37687add4..6093ef2a1 100644 --- a/libs/react-walletd/package.json +++ b/libs/react-walletd/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/react-walletd", "description": " React hooks for interacting with `walletd`.", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/types": "^0.1.3", "swr": "^2.1.1" }, diff --git a/libs/units/CHANGELOG.md b/libs/units/CHANGELOG.md index 1cada501f..31ef5bc70 100644 --- a/libs/units/CHANGELOG.md +++ b/libs/units/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/units +## 3.0.0 + +### Minor Changes + +- ea9c20d2: humanTime now supports up to days and long and abbreviated formatting. + +### Patch Changes + +- Updated dependencies [40e402ad] + - @siafoundation/react-core@1.1.0 + ## 2.0.3 ### Patch Changes diff --git a/libs/units/package.json b/libs/units/package.json index e6cc54a47..4cfdd79d7 100644 --- a/libs/units/package.json +++ b/libs/units/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/units", "description": "Methods and types for interacting with the Sia Central API.", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "peerDependencies": { "@siafoundation/sia-central": "^0.3.3", - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "bignumber.js": "^9.0.2" }, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 2f06423e5..321a92fbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -218,11 +218,11 @@ "license": "MIT" }, "apps/hostd": { - "version": "0.37.0", + "version": "0.38.0", "license": "MIT" }, "apps/renterd": { - "version": "0.45.0", + "version": "0.46.0", "license": "MIT" }, "apps/siad": { @@ -232,7 +232,7 @@ "license": "MIT" }, "apps/walletd": { - "version": "0.16.0", + "version": "0.17.0", "license": "MIT" }, "apps/website": { @@ -257,7 +257,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0", @@ -313,11 +313,11 @@ }, "peerDependencies": { "@siafoundation/next": "^0.1.3", - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/react-icons": "^0.2.3", - "@siafoundation/react-sia-central": "^2.0.3", + "@siafoundation/react-sia-central": "^3.0.0", "@siafoundation/types": "^0.1.3", - "@siafoundation/units": "^2.0.3", + "@siafoundation/units": "^3.0.0", "@tailwindcss/container-queries": "^0.1.1", "@technically/lodash": "^4.17.0", "axios": "^0.27.2", @@ -373,7 +373,7 @@ }, "libs/react-core": { "name": "@siafoundation/react-core", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "dependencies": { "detect-gpu": "^5.0.34" @@ -388,10 +388,10 @@ }, "libs/react-hostd": { "name": "@siafoundation/react-hostd", - "version": "2.1.1", + "version": "3.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/types": "^0.1.3", "swr": "^2.1.1" } @@ -406,23 +406,23 @@ }, "libs/react-renterd": { "name": "@siafoundation/react-renterd", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0" }, "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/types": "^0.1.3", "swr": "^2.1.1" } }, "libs/react-sia-central": { "name": "@siafoundation/react-sia-central", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/sia-central": "^0.3.3" } }, @@ -434,10 +434,10 @@ }, "libs/react-walletd": { "name": "@siafoundation/react-walletd", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/types": "^0.1.3", "swr": "^2.1.1" } @@ -499,14 +499,14 @@ }, "libs/units": { "name": "@siafoundation/units", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", "blakejs": "^1.2.1" }, "peerDependencies": { - "@siafoundation/react-core": "^1.0.3", + "@siafoundation/react-core": "^1.1.0", "@siafoundation/sia-central": "^0.3.3", "bignumber.js": "^9.0.2" }