diff --git a/.changeset/brown-pandas-look.md b/.changeset/brown-pandas-look.md deleted file mode 100644 index 2465cbf4c..000000000 --- a/.changeset/brown-pandas-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/data-sources': minor ---- - -Added methods for fetching the latest desktop app versions. diff --git a/.changeset/cyan-grapes-play.md b/.changeset/cyan-grapes-play.md deleted file mode 100644 index bd4c994e1..000000000 --- a/.changeset/cyan-grapes-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'website': minor ---- - -Software downloads now also list system requirements. Closes https://github.com/SiaFoundation/web/issues/553 diff --git a/.changeset/friendly-jeans-whisper.md b/.changeset/friendly-jeans-whisper.md deleted file mode 100644 index 54aa80ea1..000000000 --- a/.changeset/friendly-jeans-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': patch ---- - -The Checkbox text label is now center aligned. diff --git a/.changeset/orange-ties-perform.md b/.changeset/orange-ties-perform.md deleted file mode 100644 index ef905e52e..000000000 --- a/.changeset/orange-ties-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/types': minor ---- - -TransactionSignature timelock is now optional. diff --git a/.changeset/purple-icons-explode.md b/.changeset/purple-icons-explode.md deleted file mode 100644 index abdd839e4..000000000 --- a/.changeset/purple-icons-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'website': minor ---- - -The website download sections now prompt and link to the terms of service. Closes https://github.com/SiaFoundation/web/issues/548 diff --git a/.changeset/slimy-pears-return.md b/.changeset/slimy-pears-return.md deleted file mode 100644 index 34932ecf3..000000000 --- a/.changeset/slimy-pears-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'website': minor ---- - -The website now displays both desktop and terminal/daemon downloads. Closes https://github.com/SiaFoundation/web/issues/649 Closes https://github.com/SiaFoundation/web/issues/548 diff --git a/.changeset/tough-avocados-sniff.md b/.changeset/tough-avocados-sniff.md deleted file mode 100644 index 0dc0e0a49..000000000 --- a/.changeset/tough-avocados-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'walletd': patch ---- - -Fixed an issue where calculating the siacoin value for a transaction without relevant siacoin inputs would cause an error. Closes https://github.com/SiaFoundation/walletd/issues/150 diff --git a/apps/walletd/CHANGELOG.md b/apps/walletd/CHANGELOG.md index 176f7a649..094ef7c4e 100644 --- a/apps/walletd/CHANGELOG.md +++ b/apps/walletd/CHANGELOG.md @@ -1,5 +1,11 @@ # walletd +## 0.22.3 + +### Patch Changes + +- 24b47560: Fixed an issue where calculating the siacoin value for a transaction without relevant siacoin inputs would cause an error. Closes https://github.com/SiaFoundation/walletd/issues/150 + ## 0.22.2 ### Patch Changes diff --git a/apps/walletd/package.json b/apps/walletd/package.json index 81d04a759..cc1a5ba6f 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.22.2", + "version": "0.22.3", "private": true, "license": "MIT" } diff --git a/apps/website/CHANGELOG.md b/apps/website/CHANGELOG.md index 7bcc61560..1e609e469 100644 --- a/apps/website/CHANGELOG.md +++ b/apps/website/CHANGELOG.md @@ -1,5 +1,13 @@ # website +## 0.52.0 + +### Minor Changes + +- 63f12c80: Software downloads now also list system requirements. Closes https://github.com/SiaFoundation/web/issues/553 +- f8c68b07: The website download sections now prompt and link to the terms of service. Closes https://github.com/SiaFoundation/web/issues/548 +- f8c68b07: The website now displays both desktop and terminal/daemon downloads. Closes https://github.com/SiaFoundation/web/issues/649 Closes https://github.com/SiaFoundation/web/issues/548 + ## 0.51.1 ### Patch Changes diff --git a/apps/website/package.json b/apps/website/package.json index 25f541419..3b6586cfc 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "description": "The main sia.tech website with information on the Sia project and the Sia Foundation.", - "version": "0.51.1", + "version": "0.52.0", "private": true, "license": "MIT" } diff --git a/libs/data-sources/CHANGELOG.md b/libs/data-sources/CHANGELOG.md index a85be50ae..ea02453f8 100644 --- a/libs/data-sources/CHANGELOG.md +++ b/libs/data-sources/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.0 + +### Minor Changes + +- f8c68b07: Added methods for fetching the latest desktop app versions. + ## 0.3.3 ### Patch Changes diff --git a/libs/data-sources/package.json b/libs/data-sources/package.json index 6b3c67f7d..9fc699f13 100644 --- a/libs/data-sources/package.json +++ b/libs/data-sources/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/data-sources", "description": "Data sources used for stats on the website.", - "version": "0.3.3", + "version": "0.4.0", "private": true, "license": "MIT", "dependencies": { diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index e459aa0a8..126dd0ce7 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.4.1 + +### Patch Changes + +- f8c68b07: The Checkbox text label is now center aligned. +- Updated dependencies [24b47560] + - @siafoundation/types@0.4.0 + ## 4.4.0 ### Minor Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 0fe9776a4..ea7ff8a63 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.4.0", + "version": "4.4.1", "license": "MIT", "peerDependencies": { "react": "^18.2.0", @@ -11,7 +11,7 @@ "@siafoundation/react-icons": "^0.2.3", "@siafoundation/react-core": "^1.2.0", "@siafoundation/units": "^3.0.2", - "@siafoundation/types": "^0.3.0", + "@siafoundation/types": "^0.4.0", "@siafoundation/next": "^0.1.3", "@siafoundation/sia-central-react": "^3.1.1", "swr": "^2.1.1", diff --git a/libs/hostd-js/CHANGELOG.md b/libs/hostd-js/CHANGELOG.md index 95c34053d..29fbcd519 100644 --- a/libs/hostd-js/CHANGELOG.md +++ b/libs/hostd-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/hostd-js +## 0.1.2 + +### Patch Changes + +- @siafoundation/hostd-types@0.1.3 + ## 0.1.1 ### Patch Changes diff --git a/libs/hostd-js/package.json b/libs/hostd-js/package.json index d7d2547e9..ea5ce987d 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.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/hostd-types": "0.1.2" + "@siafoundation/hostd-types": "0.1.3" }, "types": "./src/index.d.ts" } diff --git a/libs/hostd-react/CHANGELOG.md b/libs/hostd-react/CHANGELOG.md index 64806a375..f25c718f5 100644 --- a/libs/hostd-react/CHANGELOG.md +++ b/libs/hostd-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/hostd-react +## 4.2.2 + +### Patch Changes + +- @siafoundation/hostd-types@0.1.3 + ## 4.2.1 ### Patch Changes diff --git a/libs/hostd-react/package.json b/libs/hostd-react/package.json index 245f4938a..297c7ec1b 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.2.1", + "version": "4.2.2", "license": "MIT", "dependencies": { "swr": "^2.1.1", "@siafoundation/react-core": "^1.2.0", - "@siafoundation/hostd-types": "0.1.2" + "@siafoundation/hostd-types": "0.1.3" }, "types": "./src/index.d.ts" } diff --git a/libs/hostd-types/CHANGELOG.md b/libs/hostd-types/CHANGELOG.md index 445bc3bc9..a00168ebb 100644 --- a/libs/hostd-types/CHANGELOG.md +++ b/libs/hostd-types/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/hostd-types +## 0.1.3 + +### Patch Changes + +- Updated dependencies [24b47560] + - @siafoundation/types@0.4.0 + ## 0.1.2 ### Patch Changes diff --git a/libs/hostd-types/package.json b/libs/hostd-types/package.json index b6f5ce1da..ea88001d7 100644 --- a/libs/hostd-types/package.json +++ b/libs/hostd-types/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/hostd-types", "description": "Types for `hostd`.", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" }, "types": "./src/index.d.ts" } diff --git a/libs/renterd-js/CHANGELOG.md b/libs/renterd-js/CHANGELOG.md index 49c2b9bc6..053a2a7a8 100644 --- a/libs/renterd-js/CHANGELOG.md +++ b/libs/renterd-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/renterd-js +## 0.2.3 + +### Patch Changes + +- @siafoundation/renterd-types@0.2.3 + ## 0.2.2 ### Patch Changes diff --git a/libs/renterd-js/package.json b/libs/renterd-js/package.json index 85c7a05ca..0d5b8afc5 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.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { - "@siafoundation/renterd-types": "0.2.2", + "@siafoundation/renterd-types": "0.2.3", "@siafoundation/request": "0.2.0", "axios": "^0.27.2" }, diff --git a/libs/renterd-react/CHANGELOG.md b/libs/renterd-react/CHANGELOG.md index 68d850131..a054cba4a 100644 --- a/libs/renterd-react/CHANGELOG.md +++ b/libs/renterd-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/renterd-react +## 4.2.3 + +### Patch Changes + +- @siafoundation/renterd-types@0.2.3 + ## 4.2.2 ### Patch Changes diff --git a/libs/renterd-react/package.json b/libs/renterd-react/package.json index ba9db2c03..7b3aa36c0 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.2.2", + "version": "4.2.3", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", "@siafoundation/react-core": "^1.2.1", "swr": "^2.1.1", - "@siafoundation/renterd-types": "0.2.2" + "@siafoundation/renterd-types": "0.2.3" }, "types": "./src/index.d.ts" } diff --git a/libs/renterd-types/CHANGELOG.md b/libs/renterd-types/CHANGELOG.md index 982af6f59..9f427685f 100644 --- a/libs/renterd-types/CHANGELOG.md +++ b/libs/renterd-types/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/renterd-types +## 0.2.3 + +### Patch Changes + +- Updated dependencies [24b47560] + - @siafoundation/types@0.4.0 + ## 0.2.2 ### Patch Changes diff --git a/libs/renterd-types/package.json b/libs/renterd-types/package.json index 34580cfeb..aac2c9f07 100644 --- a/libs/renterd-types/package.json +++ b/libs/renterd-types/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/renterd-types", "description": "Types for `renterd`.", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" }, "types": "./src/index.d.ts" } diff --git a/libs/sdk/CHANGELOG.md b/libs/sdk/CHANGELOG.md index 6d6b6ea3c..fe54d754c 100644 --- a/libs/sdk/CHANGELOG.md +++ b/libs/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/sdk +## 0.2.1 + +### Patch Changes + +- Updated dependencies [24b47560] + - @siafoundation/types@0.4.0 + ## 0.2.0 ### Minor Changes diff --git a/libs/sdk/package.json b/libs/sdk/package.json index 5cff40616..406112eec 100644 --- a/libs/sdk/package.json +++ b/libs/sdk/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/sdk", "description": "SDK for interacting directly with the Sia network from browsers and web clients.", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { - "@siafoundation/types": "0.3.0" + "@siafoundation/types": "0.4.0" }, "devDependencies": { "undici": "5.28.3" diff --git a/libs/types/CHANGELOG.md b/libs/types/CHANGELOG.md index 31929dd12..874714c7c 100644 --- a/libs/types/CHANGELOG.md +++ b/libs/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/types +## 0.4.0 + +### Minor Changes + +- 24b47560: TransactionSignature timelock is now optional. + ## 0.3.0 ### Minor Changes diff --git a/libs/types/package.json b/libs/types/package.json index de50c5963..20562aea5 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/types", "description": "Core Sia types and library methods.", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "types": "./src/index.d.ts" } diff --git a/libs/walletd-js/CHANGELOG.md b/libs/walletd-js/CHANGELOG.md index 52a8cbf46..559b7c6ec 100644 --- a/libs/walletd-js/CHANGELOG.md +++ b/libs/walletd-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/walletd-js +## 0.2.2 + +### Patch Changes + +- @siafoundation/walletd-types@0.3.2 + ## 0.2.1 ### Patch Changes diff --git a/libs/walletd-js/package.json b/libs/walletd-js/package.json index fe64daf05..0564bda6a 100644 --- a/libs/walletd-js/package.json +++ b/libs/walletd-js/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/walletd-js", "description": "SDK for interacting with `walletd`.", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/walletd-types": "0.3.1" + "@siafoundation/walletd-types": "0.3.2" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-mock/CHANGELOG.md b/libs/walletd-mock/CHANGELOG.md index 820fa5318..1f0ec1e95 100644 --- a/libs/walletd-mock/CHANGELOG.md +++ b/libs/walletd-mock/CHANGELOG.md @@ -1,5 +1,13 @@ # @siafoundation/walletd-mock +## 0.1.6 + +### Patch Changes + +- Updated dependencies [24b47560] + - @siafoundation/types@0.4.0 + - @siafoundation/walletd-types@0.3.2 + ## 0.1.5 ### Patch Changes diff --git a/libs/walletd-mock/package.json b/libs/walletd-mock/package.json index 49fcc7006..00d83f671 100644 --- a/libs/walletd-mock/package.json +++ b/libs/walletd-mock/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/walletd-mock", "description": "walletd data and API mock library for testing.", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "dependencies": { - "@siafoundation/types": "0.3.0", + "@siafoundation/types": "0.4.0", "@siafoundation/sia-central-mock": "0.1.1", "@siafoundation/units": "3.0.2", "playwright": "^1.42.1", - "@siafoundation/walletd-types": "0.3.1" + "@siafoundation/walletd-types": "0.3.2" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-react/CHANGELOG.md b/libs/walletd-react/CHANGELOG.md index 9bcc9d5f2..1507d4825 100644 --- a/libs/walletd-react/CHANGELOG.md +++ b/libs/walletd-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/walletd-react +## 4.2.2 + +### Patch Changes + +- @siafoundation/walletd-types@0.3.2 + ## 4.2.1 ### Patch Changes diff --git a/libs/walletd-react/package.json b/libs/walletd-react/package.json index 2bab26509..c3f8e79b7 100644 --- a/libs/walletd-react/package.json +++ b/libs/walletd-react/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/walletd-react", "description": "React hooks for interacting with `walletd`.", - "version": "4.2.1", + "version": "4.2.2", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.2.0", "swr": "^2.1.1", - "@siafoundation/walletd-types": "0.3.1" + "@siafoundation/walletd-types": "0.3.2" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-types/CHANGELOG.md b/libs/walletd-types/CHANGELOG.md index 3ad0877e2..699c6721c 100644 --- a/libs/walletd-types/CHANGELOG.md +++ b/libs/walletd-types/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/walletd-types +## 0.3.2 + +### Patch Changes + +- Updated dependencies [24b47560] + - @siafoundation/types@0.4.0 + ## 0.3.1 ### Patch Changes diff --git a/libs/walletd-types/package.json b/libs/walletd-types/package.json index e88865aa7..fa90660a6 100644 --- a/libs/walletd-types/package.json +++ b/libs/walletd-types/package.json @@ -1,10 +1,10 @@ { "name": "@siafoundation/walletd-types", "description": "Types for `walletd`.", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "dependencies": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" }, "types": "./src/index.d.ts" } diff --git a/package-lock.json b/package-lock.json index dc07d7ebe..6db0546ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -238,16 +238,16 @@ "license": "MIT" }, "apps/walletd": { - "version": "0.22.2", + "version": "0.22.3", "license": "MIT" }, "apps/website": { - "version": "0.51.1", + "version": "0.52.0", "license": "MIT" }, "libs/data-sources": { "name": "@siafoundation/data-sources", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "dependencies": { "@notionhq/client": "^2.2.8", @@ -263,7 +263,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "4.4.0", + "version": "4.4.1", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0", @@ -288,7 +288,7 @@ "@siafoundation/react-core": "^1.2.0", "@siafoundation/react-icons": "^0.2.3", "@siafoundation/sia-central-react": "^3.1.1", - "@siafoundation/types": "^0.3.0", + "@siafoundation/types": "^0.4.0", "@siafoundation/units": "^3.0.2", "@tailwindcss/container-queries": "^0.1.1", "@technically/lodash": "^4.17.0", @@ -367,29 +367,29 @@ }, "libs/hostd-js": { "name": "@siafoundation/hostd-js", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { - "@siafoundation/hostd-types": "0.1.2", + "@siafoundation/hostd-types": "0.1.3", "@siafoundation/request": "0.2.0" } }, "libs/hostd-react": { "name": "@siafoundation/hostd-react", - "version": "4.2.1", + "version": "4.2.2", "license": "MIT", "dependencies": { - "@siafoundation/hostd-types": "0.1.2", + "@siafoundation/hostd-types": "0.1.3", "@siafoundation/react-core": "^1.2.0", "swr": "^2.1.1" } }, "libs/hostd-types": { "name": "@siafoundation/hostd-types", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" } }, "libs/mock-sia-central": { @@ -520,31 +520,31 @@ }, "libs/renterd-js": { "name": "@siafoundation/renterd-js", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { - "@siafoundation/renterd-types": "0.2.2", + "@siafoundation/renterd-types": "0.2.3", "@siafoundation/request": "0.2.0", "axios": "^0.27.2" } }, "libs/renterd-react": { "name": "@siafoundation/renterd-react", - "version": "4.2.2", + "version": "4.2.3", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.2.1", - "@siafoundation/renterd-types": "0.2.2", + "@siafoundation/renterd-types": "0.2.3", "@technically/lodash": "^4.17.0", "swr": "^2.1.1" } }, "libs/renterd-types": { "name": "@siafoundation/renterd-types", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "dependencies": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" } }, "libs/request": { @@ -558,10 +558,10 @@ }, "libs/sdk": { "name": "@siafoundation/sdk", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { - "@siafoundation/types": "0.3.0" + "@siafoundation/types": "0.4.0" }, "devDependencies": { "undici": "5.28.3" @@ -644,7 +644,7 @@ }, "libs/types": { "name": "@siafoundation/types", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT" }, "libs/units": { @@ -661,41 +661,41 @@ }, "libs/walletd-js": { "name": "@siafoundation/walletd-js", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/walletd-types": "0.3.1" + "@siafoundation/walletd-types": "0.3.2" } }, "libs/walletd-mock": { "name": "@siafoundation/walletd-mock", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "dependencies": { "@siafoundation/sia-central-mock": "0.1.1", - "@siafoundation/types": "0.3.0", + "@siafoundation/types": "0.4.0", "@siafoundation/units": "3.0.2", - "@siafoundation/walletd-types": "0.3.1", + "@siafoundation/walletd-types": "0.3.2", "playwright": "^1.42.1" } }, "libs/walletd-react": { "name": "@siafoundation/walletd-react", - "version": "4.2.1", + "version": "4.2.2", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.2.0", - "@siafoundation/walletd-types": "0.3.1", + "@siafoundation/walletd-types": "0.3.2", "swr": "^2.1.1" } }, "libs/walletd-types": { "name": "@siafoundation/walletd-types", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "dependencies": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -33798,7 +33798,7 @@ "@siafoundation/react-core": "^1.2.0", "@siafoundation/react-icons": "^0.2.3", "@siafoundation/sia-central-react": "^3.1.1", - "@siafoundation/types": "^0.3.0", + "@siafoundation/types": "^0.4.0", "@siafoundation/units": "^3.0.2", "@tailwindcss/container-queries": "^0.1.1", "@technically/lodash": "^4.17.0", @@ -33853,14 +33853,14 @@ "@siafoundation/hostd-js": { "version": "file:libs/hostd-js", "requires": { - "@siafoundation/hostd-types": "0.1.2", + "@siafoundation/hostd-types": "0.1.3", "@siafoundation/request": "0.2.0" } }, "@siafoundation/hostd-react": { "version": "file:libs/hostd-react", "requires": { - "@siafoundation/hostd-types": "0.1.2", + "@siafoundation/hostd-types": "0.1.3", "@siafoundation/react-core": "^1.2.0", "swr": "^2.1.1" } @@ -33868,7 +33868,7 @@ "@siafoundation/hostd-types": { "version": "file:libs/hostd-types", "requires": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" } }, "@siafoundation/next": { @@ -33895,7 +33895,7 @@ "@siafoundation/renterd-js": { "version": "file:libs/renterd-js", "requires": { - "@siafoundation/renterd-types": "0.2.2", + "@siafoundation/renterd-types": "0.2.3", "@siafoundation/request": "0.2.0", "axios": "^0.27.2" } @@ -33904,7 +33904,7 @@ "version": "file:libs/renterd-react", "requires": { "@siafoundation/react-core": "^1.2.1", - "@siafoundation/renterd-types": "0.2.2", + "@siafoundation/renterd-types": "0.2.3", "@technically/lodash": "^4.17.0", "swr": "^2.1.1" } @@ -33912,7 +33912,7 @@ "@siafoundation/renterd-types": { "version": "file:libs/renterd-types", "requires": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" } }, "@siafoundation/request": { @@ -33925,7 +33925,7 @@ "@siafoundation/sdk": { "version": "file:libs/sdk", "requires": { - "@siafoundation/types": "0.3.0", + "@siafoundation/types": "0.4.0", "undici": "5.28.3" } }, @@ -33970,16 +33970,16 @@ "version": "file:libs/walletd-js", "requires": { "@siafoundation/request": "0.2.0", - "@siafoundation/walletd-types": "0.3.1" + "@siafoundation/walletd-types": "0.3.2" } }, "@siafoundation/walletd-mock": { "version": "file:libs/walletd-mock", "requires": { "@siafoundation/sia-central-mock": "0.1.1", - "@siafoundation/types": "0.3.0", + "@siafoundation/types": "0.4.0", "@siafoundation/units": "3.0.2", - "@siafoundation/walletd-types": "0.3.1", + "@siafoundation/walletd-types": "0.3.2", "playwright": "^1.42.1" } }, @@ -33987,14 +33987,14 @@ "version": "file:libs/walletd-react", "requires": { "@siafoundation/react-core": "^1.2.0", - "@siafoundation/walletd-types": "0.3.1", + "@siafoundation/walletd-types": "0.3.2", "swr": "^2.1.1" } }, "@siafoundation/walletd-types": { "version": "file:libs/walletd-types", "requires": { - "@siafoundation/types": "^0.3.0" + "@siafoundation/types": "^0.4.0" } }, "@sinclair/typebox": {