diff --git a/.changeset/fresh-actors-deny.md b/.changeset/fresh-actors-deny.md deleted file mode 100644 index 3aa235f80..000000000 --- a/.changeset/fresh-actors-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hostd': patch ---- - -Contracts that have not been renewed from or two another contract no longer show the empty contract ID in the contract ID table cell. Closes https://github.com/SiaFoundation/hostd/issues/524 diff --git a/.changeset/fresh-mice-sneeze.md b/.changeset/fresh-mice-sneeze.md deleted file mode 100644 index 4e05b4e5d..000000000 --- a/.changeset/fresh-mice-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -Contracts that have not been renewed from another contract no longer show the empty contract ID in the contract ID table cell. diff --git a/.changeset/late-points-learn.md b/.changeset/late-points-learn.md deleted file mode 100644 index ed8877ec7..000000000 --- a/.changeset/late-points-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -Fixed an issue where the first attempt to download a file would show a bucket not found error. diff --git a/.changeset/lemon-carrots-judge.md b/.changeset/lemon-carrots-judge.md deleted file mode 100644 index 589d810ac..000000000 --- a/.changeset/lemon-carrots-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Refactor explorer faucet from formik to react-hook-form. diff --git a/.changeset/polite-clouds-wink.md b/.changeset/polite-clouds-wink.md deleted file mode 100644 index 80c0336e6..000000000 --- a/.changeset/polite-clouds-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -Add showFiat configurationField for FieldSiacoin. diff --git a/.changeset/rich-rats-try.md b/.changeset/rich-rats-try.md deleted file mode 100644 index 9a48667c6..000000000 --- a/.changeset/rich-rats-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The min account expiry and min price table validity configuration settings are now stored in milliseconds. diff --git a/.changeset/shiny-pugs-punch.md b/.changeset/shiny-pugs-punch.md deleted file mode 100644 index 58c349c96..000000000 --- a/.changeset/shiny-pugs-punch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@siafoundation/explored-js': minor -'@siafoundation/explored-react': minor -'@siafoundation/explored-types': minor ---- - -Rename block metrics APIs. diff --git a/.changeset/smooth-hornets-fetch.md b/.changeset/smooth-hornets-fetch.md deleted file mode 100644 index 66403e825..000000000 --- a/.changeset/smooth-hornets-fetch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@siafoundation/explored-js': minor -'@siafoundation/explored-react': minor -'@siafoundation/explored-types': minor ---- - -Add hostMetrics API. diff --git a/.changeset/spicy-dots-wait.md b/.changeset/spicy-dots-wait.md deleted file mode 100644 index 23a51ab0b..000000000 --- a/.changeset/spicy-dots-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/units': minor ---- - -Add and remove time methods. diff --git a/.changeset/spotty-moons-vanish.md b/.changeset/spotty-moons-vanish.md deleted file mode 100644 index 1b0eab7e3..000000000 --- a/.changeset/spotty-moons-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Use explored for host metrics. diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index f26fe152c..2e09d5c18 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # explorer +## 0.23.0 + +### Minor Changes + +- cb550800: Refactor explorer faucet from formik to react-hook-form. +- c78b0e9a: Use explored for host metrics. + ## 0.22.0 ### Minor Changes diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 2727ccb60..dd344814a 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.22.0", + "version": "0.23.0", "private": true, "license": "MIT" } diff --git a/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index 848214c3a..305c5d75c 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -1,5 +1,11 @@ # hostd +## 0.53.1 + +### Patch Changes + +- 8c47e175: Contracts that have not been renewed from or two another contract no longer show the empty contract ID in the contract ID table cell. Closes https://github.com/SiaFoundation/hostd/issues/524 + ## 0.53.0 ### Minor Changes diff --git a/apps/hostd/package.json b/apps/hostd/package.json index 96d0a4afe..154256f9f 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.0", + "version": "0.53.1", "private": true, "license": "MIT" } diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index 987076025..cd21dca71 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,16 @@ # renterd +## 0.70.0 + +### Minor Changes + +- b04c20e4: The min account expiry and min price table validity configuration settings are now stored in milliseconds. + +### Patch Changes + +- 8c47e175: Contracts that have not been renewed from another contract no longer show the empty contract ID in the contract ID table cell. +- 95f51d34: Fixed an issue where the first attempt to download a file would show a bucket not found error. + ## 0.69.0 ### Minor Changes diff --git a/apps/renterd/package.json b/apps/renterd/package.json index f19dc6b5c..b964a38e1 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.69.0", + "version": "0.70.0", "private": true, "license": "MIT" } diff --git a/libs/clusterd/CHANGELOG.md b/libs/clusterd/CHANGELOG.md index 0759e5fc3..a47b5e925 100644 --- a/libs/clusterd/CHANGELOG.md +++ b/libs/clusterd/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/clusterd +## 0.1.1 + +### Patch Changes + +- Updated dependencies [b04c20e4] + - @siafoundation/units@3.3.0 + ## 0.1.0 ### Minor Changes diff --git a/libs/clusterd/package.json b/libs/clusterd/package.json index e80509d6f..278a71ed8 100644 --- a/libs/clusterd/package.json +++ b/libs/clusterd/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/clusterd", "description": "Methods controlling clusterd in e2e testing.", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "private": true, "dependencies": { "@technically/lodash": "^4.17.0", "axios": "^0.27.2", "@siafoundation/renterd-js": "0.12.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@siafoundation/hostd-js": "0.3.2", "@siafoundation/types": "0.7.0" }, diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index 7e07e2b1b..31b38bd49 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.14.0 + +### Minor Changes + +- 71f03ca2: Add showFiat configurationField for FieldSiacoin. + +### Patch Changes + +- Updated dependencies [b04c20e4] + - @siafoundation/units@3.3.0 + ## 4.13.0 ### Minor Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index e38de9ffc..03b9e21d3 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.13.0", + "version": "4.14.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0" @@ -9,7 +9,7 @@ "dependencies": { "@siafoundation/react-icons": "^0.3.0", "@siafoundation/react-core": "^1.5.0", - "@siafoundation/units": "^3.2.1", + "@siafoundation/units": "^3.3.0", "@siafoundation/types": "^0.7.0", "@siafoundation/next": "^0.1.3", "@radix-ui/react-visually-hidden": "^1.1.0", diff --git a/libs/explored-js/CHANGELOG.md b/libs/explored-js/CHANGELOG.md index 3216d03fa..d6972a8c9 100644 --- a/libs/explored-js/CHANGELOG.md +++ b/libs/explored-js/CHANGELOG.md @@ -1,5 +1,18 @@ # @siafoundation/explored-js +## 0.5.0 + +### Minor Changes + +- 292e6e23: Rename block metrics APIs. +- 7a93acf1: Add hostMetrics API. + +### Patch Changes + +- Updated dependencies [292e6e23] +- Updated dependencies [7a93acf1] + - @siafoundation/explored-types@0.10.0 + ## 0.4.0 ### Minor Changes diff --git a/libs/explored-js/package.json b/libs/explored-js/package.json index 6ee4c6797..894223e66 100644 --- a/libs/explored-js/package.json +++ b/libs/explored-js/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/explored-js", "description": "SDK for interacting with `explored`.", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/explored-types": "0.9.0" + "@siafoundation/explored-types": "0.10.0" }, "types": "./src/index.d.ts" } diff --git a/libs/explored-react/CHANGELOG.md b/libs/explored-react/CHANGELOG.md index 60806a33e..c12657963 100644 --- a/libs/explored-react/CHANGELOG.md +++ b/libs/explored-react/CHANGELOG.md @@ -1,5 +1,18 @@ # @siafoundation/explored-react +## 0.5.0 + +### Minor Changes + +- 292e6e23: Rename block metrics APIs. +- 7a93acf1: Add hostMetrics API. + +### Patch Changes + +- Updated dependencies [292e6e23] +- Updated dependencies [7a93acf1] + - @siafoundation/explored-types@0.10.0 + ## 0.4.0 ### Minor Changes diff --git a/libs/explored-react/package.json b/libs/explored-react/package.json index 3ad7179db..fa863a204 100644 --- a/libs/explored-react/package.json +++ b/libs/explored-react/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/explored-react", "description": "React hooks for interacting with `explored`.", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.5.0", - "@siafoundation/explored-types": "0.9.0" + "@siafoundation/explored-types": "0.10.0" }, "types": "./src/index.d.ts" } diff --git a/libs/explored-types/CHANGELOG.md b/libs/explored-types/CHANGELOG.md index 194bbee69..2b6fd61bf 100644 --- a/libs/explored-types/CHANGELOG.md +++ b/libs/explored-types/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/explored-types +## 0.10.0 + +### Minor Changes + +- 292e6e23: Rename block metrics APIs. +- 7a93acf1: Add hostMetrics API. + ## 0.9.0 ### Minor Changes diff --git a/libs/explored-types/package.json b/libs/explored-types/package.json index 28a2a8867..b62cd8d0c 100644 --- a/libs/explored-types/package.json +++ b/libs/explored-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/explored-types", "description": "Types for `explored`.", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0" diff --git a/libs/hostd-react/CHANGELOG.md b/libs/hostd-react/CHANGELOG.md index 7642cfd31..4fa755ce7 100644 --- a/libs/hostd-react/CHANGELOG.md +++ b/libs/hostd-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/hostd-react +## 4.4.3 + +### Patch Changes + +- Updated dependencies [b04c20e4] + - @siafoundation/units@3.3.0 + ## 4.4.2 ### Patch Changes diff --git a/libs/hostd-react/package.json b/libs/hostd-react/package.json index 1600cfa17..7fe7eb3a0 100644 --- a/libs/hostd-react/package.json +++ b/libs/hostd-react/package.json @@ -1,13 +1,13 @@ { "name": "@siafoundation/hostd-react", "description": "React hooks for interacting with `hostd`.", - "version": "4.4.2", + "version": "4.4.3", "license": "MIT", "dependencies": { "swr": "^2.1.1", "@siafoundation/react-core": "^1.4.0", "@siafoundation/hostd-types": "0.4.1", - "@siafoundation/units": "3.2.1" + "@siafoundation/units": "3.3.0" }, "types": "./src/index.d.ts" } diff --git a/libs/renterd-react/CHANGELOG.md b/libs/renterd-react/CHANGELOG.md index 8b3f74d25..1da06eb02 100644 --- a/libs/renterd-react/CHANGELOG.md +++ b/libs/renterd-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/renterd-react +## 4.13.1 + +### Patch Changes + +- Updated dependencies [b04c20e4] + - @siafoundation/units@3.3.0 + ## 4.13.0 ### Minor Changes diff --git a/libs/renterd-react/package.json b/libs/renterd-react/package.json index 51ebeba30..1299b0b1d 100644 --- a/libs/renterd-react/package.json +++ b/libs/renterd-react/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/renterd-react", "description": "React hooks for interacting with `renterd`.", - "version": "4.13.0", + "version": "4.13.1", "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/units": "3.2.1" + "@siafoundation/units": "3.3.0" }, "types": "./src/index.d.ts" } diff --git a/libs/units/CHANGELOG.md b/libs/units/CHANGELOG.md index 332e39dd4..aae439ec9 100644 --- a/libs/units/CHANGELOG.md +++ b/libs/units/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/units +## 3.3.0 + +### Minor Changes + +- b04c20e4: Add and remove time methods. + ## 3.2.1 ### Patch Changes diff --git a/libs/units/package.json b/libs/units/package.json index 5157caee8..d1e7caf2f 100644 --- a/libs/units/package.json +++ b/libs/units/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/units", "description": "Methods and types for interacting with the Sia Central API.", - "version": "3.2.1", + "version": "3.3.0", "license": "MIT", "dependencies": { "bignumber.js": "^9.0.2", diff --git a/libs/walletd-mock/CHANGELOG.md b/libs/walletd-mock/CHANGELOG.md index ebc15f694..6622f8738 100644 --- a/libs/walletd-mock/CHANGELOG.md +++ b/libs/walletd-mock/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/walletd-mock +## 0.1.12 + +### Patch Changes + +- Updated dependencies [b04c20e4] + - @siafoundation/units@3.3.0 + ## 0.1.11 ### Patch Changes diff --git a/libs/walletd-mock/package.json b/libs/walletd-mock/package.json index 84cfe626f..913c2a465 100644 --- a/libs/walletd-mock/package.json +++ b/libs/walletd-mock/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/walletd-mock", "description": "walletd data and API mock library for testing.", - "version": "0.1.11", + "version": "0.1.12", "license": "MIT", "dependencies": { "@siafoundation/types": "0.7.0", "@siafoundation/sia-central-mock": "0.2.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "playwright": "^1.42.1", "@siafoundation/walletd-types": "0.5.1" }, diff --git a/libs/walletd-react/CHANGELOG.md b/libs/walletd-react/CHANGELOG.md index 143fe1a2b..aef02ba9f 100644 --- a/libs/walletd-react/CHANGELOG.md +++ b/libs/walletd-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/walletd-react +## 4.3.5 + +### Patch Changes + +- Updated dependencies [b04c20e4] + - @siafoundation/units@3.3.0 + ## 4.3.4 ### Patch Changes diff --git a/libs/walletd-react/package.json b/libs/walletd-react/package.json index e44a067c7..8defb7a59 100644 --- a/libs/walletd-react/package.json +++ b/libs/walletd-react/package.json @@ -1,13 +1,13 @@ { "name": "@siafoundation/walletd-react", "description": "React hooks for interacting with `walletd`.", - "version": "4.3.4", + "version": "4.3.5", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.4.0", "swr": "^2.1.1", "@siafoundation/walletd-types": "0.5.1", - "@siafoundation/units": "3.2.1" + "@siafoundation/units": "3.3.0" }, "types": "./src/index.d.ts" } diff --git a/package-lock.json b/package-lock.json index ac5a87ccd..d0a2de6b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -216,7 +216,7 @@ "license": "MIT" }, "apps/explorer": { - "version": "0.22.0", + "version": "0.23.0", "license": "MIT" }, "apps/explorer-v1": { @@ -225,11 +225,11 @@ "license": "MIT" }, "apps/hostd": { - "version": "0.53.0", + "version": "0.53.1", "license": "MIT" }, "apps/renterd": { - "version": "0.69.0", + "version": "0.70.0", "license": "MIT" }, "apps/siad": { @@ -248,13 +248,13 @@ }, "libs/clusterd": { "name": "@siafoundation/clusterd", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@siafoundation/hostd-js": "0.3.2", "@siafoundation/renterd-js": "0.12.0", "@siafoundation/types": "0.7.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "axios": "^0.27.2" } @@ -277,7 +277,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "4.13.0", + "version": "4.14.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0", @@ -303,7 +303,7 @@ "@siafoundation/react-core": "^1.5.0", "@siafoundation/react-icons": "^0.3.0", "@siafoundation/types": "^0.7.0", - "@siafoundation/units": "^3.2.1", + "@siafoundation/units": "^3.3.0", "@tailwindcss/container-queries": "^0.1.1", "@technically/lodash": "^4.17.0", "@visx/axis": "^2.18.0", @@ -371,25 +371,25 @@ }, "libs/explored-js": { "name": "@siafoundation/explored-js", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { - "@siafoundation/explored-types": "0.9.0", + "@siafoundation/explored-types": "0.10.0", "@siafoundation/request": "0.2.0" } }, "libs/explored-react": { "name": "@siafoundation/explored-react", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { - "@siafoundation/explored-types": "0.9.0", + "@siafoundation/explored-types": "0.10.0", "@siafoundation/react-core": "^1.5.0" } }, "libs/explored-types": { "name": "@siafoundation/explored-types", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0" @@ -425,12 +425,12 @@ }, "libs/hostd-react": { "name": "@siafoundation/hostd-react", - "version": "4.4.2", + "version": "4.4.3", "license": "MIT", "dependencies": { "@siafoundation/hostd-types": "0.4.1", "@siafoundation/react-core": "^1.4.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "swr": "^2.1.1" } }, @@ -584,12 +584,12 @@ }, "libs/renterd-react": { "name": "@siafoundation/renterd-react", - "version": "4.13.0", + "version": "4.13.1", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.5.0", "@siafoundation/renterd-types": "0.13.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "swr": "^2.1.1" } @@ -705,7 +705,7 @@ }, "libs/units": { "name": "@siafoundation/units", - "version": "3.2.1", + "version": "3.3.0", "license": "MIT", "dependencies": { "@siafoundation/sia-central-types": "0.1.1", @@ -726,23 +726,23 @@ }, "libs/walletd-mock": { "name": "@siafoundation/walletd-mock", - "version": "0.1.11", + "version": "0.1.12", "license": "MIT", "dependencies": { "@siafoundation/sia-central-mock": "0.2.0", "@siafoundation/types": "0.7.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@siafoundation/walletd-types": "0.5.1", "playwright": "^1.42.1" } }, "libs/walletd-react": { "name": "@siafoundation/walletd-react", - "version": "4.3.4", + "version": "4.3.5", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.4.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@siafoundation/walletd-types": "0.5.1", "swr": "^2.1.1" } @@ -38126,7 +38126,7 @@ "@siafoundation/hostd-js": "0.3.2", "@siafoundation/renterd-js": "0.12.0", "@siafoundation/types": "0.7.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "axios": "^0.27.2" } @@ -38171,7 +38171,7 @@ "@siafoundation/react-core": "^1.5.0", "@siafoundation/react-icons": "^0.3.0", "@siafoundation/types": "^0.7.0", - "@siafoundation/units": "^3.2.1", + "@siafoundation/units": "^3.3.0", "@tailwindcss/container-queries": "^0.1.1", "@technically/lodash": "^4.17.0", "@visx/axis": "^2.18.0", @@ -38227,14 +38227,14 @@ "@siafoundation/explored-js": { "version": "file:libs/explored-js", "requires": { - "@siafoundation/explored-types": "0.9.0", + "@siafoundation/explored-types": "0.10.0", "@siafoundation/request": "0.2.0" } }, "@siafoundation/explored-react": { "version": "file:libs/explored-react", "requires": { - "@siafoundation/explored-types": "0.9.0", + "@siafoundation/explored-types": "0.10.0", "@siafoundation/react-core": "^1.5.0" } }, @@ -38262,7 +38262,7 @@ "requires": { "@siafoundation/hostd-types": "0.4.1", "@siafoundation/react-core": "^1.4.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "swr": "^2.1.1" } }, @@ -38308,7 +38308,7 @@ "requires": { "@siafoundation/react-core": "^1.5.0", "@siafoundation/renterd-types": "0.13.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "swr": "^2.1.1" } @@ -38383,7 +38383,7 @@ "requires": { "@siafoundation/sia-central-mock": "0.2.0", "@siafoundation/types": "0.7.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@siafoundation/walletd-types": "0.5.1", "playwright": "^1.42.1" } @@ -38392,7 +38392,7 @@ "version": "file:libs/walletd-react", "requires": { "@siafoundation/react-core": "^1.4.0", - "@siafoundation/units": "3.2.1", + "@siafoundation/units": "3.3.0", "@siafoundation/walletd-types": "0.5.1", "swr": "^2.1.1" }