From 8010cbf76f1a0314f822bd10e032aa16555896de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jan 2024 20:08:26 +0000 Subject: [PATCH] chore: release packages --- .changeset/khaki-badgers-leave.md | 10 ---------- .changeset/rare-oranges-repeat.md | 5 ----- .changeset/small-sloths-relate.md | 5 ----- apps/explorer/CHANGELOG.md | 6 ++++++ apps/explorer/package.json | 2 +- apps/hostd/CHANGELOG.md | 6 ++++++ apps/hostd/package.json | 2 +- apps/renterd/CHANGELOG.md | 6 ++++++ apps/renterd/package.json | 2 +- apps/walletd/CHANGELOG.md | 6 ++++++ apps/walletd/package.json | 2 +- apps/website/CHANGELOG.md | 7 +++++++ apps/website/package.json | 2 +- libs/design-system/CHANGELOG.md | 6 ++++++ libs/design-system/package.json | 2 +- libs/fonts/CHANGELOG.md | 6 ++++++ libs/fonts/package.json | 2 +- package-lock.json | 14 +++++++------- 18 files changed, 57 insertions(+), 34 deletions(-) delete mode 100644 .changeset/khaki-badgers-leave.md delete mode 100644 .changeset/rare-oranges-repeat.md delete mode 100644 .changeset/small-sloths-relate.md diff --git a/.changeset/khaki-badgers-leave.md b/.changeset/khaki-badgers-leave.md deleted file mode 100644 index 1a2a80e7c..000000000 --- a/.changeset/khaki-badgers-leave.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'website': minor -'@siafoundation/design-system': minor -'explorer': minor -'hostd': minor -'renterd': minor -'walletd': minor ---- - -Fixed an issue with the copy to clipboard feature. diff --git a/.changeset/rare-oranges-repeat.md b/.changeset/rare-oranges-repeat.md deleted file mode 100644 index b48887c1e..000000000 --- a/.changeset/rare-oranges-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/fonts': minor ---- - -Localize next fonts. diff --git a/.changeset/small-sloths-relate.md b/.changeset/small-sloths-relate.md deleted file mode 100644 index 998d31ded..000000000 --- a/.changeset/small-sloths-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'website': minor ---- - -Improve links with more verbose text. diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 20549c331..3151c94dd 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # explorer +## 0.11.0 + +### Minor Changes + +- 0fc1c36c: Fixed an issue with the copy to clipboard feature. + ## 0.10.4 ### Patch Changes diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 9ba11570e..8fa2fad18 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.10.4", + "version": "0.11.0", "private": true, "license": "MIT" } diff --git a/apps/hostd/CHANGELOG.md b/apps/hostd/CHANGELOG.md index a90328b58..e5a43dbe5 100644 --- a/apps/hostd/CHANGELOG.md +++ b/apps/hostd/CHANGELOG.md @@ -1,5 +1,11 @@ # hostd +## 0.32.0 + +### Minor Changes + +- 0fc1c36c: Fixed an issue with the copy to clipboard feature. + ## 0.31.4 ### Patch Changes diff --git a/apps/hostd/package.json b/apps/hostd/package.json index 1e0f07f34..a35d7c2b6 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.31.4", + "version": "0.32.0", "private": true, "license": "MIT" } diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index 2983772a6..08cf36df0 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,11 @@ # renterd +## 0.41.0 + +### Minor Changes + +- 0fc1c36c: Fixed an issue with the copy to clipboard feature. + ## 0.40.0 ### Minor Changes diff --git a/apps/renterd/package.json b/apps/renterd/package.json index 95327f948..62b6b92ca 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.40.0", + "version": "0.41.0", "private": true, "license": "MIT" } diff --git a/apps/walletd/CHANGELOG.md b/apps/walletd/CHANGELOG.md index c86c375c8..f6e50a2cd 100644 --- a/apps/walletd/CHANGELOG.md +++ b/apps/walletd/CHANGELOG.md @@ -1,5 +1,11 @@ # walletd +## 0.16.0 + +### Minor Changes + +- 0fc1c36c: Fixed an issue with the copy to clipboard feature. + ## 0.15.5 ### Patch Changes diff --git a/apps/walletd/package.json b/apps/walletd/package.json index d5a6a772a..10b28c0d7 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.15.5", + "version": "0.16.0", "private": true, "license": "MIT" } diff --git a/apps/website/CHANGELOG.md b/apps/website/CHANGELOG.md index e9f2303ae..3bace77c4 100644 --- a/apps/website/CHANGELOG.md +++ b/apps/website/CHANGELOG.md @@ -1,5 +1,12 @@ # website +## 0.47.0 + +### Minor Changes + +- 0fc1c36c: Fixed an issue with the copy to clipboard feature. +- 2757ad9a: Improve links with more verbose text. + ## 0.46.4 ### Patch Changes diff --git a/apps/website/package.json b/apps/website/package.json index 01ea46b34..74ba32aab 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.46.4", + "version": "0.47.0", "private": true, "license": "MIT" } diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index 5f33b840c..acae8d0c9 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- 0fc1c36c: Fixed an issue with the copy to clipboard feature. + ## 1.0.16 ### Patch Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index d002133b8..6336a747e 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": "1.0.16", + "version": "1.1.0", "license": "MIT", "peerDependencies": { "@siafoundation/react-icons": "^0.1.6", diff --git a/libs/fonts/CHANGELOG.md b/libs/fonts/CHANGELOG.md index d7d179a30..a09cce383 100644 --- a/libs/fonts/CHANGELOG.md +++ b/libs/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/fonts +## 0.2.0 + +### Minor Changes + +- 96cae6d7: Localize next fonts. + ## 0.1.6 ### Patch Changes diff --git a/libs/fonts/package.json b/libs/fonts/package.json index f86372be9..44ea405d6 100644 --- a/libs/fonts/package.json +++ b/libs/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/fonts", "description": "Next font configuration for use across apps.", - "version": "0.1.6", + "version": "0.2.0", "license": "MIT", "peerDependencies": { "class-variance-authority": "^0.7.0", diff --git a/package-lock.json b/package-lock.json index 2b5b0e2fa..67fd07fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -211,7 +211,7 @@ "license": "MIT" }, "apps/explorer": { - "version": "0.10.4", + "version": "0.11.0", "license": "MIT" }, "apps/explorer-v1": { @@ -220,11 +220,11 @@ "license": "MIT" }, "apps/hostd": { - "version": "0.31.4", + "version": "0.32.0", "license": "MIT" }, "apps/renterd": { - "version": "0.40.0", + "version": "0.41.0", "license": "MIT" }, "apps/siad": { @@ -234,11 +234,11 @@ "license": "MIT" }, "apps/walletd": { - "version": "0.15.5", + "version": "0.16.0", "license": "MIT" }, "apps/website": { - "version": "0.46.4", + "version": "0.47.0", "license": "MIT" }, "libs/data-sources": { @@ -262,7 +262,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "1.0.16", + "version": "1.1.0", "license": "MIT", "dependencies": { "@radix-ui/react-accordion": "^1.0.0", @@ -343,7 +343,7 @@ }, "libs/fonts": { "name": "@siafoundation/fonts", - "version": "0.1.6", + "version": "0.2.0", "license": "MIT", "peerDependencies": { "class-variance-authority": "^0.7.0",