diff --git a/.changeset/fifty-apples-juggle.md b/.changeset/fifty-apples-juggle.md deleted file mode 100644 index 46bbe326a..000000000 --- a/.changeset/fifty-apples-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Add host and block metrics error logging to home page. diff --git a/.changeset/itchy-shoes-lick.md b/.changeset/itchy-shoes-lick.md deleted file mode 100644 index 210b30f9a..000000000 --- a/.changeset/itchy-shoes-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The host and contracts multi-select menus both now include an option to rescan the selected hosts. diff --git a/.changeset/nice-walls-glow.md b/.changeset/nice-walls-glow.md deleted file mode 100644 index e3462b08a..000000000 --- a/.changeset/nice-walls-glow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@siafoundation/hostd-js': minor -'@siafoundation/hostd-react': minor -'@siafoundation/hostd-types': minor ---- - -Remove logs search API. diff --git a/.changeset/polite-doors-do.md b/.changeset/polite-doors-do.md deleted file mode 100644 index 5f4c28d17..000000000 --- a/.changeset/polite-doors-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -Fixed an issue where selecting the entire page of files would select the parent navigation row. diff --git a/.changeset/sharp-ears-tell.md b/.changeset/sharp-ears-tell.md deleted file mode 100644 index 426b29132..000000000 --- a/.changeset/sharp-ears-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': minor ---- - -The address configuration setting now expects only the hostname without a port. Closes https://github.com/SiaFoundation/hostd/issues/536 diff --git a/.changeset/silent-dolls-arrive.md b/.changeset/silent-dolls-arrive.md deleted file mode 100644 index 23c2b8cf3..000000000 --- a/.changeset/silent-dolls-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Remove bytes logging from home page. diff --git a/.changeset/silver-pants-deliver.md b/.changeset/silver-pants-deliver.md deleted file mode 100644 index 710d20478..000000000 --- a/.changeset/silver-pants-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -Fixed an issue with the copy file metadata action in the file context menu. diff --git a/.changeset/slow-roses-hide.md b/.changeset/slow-roses-hide.md deleted file mode 100644 index ecce31ba1..000000000 --- a/.changeset/slow-roses-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Added previous and next block navigation to blocks page. diff --git a/.changeset/thick-geckos-laugh.md b/.changeset/thick-geckos-laugh.md deleted file mode 100644 index e6f1e15fb..000000000 --- a/.changeset/thick-geckos-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/renterd-types': minor ---- - -The object response has been updated in v2. diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 2e09d5c18..24fe39143 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,13 @@ # explorer +## 0.24.0 + +### Minor Changes + +- cbcc6e60: Add host and block metrics error logging to home page. +- cbcc6e60: Remove bytes logging from home page. +- 61b3dd89: Added previous and next block navigation to blocks page. + ## 0.23.0 ### Minor Changes diff --git a/apps/explorer/package.json b/apps/explorer/package.json index dd344814a..d0a8f2de8 100644 --- a/apps/explorer/package.json +++ b/apps/explorer/package.json @@ -1,7 +1,7 @@ { "name": "explorer", "description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.", - "version": "0.23.0", + "version": "0.24.0", "private": true, "license": "MIT" } diff --git a/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index 305c5d75c..933ce02a1 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -1,5 +1,11 @@ # hostd +## 0.54.0 + +### Minor Changes + +- a9cfe409: The address configuration setting now expects only the hostname without a port. Closes https://github.com/SiaFoundation/hostd/issues/536 + ## 0.53.1 ### Patch Changes diff --git a/apps/hostd/package.json b/apps/hostd/package.json index 154256f9f..d45881b02 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.53.1", + "version": "0.54.0", "private": true, "license": "MIT" } diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index cd21dca71..095b1ab21 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,16 @@ # renterd +## 0.71.0 + +### Minor Changes + +- 5b09ae3a: The host and contracts multi-select menus both now include an option to rescan the selected hosts. + +### Patch Changes + +- 31f3e4dc: Fixed an issue where selecting the entire page of files would select the parent navigation row. +- c7ac7678: Fixed an issue with the copy file metadata action in the file context menu. + ## 0.70.0 ### Minor Changes diff --git a/apps/renterd/package.json b/apps/renterd/package.json index b964a38e1..03feca05b 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.70.0", + "version": "0.71.0", "private": true, "license": "MIT" } diff --git a/libs/clusterd/CHANGELOG.md b/libs/clusterd/CHANGELOG.md index a47b5e925..72f98b9c5 100644 --- a/libs/clusterd/CHANGELOG.md +++ b/libs/clusterd/CHANGELOG.md @@ -1,5 +1,13 @@ # @siafoundation/clusterd +## 0.1.2 + +### Patch Changes + +- Updated dependencies [2fe6eb79] + - @siafoundation/hostd-js@0.4.0 + - @siafoundation/renterd-js@0.12.1 + ## 0.1.1 ### Patch Changes diff --git a/libs/clusterd/package.json b/libs/clusterd/package.json index 278a71ed8..d1027b781 100644 --- a/libs/clusterd/package.json +++ b/libs/clusterd/package.json @@ -1,15 +1,15 @@ { "name": "@siafoundation/clusterd", "description": "Methods controlling clusterd in e2e testing.", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "private": true, "dependencies": { "@technically/lodash": "^4.17.0", "axios": "^0.27.2", - "@siafoundation/renterd-js": "0.12.0", + "@siafoundation/renterd-js": "0.12.1", "@siafoundation/units": "3.3.0", - "@siafoundation/hostd-js": "0.3.2", + "@siafoundation/hostd-js": "0.4.0", "@siafoundation/types": "0.7.0" }, "types": "./src/index.d.ts" diff --git a/libs/hostd-js/CHANGELOG.md b/libs/hostd-js/CHANGELOG.md index 9ac14c39b..6ed378215 100644 --- a/libs/hostd-js/CHANGELOG.md +++ b/libs/hostd-js/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/hostd-js +## 0.4.0 + +### Minor Changes + +- 2fe6eb79: Remove logs search API. + +### Patch Changes + +- Updated dependencies [2fe6eb79] + - @siafoundation/hostd-types@0.5.0 + ## 0.3.2 ### Patch Changes diff --git a/libs/hostd-js/package.json b/libs/hostd-js/package.json index 7acac1700..dfbede73f 100644 --- a/libs/hostd-js/package.json +++ b/libs/hostd-js/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/hostd-js", "description": "SDK for interacting with `hostd`.", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/hostd-types": "0.4.1" + "@siafoundation/hostd-types": "0.5.0" }, "types": "./src/index.d.ts" } diff --git a/libs/hostd-react/CHANGELOG.md b/libs/hostd-react/CHANGELOG.md index 4fa755ce7..c303277d9 100644 --- a/libs/hostd-react/CHANGELOG.md +++ b/libs/hostd-react/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/hostd-react +## 4.5.0 + +### Minor Changes + +- 2fe6eb79: Remove logs search API. + +### Patch Changes + +- Updated dependencies [2fe6eb79] + - @siafoundation/hostd-types@0.5.0 + ## 4.4.3 ### Patch Changes diff --git a/libs/hostd-react/package.json b/libs/hostd-react/package.json index 7fe7eb3a0..0d5a8f547 100644 --- a/libs/hostd-react/package.json +++ b/libs/hostd-react/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/hostd-react", "description": "React hooks for interacting with `hostd`.", - "version": "4.4.3", + "version": "4.5.0", "license": "MIT", "dependencies": { "swr": "^2.1.1", "@siafoundation/react-core": "^1.4.0", - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/units": "3.3.0" }, "types": "./src/index.d.ts" diff --git a/libs/hostd-types/CHANGELOG.md b/libs/hostd-types/CHANGELOG.md index 020c7c7b9..39db166b2 100644 --- a/libs/hostd-types/CHANGELOG.md +++ b/libs/hostd-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/hostd-types +## 0.5.0 + +### Minor Changes + +- 2fe6eb79: Remove logs search API. + ## 0.4.1 ### Patch Changes diff --git a/libs/hostd-types/package.json b/libs/hostd-types/package.json index b4fc414eb..a2961c172 100644 --- a/libs/hostd-types/package.json +++ b/libs/hostd-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/hostd-types", "description": "Types for `hostd`.", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0" diff --git a/libs/renterd-js/CHANGELOG.md b/libs/renterd-js/CHANGELOG.md index 5a09195cd..10a19a54c 100644 --- a/libs/renterd-js/CHANGELOG.md +++ b/libs/renterd-js/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/renterd-js +## 0.12.1 + +### Patch Changes + +- Updated dependencies [c7ac7678] + - @siafoundation/renterd-types@0.14.0 + ## 0.12.0 ### Minor Changes diff --git a/libs/renterd-js/package.json b/libs/renterd-js/package.json index 6679bc3d2..1d9821707 100644 --- a/libs/renterd-js/package.json +++ b/libs/renterd-js/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/renterd-js", "description": "SDK for interacting with `renterd`.", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "dependencies": { - "@siafoundation/renterd-types": "0.13.0", + "@siafoundation/renterd-types": "0.14.0", "@siafoundation/request": "0.2.0" }, "types": "./src/index.d.ts" diff --git a/libs/renterd-react/CHANGELOG.md b/libs/renterd-react/CHANGELOG.md index 1da06eb02..1115f5546 100644 --- a/libs/renterd-react/CHANGELOG.md +++ b/libs/renterd-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/renterd-react +## 4.13.2 + +### Patch Changes + +- Updated dependencies [c7ac7678] + - @siafoundation/renterd-types@0.14.0 + ## 4.13.1 ### Patch Changes diff --git a/libs/renterd-react/package.json b/libs/renterd-react/package.json index 1299b0b1d..66534402c 100644 --- a/libs/renterd-react/package.json +++ b/libs/renterd-react/package.json @@ -1,13 +1,13 @@ { "name": "@siafoundation/renterd-react", "description": "React hooks for interacting with `renterd`.", - "version": "4.13.1", + "version": "4.13.2", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", "@siafoundation/react-core": "^1.5.0", "swr": "^2.1.1", - "@siafoundation/renterd-types": "0.13.0", + "@siafoundation/renterd-types": "0.14.0", "@siafoundation/units": "3.3.0" }, "types": "./src/index.d.ts" diff --git a/libs/renterd-types/CHANGELOG.md b/libs/renterd-types/CHANGELOG.md index 9a283f8da..aa3bb8530 100644 --- a/libs/renterd-types/CHANGELOG.md +++ b/libs/renterd-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/renterd-types +## 0.14.0 + +### Minor Changes + +- c7ac7678: The object response has been updated in v2. + ## 0.13.0 ### Minor Changes diff --git a/libs/renterd-types/package.json b/libs/renterd-types/package.json index dbbd77358..fee1c5ce0 100644 --- a/libs/renterd-types/package.json +++ b/libs/renterd-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/renterd-types", "description": "Types for `renterd`.", - "version": "0.13.0", + "version": "0.14.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0", diff --git a/package-lock.json b/package-lock.json index d0a2de6b9..1f800f7a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -216,7 +216,7 @@ "license": "MIT" }, "apps/explorer": { - "version": "0.23.0", + "version": "0.24.0", "license": "MIT" }, "apps/explorer-v1": { @@ -225,11 +225,11 @@ "license": "MIT" }, "apps/hostd": { - "version": "0.53.1", + "version": "0.54.0", "license": "MIT" }, "apps/renterd": { - "version": "0.70.0", + "version": "0.71.0", "license": "MIT" }, "apps/siad": { @@ -248,11 +248,11 @@ }, "libs/clusterd": { "name": "@siafoundation/clusterd", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { - "@siafoundation/hostd-js": "0.3.2", - "@siafoundation/renterd-js": "0.12.0", + "@siafoundation/hostd-js": "0.4.0", + "@siafoundation/renterd-js": "0.12.1", "@siafoundation/types": "0.7.0", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", @@ -416,19 +416,19 @@ }, "libs/hostd-js": { "name": "@siafoundation/hostd-js", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "dependencies": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/request": "0.2.0" } }, "libs/hostd-react": { "name": "@siafoundation/hostd-react", - "version": "4.4.3", + "version": "4.5.0", "license": "MIT", "dependencies": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/react-core": "^1.4.0", "@siafoundation/units": "3.3.0", "swr": "^2.1.1" @@ -436,7 +436,7 @@ }, "libs/hostd-types": { "name": "@siafoundation/hostd-types", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0" @@ -575,20 +575,20 @@ }, "libs/renterd-js": { "name": "@siafoundation/renterd-js", - "version": "0.12.0", + "version": "0.12.1", "license": "MIT", "dependencies": { - "@siafoundation/renterd-types": "0.13.0", + "@siafoundation/renterd-types": "0.14.0", "@siafoundation/request": "0.2.0" } }, "libs/renterd-react": { "name": "@siafoundation/renterd-react", - "version": "4.13.1", + "version": "4.13.2", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.5.0", - "@siafoundation/renterd-types": "0.13.0", + "@siafoundation/renterd-types": "0.14.0", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "swr": "^2.1.1" @@ -596,7 +596,7 @@ }, "libs/renterd-types": { "name": "@siafoundation/renterd-types", - "version": "0.13.0", + "version": "0.14.0", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.5.0", @@ -38123,8 +38123,8 @@ "@siafoundation/clusterd": { "version": "file:libs/clusterd", "requires": { - "@siafoundation/hostd-js": "0.3.2", - "@siafoundation/renterd-js": "0.12.0", + "@siafoundation/hostd-js": "0.4.0", + "@siafoundation/renterd-js": "0.12.1", "@siafoundation/types": "0.7.0", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", @@ -38253,14 +38253,14 @@ "@siafoundation/hostd-js": { "version": "file:libs/hostd-js", "requires": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/request": "0.2.0" } }, "@siafoundation/hostd-react": { "version": "file:libs/hostd-react", "requires": { - "@siafoundation/hostd-types": "0.4.1", + "@siafoundation/hostd-types": "0.5.0", "@siafoundation/react-core": "^1.4.0", "@siafoundation/units": "3.3.0", "swr": "^2.1.1" @@ -38299,7 +38299,7 @@ "@siafoundation/renterd-js": { "version": "file:libs/renterd-js", "requires": { - "@siafoundation/renterd-types": "0.13.0", + "@siafoundation/renterd-types": "0.14.0", "@siafoundation/request": "0.2.0" } }, @@ -38307,7 +38307,7 @@ "version": "file:libs/renterd-react", "requires": { "@siafoundation/react-core": "^1.5.0", - "@siafoundation/renterd-types": "0.13.0", + "@siafoundation/renterd-types": "0.14.0", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "swr": "^2.1.1"