From 0ff3f44df5cc3c2006dce52f80450333d2538650 Mon Sep 17 00:00:00 2001 From: swapkit Date: Wed, 26 Aug 2026 12:38:43 +0000 Subject: [PATCH] Version Packages --- .changeset/noir-wallet-zcash.md | 6 ------ .changeset/swapkit-sdk-36el3mv6gxftc.md | 17 --------------- .changeset/tonconnect-registry.md | 5 ----- packages/sdk/CHANGELOG.md | 8 +++++++ packages/sdk/package.json | 2 +- packages/wallet-extensions/CHANGELOG.md | 22 +++++++++++++++++++ packages/wallet-extensions/package.json | 2 +- packages/wallet-hardware/CHANGELOG.md | 18 ++++++++++++++++ packages/wallet-hardware/package.json | 2 +- packages/wallet-mobile/CHANGELOG.md | 18 ++++++++++++++++ packages/wallet-mobile/package.json | 2 +- packages/wallets/CHANGELOG.md | 28 +++++++++++++++++++++++++ packages/wallets/package.json | 2 +- 13 files changed, 99 insertions(+), 33 deletions(-) delete mode 100644 .changeset/noir-wallet-zcash.md delete mode 100644 .changeset/swapkit-sdk-36el3mv6gxftc.md delete mode 100644 .changeset/tonconnect-registry.md diff --git a/.changeset/noir-wallet-zcash.md b/.changeset/noir-wallet-zcash.md deleted file mode 100644 index 627d785..0000000 --- a/.changeset/noir-wallet-zcash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@swapkit/wallet-extensions": minor -"@swapkit/wallets": minor ---- - -Add Noir Wallet connector for Zcash (`connectNoirWallet`). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP_RETURN memo routes are rejected with `wallet_noir_wallet_memo_not_supported`. `NOIR_WALLET` and the `wallet_noir_wallet_*` error codes (80101-80103) register through the `@swapkit/helpers` 5.1.0 extensible registries. diff --git a/.changeset/swapkit-sdk-36el3mv6gxftc.md b/.changeset/swapkit-sdk-36el3mv6gxftc.md deleted file mode 100644 index 83ebfb3..0000000 --- a/.changeset/swapkit-sdk-36el3mv6gxftc.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@swapkit/sdk": patch -"@swapkit/wallet-extensions": patch -"@swapkit/wallet-hardware": patch -"@swapkit/wallet-mobile": patch -"@swapkit/wallets": patch ---- - -Update SwapKit SDK dependencies: - -- @swapkit/core: 5.0.2 → 5.0.3 -- @swapkit/helpers: 5.0.2 → 5.1.0 -- @swapkit/plugins: 5.0.0 → 5.0.3 -- @swapkit/server: 5.0.0 → 5.1.1 -- @swapkit/toolboxes: 5.1.1 → 5.1.2 -- @swapkit/wallet-core: 5.0.0 → 5.0.3 -- @swapkit/wallet-keystore: 5.0.0 → 5.0.3 diff --git a/.changeset/tonconnect-registry.md b/.changeset/tonconnect-registry.md deleted file mode 100644 index feb092b..0000000 --- a/.changeset/tonconnect-registry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@swapkit/wallets": patch ---- - -`TON_CONNECT` now registers through the `@swapkit/helpers` 5.1.0 extensible `WalletOption` registry (swapkit/sdk#346) instead of the interim outside-the-enum literal shim. No behavior change — the runtime value stays `"TON_CONNECT"`. diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 67eb6ae..f84ce10 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @swapkit/sdk +## 4.6.49 + +### Patch Changes + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Add Noir Wallet connector for Zcash (`connectNoirWallet`). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP*RETURN memo routes are rejected with `wallet_noir_wallet_memo_not_supported`. `NOIR_WALLET` and the `wallet_noir_wallet*\*`error codes (80101-80103) register through the`@swapkit/helpers` 5.1.0 extensible registries. (via @swapkit/wallets@4.12.0) +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - `TON_CONNECT` now registers through the `@swapkit/helpers` 5.1.0 extensible `WalletOption` registry (swapkit/sdk#346) instead of the interim outside-the-enum literal shim. No behavior change — the runtime value stays `"TON_CONNECT"`. (via @swapkit/wallets@4.12.0) + ## 4.6.48 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index c78a2fe..1978488 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -68,5 +68,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.6.48" + "version": "4.6.49" } diff --git a/packages/wallet-extensions/CHANGELOG.md b/packages/wallet-extensions/CHANGELOG.md index 591e745..cff02f8 100644 --- a/packages/wallet-extensions/CHANGELOG.md +++ b/packages/wallet-extensions/CHANGELOG.md @@ -1,5 +1,27 @@ # @swapkit-dev/wallet-extensions +## 4.6.0 + +### Minor Changes + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Add Noir Wallet connector for Zcash (`connectNoirWallet`). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP*RETURN memo routes are rejected with `wallet_noir_wallet_memo_not_supported`. `NOIR_WALLET` and the `wallet_noir_wallet*\*`error codes (80101-80103) register through the`@swapkit/helpers` 5.1.0 extensible registries. + +### Patch Changes + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/tokens@5.0.3) + - Update generated token lists. (via @swapkit/helpers@5.0.2) + - [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0) + - [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0) + - Update generated token lists. (via @swapkit/toolboxes@5.1.0) + - [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the + - Update generated token lists. (via @swapkit/tokens@5.0.2) + - Update generated token lists. (via @swapkit/tokens@5.0.1) + - Update generated token lists. (via @swapkit/helpers@5.0.1) + ## 4.5.30 ### Patch Changes diff --git a/packages/wallet-extensions/package.json b/packages/wallet-extensions/package.json index 6b9394b..2c7ffc7 100644 --- a/packages/wallet-extensions/package.json +++ b/packages/wallet-extensions/package.json @@ -172,5 +172,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.5.30" + "version": "4.6.0" } diff --git a/packages/wallet-hardware/CHANGELOG.md b/packages/wallet-hardware/CHANGELOG.md index 2535d0f..28a796d 100644 --- a/packages/wallet-hardware/CHANGELOG.md +++ b/packages/wallet-hardware/CHANGELOG.md @@ -1,5 +1,23 @@ # @swapkit-dev/wallet-hardware +## 4.9.33 + +### Patch Changes + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/tokens@5.0.3) + - Update generated token lists. (via @swapkit/helpers@5.0.2) + - [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0) + - [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0) + - Update generated token lists. (via @swapkit/toolboxes@5.1.0) + - [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the + - Update generated token lists. (via @swapkit/tokens@5.0.2) + - Update generated token lists. (via @swapkit/tokens@5.0.1) + - Update generated token lists. (via @swapkit/helpers@5.0.1) + ## 4.9.32 ### Patch Changes diff --git a/packages/wallet-hardware/package.json b/packages/wallet-hardware/package.json index dff509f..0d20f69 100644 --- a/packages/wallet-hardware/package.json +++ b/packages/wallet-hardware/package.json @@ -114,5 +114,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.9.32" + "version": "4.9.33" } diff --git a/packages/wallet-mobile/CHANGELOG.md b/packages/wallet-mobile/CHANGELOG.md index 737e08b..9183c01 100644 --- a/packages/wallet-mobile/CHANGELOG.md +++ b/packages/wallet-mobile/CHANGELOG.md @@ -1,5 +1,23 @@ # @swapkit-dev/wallet-mobile +## 4.3.24 + +### Patch Changes + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/tokens@5.0.3) + - Update generated token lists. (via @swapkit/helpers@5.0.2) + - [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0) + - [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0) + - Update generated token lists. (via @swapkit/toolboxes@5.1.0) + - [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the + - Update generated token lists. (via @swapkit/tokens@5.0.2) + - Update generated token lists. (via @swapkit/tokens@5.0.1) + - Update generated token lists. (via @swapkit/helpers@5.0.1) + ## 4.3.23 ### Patch Changes diff --git a/packages/wallet-mobile/package.json b/packages/wallet-mobile/package.json index 50b7df3..4acf38c 100644 --- a/packages/wallet-mobile/package.json +++ b/packages/wallet-mobile/package.json @@ -37,5 +37,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.3.23" + "version": "4.3.24" } diff --git a/packages/wallets/CHANGELOG.md b/packages/wallets/CHANGELOG.md index 854983e..585b2e6 100644 --- a/packages/wallets/CHANGELOG.md +++ b/packages/wallets/CHANGELOG.md @@ -1,5 +1,33 @@ # @swapkit-dev/wallets +## 4.12.0 + +### Minor Changes + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Add Noir Wallet connector for Zcash (`connectNoirWallet`). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP*RETURN memo routes are rejected with `wallet_noir_wallet_memo_not_supported`. `NOIR_WALLET` and the `wallet_noir_wallet*\*`error codes (80101-80103) register through the`@swapkit/helpers` 5.1.0 extensible registries. + +### Patch Changes + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/helpers@5.1.0) + - Update generated token lists. (via @swapkit/tokens@5.0.3) + - Update generated token lists. (via @swapkit/helpers@5.0.2) + - [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0) + - [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0) + - Update generated token lists. (via @swapkit/toolboxes@5.1.0) + - [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the + - Update generated token lists. (via @swapkit/tokens@5.0.2) + - Update generated token lists. (via @swapkit/tokens@5.0.1) + - Update generated token lists. (via @swapkit/helpers@5.0.1) + +- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - `TON_CONNECT` now registers through the `@swapkit/helpers` 5.1.0 extensible `WalletOption` registry (swapkit/sdk#346) instead of the interim outside-the-enum literal shim. No behavior change — the runtime value stays `"TON_CONNECT"`. + +- Updated dependencies [[`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5), [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5)]: + - @swapkit/wallet-extensions@4.6.0 + - @swapkit/wallet-hardware@4.9.33 + ## 4.11.1 ### Patch Changes diff --git a/packages/wallets/package.json b/packages/wallets/package.json index b13e759..bb99282 100644 --- a/packages/wallets/package.json +++ b/packages/wallets/package.json @@ -254,5 +254,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.11.1" + "version": "4.12.0" }