From 3dbd63b8dc4029021bc4531d55e9c1917850bf62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Dec 2024 20:11:07 +0000 Subject: [PATCH] chore: release packages --- .changeset/cold-keys-wash.md | 5 --- .changeset/cuddly-balloons-raise.md | 7 ----- .changeset/cyan-lamps-hang.md | 5 --- .changeset/fluffy-owls-tan.md | 5 --- .changeset/fluffy-snails-hope.md | 5 --- .changeset/hip-years-sin.md | 5 --- .changeset/long-llamas-develop.md | 5 --- .changeset/nice-maps-dress.md | 5 --- .changeset/nine-crabs-beg.md | 5 --- .changeset/old-planes-happen.md | 5 --- .changeset/real-zebras-hang.md | 5 --- .changeset/silly-zebras-collect.md | 5 --- .changeset/slow-tools-cheat.md | 5 --- .changeset/spotty-fans-shave.md | 7 ----- .changeset/stupid-clocks-fail.md | 5 --- .changeset/swift-seals-sin.md | 5 --- apps/hostd/CHANGELOG.md | 10 ++++++ apps/hostd/package.json | 2 +- apps/renterd/CHANGELOG.md | 16 ++++++++++ apps/renterd/package.json | 2 +- apps/walletd/CHANGELOG.md | 10 ++++++ apps/walletd/package.json | 2 +- libs/clusterd/CHANGELOG.md | 6 ++++ libs/clusterd/package.json | 4 +-- libs/design-system/CHANGELOG.md | 16 ++++++++++ libs/design-system/package.json | 4 +-- libs/e2e/CHANGELOG.md | 7 +++++ libs/e2e/package.json | 4 +-- libs/react-core/CHANGELOG.md | 6 ++++ libs/react-core/package.json | 2 +- libs/renterd-js/CHANGELOG.md | 7 +++++ libs/renterd-js/package.json | 4 +-- libs/renterd-react/CHANGELOG.md | 9 ++++++ libs/renterd-react/package.json | 6 ++-- libs/renterd-types/CHANGELOG.md | 8 +++++ libs/renterd-types/package.json | 4 +-- package-lock.json | 49 +++++++++++++++-------------- 37 files changed, 137 insertions(+), 125 deletions(-) delete mode 100644 .changeset/cold-keys-wash.md delete mode 100644 .changeset/cuddly-balloons-raise.md delete mode 100644 .changeset/cyan-lamps-hang.md delete mode 100644 .changeset/fluffy-owls-tan.md delete mode 100644 .changeset/fluffy-snails-hope.md delete mode 100644 .changeset/hip-years-sin.md delete mode 100644 .changeset/long-llamas-develop.md delete mode 100644 .changeset/nice-maps-dress.md delete mode 100644 .changeset/nine-crabs-beg.md delete mode 100644 .changeset/old-planes-happen.md delete mode 100644 .changeset/real-zebras-hang.md delete mode 100644 .changeset/silly-zebras-collect.md delete mode 100644 .changeset/slow-tools-cheat.md delete mode 100644 .changeset/spotty-fans-shave.md delete mode 100644 .changeset/stupid-clocks-fail.md delete mode 100644 .changeset/swift-seals-sin.md diff --git a/.changeset/cold-keys-wash.md b/.changeset/cold-keys-wash.md deleted file mode 100644 index eba16a12e..000000000 --- a/.changeset/cold-keys-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/renterd-types': patch ---- - -Host and contract responses are now Nullable rather than Maybe, since empty responses return null. diff --git a/.changeset/cuddly-balloons-raise.md b/.changeset/cuddly-balloons-raise.md deleted file mode 100644 index 9c497de96..000000000 --- a/.changeset/cuddly-balloons-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hostd': patch -'renterd': patch -'walletd': patch ---- - -Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page. diff --git a/.changeset/cyan-lamps-hang.md b/.changeset/cyan-lamps-hang.md deleted file mode 100644 index 362678534..000000000 --- a/.changeset/cyan-lamps-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -useTableState now handles column filtering. diff --git a/.changeset/fluffy-owls-tan.md b/.changeset/fluffy-owls-tan.md deleted file mode 100644 index d3bd76835..000000000 --- a/.changeset/fluffy-owls-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -Fixed a bug where pagination did now work on the file uploads list. diff --git a/.changeset/fluffy-snails-hope.md b/.changeset/fluffy-snails-hope.md deleted file mode 100644 index 56d75597b..000000000 --- a/.changeset/fluffy-snails-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/react-core': minor ---- - -Added maybeFromNullishArrayResponse for casting null empty array responses to []. diff --git a/.changeset/hip-years-sin.md b/.changeset/hip-years-sin.md deleted file mode 100644 index 876c3fb4c..000000000 --- a/.changeset/hip-years-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -Refactored useDatasetState to include a noneOnPage state, a renamed loaded state, and a more explicit API. diff --git a/.changeset/long-llamas-develop.md b/.changeset/long-llamas-develop.md deleted file mode 100644 index a9185e211..000000000 --- a/.changeset/long-llamas-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The contracts explorer no longer supports filtering by host IP. diff --git a/.changeset/nice-maps-dress.md b/.changeset/nice-maps-dress.md deleted file mode 100644 index 63fca2494..000000000 --- a/.changeset/nice-maps-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -PaginationMarker now takes an explicit nextMarker and also an optional marker. If the current marker is not passed at all, previous page navigation is always enabled. diff --git a/.changeset/nine-crabs-beg.md b/.changeset/nine-crabs-beg.md deleted file mode 100644 index 49b3de3d0..000000000 --- a/.changeset/nine-crabs-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The blocklist dialog no longer shows how many active contacts match a suggestion. diff --git a/.changeset/old-planes-happen.md b/.changeset/old-planes-happen.md deleted file mode 100644 index 1f2efd2c3..000000000 --- a/.changeset/old-planes-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': patch ---- - -Fixed a bug where pagination did not work on the file explorer. diff --git a/.changeset/real-zebras-hang.md b/.changeset/real-zebras-hang.md deleted file mode 100644 index 6a1dca7ad..000000000 --- a/.changeset/real-zebras-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The contracts explorer no longer includes a column for host IP. diff --git a/.changeset/silly-zebras-collect.md b/.changeset/silly-zebras-collect.md deleted file mode 100644 index 8e963268a..000000000 --- a/.changeset/silly-zebras-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -Renamed enabledColumns to visibleColumns and removed disabled categories from useTableState. diff --git a/.changeset/slow-tools-cheat.md b/.changeset/slow-tools-cheat.md deleted file mode 100644 index 4b0f94c94..000000000 --- a/.changeset/slow-tools-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -Added EmptyState component for handling all dataset empty states with custom or default components. diff --git a/.changeset/spotty-fans-shave.md b/.changeset/spotty-fans-shave.md deleted file mode 100644 index 92f5eaf72..000000000 --- a/.changeset/spotty-fans-shave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hostd': minor -'renterd': minor -'walletd': minor ---- - -Data tables now show an empty state when viewing a page greater than the first page with no data. diff --git a/.changeset/stupid-clocks-fail.md b/.changeset/stupid-clocks-fail.md deleted file mode 100644 index 474024ac4..000000000 --- a/.changeset/stupid-clocks-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -useTableState now supports a defaultSortDirection. diff --git a/.changeset/swift-seals-sin.md b/.changeset/swift-seals-sin.md deleted file mode 100644 index 6e69b6c27..000000000 --- a/.changeset/swift-seals-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The contracts multi-select menu no longer supports bulk blocklist actions. diff --git a/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index 933ce02a1..338d237b9 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -1,5 +1,15 @@ # hostd +## 0.55.0 + +### Minor Changes + +- b7e5ea12: Data tables now show an empty state when viewing a page greater than the first page with no data. + +### Patch Changes + +- b7e5ea12: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page. + ## 0.54.0 ### Minor Changes diff --git a/apps/hostd/package.json b/apps/hostd/package.json index d45881b02..1aa52205f 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.54.0", + "version": "0.55.0", "private": true, "license": "MIT" } diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index 095b1ab21..93af39106 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,21 @@ # renterd +## 0.72.0 + +### Minor Changes + +- a5a5d09a: The contracts explorer no longer supports filtering by host IP. +- a5a5d09a: The blocklist dialog no longer shows how many active contacts match a suggestion. +- a5a5d09a: The contracts explorer no longer includes a column for host IP. +- b7e5ea12: Data tables now show an empty state when viewing a page greater than the first page with no data. +- a5a5d09a: The contracts multi-select menu no longer supports bulk blocklist actions. + +### Patch Changes + +- b7e5ea12: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page. +- b7e5ea12: Fixed a bug where pagination did now work on the file uploads list. +- b7e5ea12: Fixed a bug where pagination did not work on the file explorer. + ## 0.71.0 ### Minor Changes diff --git a/apps/renterd/package.json b/apps/renterd/package.json index 03feca05b..e2b18bcf6 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.71.0", + "version": "0.72.0", "private": true, "license": "MIT" } diff --git a/apps/walletd/CHANGELOG.md b/apps/walletd/CHANGELOG.md index e8bb58725..9042161c0 100644 --- a/apps/walletd/CHANGELOG.md +++ b/apps/walletd/CHANGELOG.md @@ -1,5 +1,15 @@ # walletd +## 0.27.0 + +### Minor Changes + +- b7e5ea12: Data tables now show an empty state when viewing a page greater than the first page with no data. + +### Patch Changes + +- b7e5ea12: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page. + ## 0.26.0 ### Minor Changes diff --git a/apps/walletd/package.json b/apps/walletd/package.json index d3e44036b..546c25228 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.26.0", + "version": "0.27.0", "private": true, "license": "MIT" } diff --git a/libs/clusterd/CHANGELOG.md b/libs/clusterd/CHANGELOG.md index 72f98b9c5..b717c9515 100644 --- a/libs/clusterd/CHANGELOG.md +++ b/libs/clusterd/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/clusterd +## 0.1.3 + +### Patch Changes + +- @siafoundation/renterd-js@0.12.2 + ## 0.1.2 ### Patch Changes diff --git a/libs/clusterd/package.json b/libs/clusterd/package.json index d1027b781..7d520c050 100644 --- a/libs/clusterd/package.json +++ b/libs/clusterd/package.json @@ -1,13 +1,13 @@ { "name": "@siafoundation/clusterd", "description": "Methods controlling clusterd in e2e testing.", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "private": true, "dependencies": { "@technically/lodash": "^4.17.0", "axios": "^0.27.2", - "@siafoundation/renterd-js": "0.12.1", + "@siafoundation/renterd-js": "0.12.2", "@siafoundation/units": "3.3.0", "@siafoundation/hostd-js": "0.4.0", "@siafoundation/types": "0.7.0" diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index 31b38bd49..129e1625b 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 4.15.0 + +### Minor Changes + +- 2f3f9ab0: useTableState now handles column filtering. +- b7e5ea12: Refactored useDatasetState to include a noneOnPage state, a renamed loaded state, and a more explicit API. +- b7e5ea12: PaginationMarker now takes an explicit nextMarker and also an optional marker. If the current marker is not passed at all, previous page navigation is always enabled. +- 2f3f9ab0: Renamed enabledColumns to visibleColumns and removed disabled categories from useTableState. +- b7e5ea12: Added EmptyState component for handling all dataset empty states with custom or default components. +- e983c15f: useTableState now supports a defaultSortDirection. + +### Patch Changes + +- Updated dependencies [b7e5ea12] + - @siafoundation/react-core@1.6.0 + ## 4.14.0 ### Minor Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 03b9e21d3..d200d3a22 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/design-system", "description": "React-based design system used across Sia apps and websites.", - "version": "4.14.0", + "version": "4.15.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0" }, "dependencies": { "@siafoundation/react-icons": "^0.3.0", - "@siafoundation/react-core": "^1.5.0", + "@siafoundation/react-core": "^1.6.0", "@siafoundation/units": "^3.3.0", "@siafoundation/types": "^0.7.0", "@siafoundation/next": "^0.1.3", diff --git a/libs/e2e/CHANGELOG.md b/libs/e2e/CHANGELOG.md index 5a0fcec12..054a729d5 100644 --- a/libs/e2e/CHANGELOG.md +++ b/libs/e2e/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/e2e +## 0.3.1 + +### Patch Changes + +- Updated dependencies [b7e5ea12] + - @siafoundation/react-core@1.6.0 + ## 0.3.0 ### Minor Changes diff --git a/libs/e2e/package.json b/libs/e2e/package.json index 6f6af5de6..a195211c4 100644 --- a/libs/e2e/package.json +++ b/libs/e2e/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/e2e", "description": "Shared e2e testing code.", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@playwright/test": "^1.36.0", "playwright": "^1.42.1", - "@siafoundation/react-core": "1.5.0" + "@siafoundation/react-core": "1.6.0" }, "types": "./src/index.d.ts" } diff --git a/libs/react-core/CHANGELOG.md b/libs/react-core/CHANGELOG.md index fc180a665..58536f377 100644 --- a/libs/react-core/CHANGELOG.md +++ b/libs/react-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/react-core +## 1.6.0 + +### Minor Changes + +- b7e5ea12: Added maybeFromNullishArrayResponse for casting null empty array responses to []. + ## 1.5.0 ### Minor Changes diff --git a/libs/react-core/package.json b/libs/react-core/package.json index c741a0089..168f4be5a 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.5.0", + "version": "1.6.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0", diff --git a/libs/renterd-js/CHANGELOG.md b/libs/renterd-js/CHANGELOG.md index 10a19a54c..47340f514 100644 --- a/libs/renterd-js/CHANGELOG.md +++ b/libs/renterd-js/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/renterd-js +## 0.12.2 + +### Patch Changes + +- Updated dependencies [b7e5ea12] + - @siafoundation/renterd-types@0.14.1 + ## 0.12.1 ### Patch Changes diff --git a/libs/renterd-js/package.json b/libs/renterd-js/package.json index 1d9821707..42a735c23 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.1", + "version": "0.12.2", "license": "MIT", "dependencies": { - "@siafoundation/renterd-types": "0.14.0", + "@siafoundation/renterd-types": "0.14.1", "@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 1115f5546..2e843d934 100644 --- a/libs/renterd-react/CHANGELOG.md +++ b/libs/renterd-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @siafoundation/renterd-react +## 4.13.3 + +### Patch Changes + +- Updated dependencies [b7e5ea12] +- Updated dependencies [b7e5ea12] + - @siafoundation/renterd-types@0.14.1 + - @siafoundation/react-core@1.6.0 + ## 4.13.2 ### Patch Changes diff --git a/libs/renterd-react/package.json b/libs/renterd-react/package.json index 66534402c..73a46ba1b 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.2", + "version": "4.13.3", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", - "@siafoundation/react-core": "^1.5.0", + "@siafoundation/react-core": "^1.6.0", "swr": "^2.1.1", - "@siafoundation/renterd-types": "0.14.0", + "@siafoundation/renterd-types": "0.14.1", "@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 aa3bb8530..b83f3ae9e 100644 --- a/libs/renterd-types/CHANGELOG.md +++ b/libs/renterd-types/CHANGELOG.md @@ -1,5 +1,13 @@ # @siafoundation/renterd-types +## 0.14.1 + +### Patch Changes + +- b7e5ea12: Host and contract responses are now Nullable rather than Maybe, since empty responses return null. +- Updated dependencies [b7e5ea12] + - @siafoundation/react-core@1.6.0 + ## 0.14.0 ### Minor Changes diff --git a/libs/renterd-types/package.json b/libs/renterd-types/package.json index fee1c5ce0..7b2e4db7b 100644 --- a/libs/renterd-types/package.json +++ b/libs/renterd-types/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/renterd-types", "description": "Types for `renterd`.", - "version": "0.14.0", + "version": "0.14.1", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.7.0", - "@siafoundation/react-core": "^1.5.0" + "@siafoundation/react-core": "^1.6.0" }, "types": "./src/index.d.ts" } diff --git a/package-lock.json b/package-lock.json index 1f800f7a8..eb57d2488 100644 --- a/package-lock.json +++ b/package-lock.json @@ -225,11 +225,11 @@ "license": "MIT" }, "apps/hostd": { - "version": "0.54.0", + "version": "0.55.0", "license": "MIT" }, "apps/renterd": { - "version": "0.71.0", + "version": "0.72.0", "license": "MIT" }, "apps/siad": { @@ -239,7 +239,7 @@ "license": "MIT" }, "apps/walletd": { - "version": "0.26.0", + "version": "0.27.0", "license": "MIT" }, "apps/website": { @@ -248,11 +248,11 @@ }, "libs/clusterd": { "name": "@siafoundation/clusterd", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@siafoundation/hostd-js": "0.4.0", - "@siafoundation/renterd-js": "0.12.1", + "@siafoundation/renterd-js": "0.12.2", "@siafoundation/types": "0.7.0", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", @@ -277,7 +277,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "4.14.0", + "version": "4.15.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0", @@ -300,7 +300,7 @@ "@radix-ui/react-visually-hidden": "^1.1.0", "@react-spring/web": "^9.7.3", "@siafoundation/next": "^0.1.3", - "@siafoundation/react-core": "^1.5.0", + "@siafoundation/react-core": "^1.6.0", "@siafoundation/react-icons": "^0.3.0", "@siafoundation/types": "^0.7.0", "@siafoundation/units": "^3.3.0", @@ -355,11 +355,11 @@ }, "libs/e2e": { "name": "@siafoundation/e2e", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@playwright/test": "^1.36.0", - "@siafoundation/react-core": "1.5.0", + "@siafoundation/react-core": "1.6.0", "playwright": "^1.42.1" } }, @@ -494,7 +494,7 @@ }, "libs/react-core": { "name": "@siafoundation/react-core", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "@siafoundation/next": "^0.1.3", @@ -510,6 +510,7 @@ "undici": "5.28.3" }, "peerDependencies": { + "@siafoundation/types": "0.7.0", "react": "^18.2.0" } }, @@ -575,20 +576,20 @@ }, "libs/renterd-js": { "name": "@siafoundation/renterd-js", - "version": "0.12.1", + "version": "0.12.2", "license": "MIT", "dependencies": { - "@siafoundation/renterd-types": "0.14.0", + "@siafoundation/renterd-types": "0.14.1", "@siafoundation/request": "0.2.0" } }, "libs/renterd-react": { "name": "@siafoundation/renterd-react", - "version": "4.13.2", + "version": "4.13.3", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "^1.5.0", - "@siafoundation/renterd-types": "0.14.0", + "@siafoundation/react-core": "^1.6.0", + "@siafoundation/renterd-types": "0.14.1", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "swr": "^2.1.1" @@ -596,10 +597,10 @@ }, "libs/renterd-types": { "name": "@siafoundation/renterd-types", - "version": "0.14.0", + "version": "0.14.1", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "^1.5.0", + "@siafoundation/react-core": "^1.6.0", "@siafoundation/types": "^0.7.0" } }, @@ -38124,7 +38125,7 @@ "version": "file:libs/clusterd", "requires": { "@siafoundation/hostd-js": "0.4.0", - "@siafoundation/renterd-js": "0.12.1", + "@siafoundation/renterd-js": "0.12.2", "@siafoundation/types": "0.7.0", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", @@ -38168,7 +38169,7 @@ "@radix-ui/react-visually-hidden": "^1.1.0", "@react-spring/web": "^9.7.3", "@siafoundation/next": "^0.1.3", - "@siafoundation/react-core": "^1.5.0", + "@siafoundation/react-core": "^1.6.0", "@siafoundation/react-icons": "^0.3.0", "@siafoundation/types": "^0.7.0", "@siafoundation/units": "^3.3.0", @@ -38220,7 +38221,7 @@ "version": "file:libs/e2e", "requires": { "@playwright/test": "^1.36.0", - "@siafoundation/react-core": "1.5.0", + "@siafoundation/react-core": "1.6.0", "playwright": "^1.42.1" } }, @@ -38299,15 +38300,15 @@ "@siafoundation/renterd-js": { "version": "file:libs/renterd-js", "requires": { - "@siafoundation/renterd-types": "0.14.0", + "@siafoundation/renterd-types": "0.14.1", "@siafoundation/request": "0.2.0" } }, "@siafoundation/renterd-react": { "version": "file:libs/renterd-react", "requires": { - "@siafoundation/react-core": "^1.5.0", - "@siafoundation/renterd-types": "0.14.0", + "@siafoundation/react-core": "^1.6.0", + "@siafoundation/renterd-types": "0.14.1", "@siafoundation/units": "3.3.0", "@technically/lodash": "^4.17.0", "swr": "^2.1.1" @@ -38316,7 +38317,7 @@ "@siafoundation/renterd-types": { "version": "file:libs/renterd-types", "requires": { - "@siafoundation/react-core": "^1.5.0", + "@siafoundation/react-core": "^1.6.0", "@siafoundation/types": "^0.7.0" } },