From e1f62e72eaff76f1874c73b6e1c3b0a4768b0a18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jun 2024 19:11:26 +0000 Subject: [PATCH] chore: release packages --- .changeset/clean-eggs-compare.md | 8 -------- .changeset/thin-doors-notice.md | 5 ----- apps/explorer/CHANGELOG.md | 6 ++++++ apps/explorer/package.json | 2 +- apps/walletd/CHANGELOG.md | 6 ++++++ apps/walletd/package.json | 2 +- libs/walletd-js/CHANGELOG.md | 8 ++++++++ libs/walletd-js/package.json | 4 ++-- libs/walletd-mock/CHANGELOG.md | 7 +++++++ libs/walletd-mock/package.json | 4 ++-- libs/walletd-react/CHANGELOG.md | 8 ++++++++ libs/walletd-react/package.json | 4 ++-- libs/walletd-types/CHANGELOG.md | 6 ++++++ libs/walletd-types/package.json | 2 +- package-lock.json | 24 ++++++++++++------------ 15 files changed, 62 insertions(+), 34 deletions(-) delete mode 100644 .changeset/clean-eggs-compare.md delete mode 100644 .changeset/thin-doors-notice.md diff --git a/.changeset/clean-eggs-compare.md b/.changeset/clean-eggs-compare.md deleted file mode 100644 index 9c2061e06..000000000 --- a/.changeset/clean-eggs-compare.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'walletd': patch -'@siafoundation/walletd-types': patch -'@siafoundation/walletd-js': patch -'@siafoundation/walletd-react': patch ---- - -Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141 diff --git a/.changeset/thin-doors-notice.md b/.changeset/thin-doors-notice.md deleted file mode 100644 index 2fb6811ec..000000000 --- a/.changeset/thin-doors-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'explorer': minor ---- - -Block hashes now show both leading and ending characters to improve legibility. Closes https://github.com/SiaFoundation/web/issues/451 diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md index 2657dc0fb..91e9f1a43 100644 --- a/apps/explorer/CHANGELOG.md +++ b/apps/explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # explorer +## 0.16.0 + +### Minor Changes + +- 51f389a2: Block hashes now show both leading and ending characters to improve legibility. Closes https://github.com/SiaFoundation/web/issues/451 + ## 0.15.0 ### Minor Changes diff --git a/apps/explorer/package.json b/apps/explorer/package.json index 1b5617057..5fab23141 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.15.0", + "version": "0.16.0", "private": true, "license": "MIT" } diff --git a/apps/walletd/CHANGELOG.md b/apps/walletd/CHANGELOG.md index 373b3c3da..91e9c9512 100644 --- a/apps/walletd/CHANGELOG.md +++ b/apps/walletd/CHANGELOG.md @@ -1,5 +1,11 @@ # walletd +## 0.22.1 + +### Patch Changes + +- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141 + ## 0.22.0 ### Minor Changes diff --git a/apps/walletd/package.json b/apps/walletd/package.json index 4ac034aac..471575383 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.0", + "version": "0.22.1", "private": true, "license": "MIT" } diff --git a/libs/walletd-js/CHANGELOG.md b/libs/walletd-js/CHANGELOG.md index adf62496e..52a8cbf46 100644 --- a/libs/walletd-js/CHANGELOG.md +++ b/libs/walletd-js/CHANGELOG.md @@ -1,5 +1,13 @@ # @siafoundation/walletd-js +## 0.2.1 + +### Patch Changes + +- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141 +- Updated dependencies [4806f299] + - @siafoundation/walletd-types@0.3.1 + ## 0.2.0 ### Minor Changes diff --git a/libs/walletd-js/package.json b/libs/walletd-js/package.json index a9a8f7087..fe64daf05 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.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/walletd-types": "0.3.0" + "@siafoundation/walletd-types": "0.3.1" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-mock/CHANGELOG.md b/libs/walletd-mock/CHANGELOG.md index 5d3e4ee4d..820fa5318 100644 --- a/libs/walletd-mock/CHANGELOG.md +++ b/libs/walletd-mock/CHANGELOG.md @@ -1,5 +1,12 @@ # @siafoundation/walletd-mock +## 0.1.5 + +### Patch Changes + +- Updated dependencies [4806f299] + - @siafoundation/walletd-types@0.3.1 + ## 0.1.4 ### Patch Changes diff --git a/libs/walletd-mock/package.json b/libs/walletd-mock/package.json index d1e6907e0..49fcc7006 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.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@siafoundation/types": "0.3.0", "@siafoundation/sia-central-mock": "0.1.1", "@siafoundation/units": "3.0.2", "playwright": "^1.42.1", - "@siafoundation/walletd-types": "0.3.0" + "@siafoundation/walletd-types": "0.3.1" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-react/CHANGELOG.md b/libs/walletd-react/CHANGELOG.md index d25326706..9bcc9d5f2 100644 --- a/libs/walletd-react/CHANGELOG.md +++ b/libs/walletd-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @siafoundation/walletd-react +## 4.2.1 + +### Patch Changes + +- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141 +- Updated dependencies [4806f299] + - @siafoundation/walletd-types@0.3.1 + ## 4.2.0 ### Minor Changes diff --git a/libs/walletd-react/package.json b/libs/walletd-react/package.json index 47951fe59..2bab26509 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.0", + "version": "4.2.1", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.2.0", "swr": "^2.1.1", - "@siafoundation/walletd-types": "0.3.0" + "@siafoundation/walletd-types": "0.3.1" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-types/CHANGELOG.md b/libs/walletd-types/CHANGELOG.md index 624877136..3ad0877e2 100644 --- a/libs/walletd-types/CHANGELOG.md +++ b/libs/walletd-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/walletd-types +## 0.3.1 + +### Patch Changes + +- 4806f299: Fixed a few inaccuracies in the event data types. Closes https://github.com/SiaFoundation/walletd/issues/141 + ## 0.3.0 ### Minor Changes diff --git a/libs/walletd-types/package.json b/libs/walletd-types/package.json index 726be95b7..e88865aa7 100644 --- a/libs/walletd-types/package.json +++ b/libs/walletd-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/walletd-types", "description": "Types for `walletd`.", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.3.0" diff --git a/package-lock.json b/package-lock.json index 4d5884938..910a27342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -215,7 +215,7 @@ "license": "MIT" }, "apps/explorer": { - "version": "0.15.0", + "version": "0.16.0", "license": "MIT" }, "apps/explorer-v1": { @@ -238,7 +238,7 @@ "license": "MIT" }, "apps/walletd": { - "version": "0.22.0", + "version": "0.22.1", "license": "MIT" }, "apps/website": { @@ -661,38 +661,38 @@ }, "libs/walletd-js": { "name": "@siafoundation/walletd-js", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@siafoundation/request": "0.2.0", - "@siafoundation/walletd-types": "0.3.0" + "@siafoundation/walletd-types": "0.3.1" } }, "libs/walletd-mock": { "name": "@siafoundation/walletd-mock", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@siafoundation/sia-central-mock": "0.1.1", "@siafoundation/types": "0.3.0", "@siafoundation/units": "3.0.2", - "@siafoundation/walletd-types": "0.3.0", + "@siafoundation/walletd-types": "0.3.1", "playwright": "^1.42.1" } }, "libs/walletd-react": { "name": "@siafoundation/walletd-react", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "dependencies": { "@siafoundation/react-core": "^1.2.0", - "@siafoundation/walletd-types": "0.3.0", + "@siafoundation/walletd-types": "0.3.1", "swr": "^2.1.1" } }, "libs/walletd-types": { "name": "@siafoundation/walletd-types", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.3.0" @@ -33970,7 +33970,7 @@ "version": "file:libs/walletd-js", "requires": { "@siafoundation/request": "0.2.0", - "@siafoundation/walletd-types": "0.3.0" + "@siafoundation/walletd-types": "0.3.1" } }, "@siafoundation/walletd-mock": { @@ -33979,7 +33979,7 @@ "@siafoundation/sia-central-mock": "0.1.1", "@siafoundation/types": "0.3.0", "@siafoundation/units": "3.0.2", - "@siafoundation/walletd-types": "0.3.0", + "@siafoundation/walletd-types": "0.3.1", "playwright": "^1.42.1" } }, @@ -33987,7 +33987,7 @@ "version": "file:libs/walletd-react", "requires": { "@siafoundation/react-core": "^1.2.0", - "@siafoundation/walletd-types": "0.3.0", + "@siafoundation/walletd-types": "0.3.1", "swr": "^2.1.1" } },