From 7e13b5d0aa00661eb1f8e60ab2570fbf0ce372c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:24:40 +0000 Subject: [PATCH] chore: version packages --- .changeset/cli-swidge.md | 9 --------- .changeset/swidge-feature.md | 13 ------------- packages/cli-sdk/CHANGELOG.md | 19 +++++++++++++++++++ packages/cli-sdk/package.json | 2 +- packages/companion-wallet/CHANGELOG.md | 18 ++++++++++++++++++ packages/companion-wallet/package.json | 2 +- packages/pay-cli/CHANGELOG.md | 7 +++++++ packages/pay-cli/package.json | 2 +- packages/staking-cli/CHANGELOG.md | 7 +++++++ packages/staking-cli/package.json | 2 +- 10 files changed, 55 insertions(+), 26 deletions(-) delete mode 100644 .changeset/cli-swidge.md delete mode 100644 .changeset/swidge-feature.md diff --git a/.changeset/cli-swidge.md b/.changeset/cli-swidge.md deleted file mode 100644 index d70b1b2..0000000 --- a/.changeset/cli-swidge.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@walletconnect/cli-sdk": minor ---- - -feat: add swidge (swap/bridge) command to WalletConnect CLI via LI.FI - -New `walletconnect swidge` command for cross-chain bridging through the connected wallet. -Enhanced `send-transaction` to auto-detect insufficient ETH and offer to bridge from another chain. -Uses LI.FI REST API for quoting with zero new dependencies — transactions are sent through WalletConnect. diff --git a/.changeset/swidge-feature.md b/.changeset/swidge-feature.md deleted file mode 100644 index 7dea8ef..0000000 --- a/.changeset/swidge-feature.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@walletconnect/companion-wallet": minor -"@walletconnect/cli-sdk": minor ---- - -feat: add swidge (swap/bridge) functionality via LI.FI SDK - -Companion wallet now auto-detects insufficient funds before sending transactions -and seamlessly bridges from another chain using LI.FI. In TTY mode, prompts for -confirmation. In pipe/agent mode, auto-bridges. - -New CLI operation: `companion-wallet swidge` for manual cross-chain bridging. -WalletConnect CLI now warns when target account has insufficient funds. diff --git a/packages/cli-sdk/CHANGELOG.md b/packages/cli-sdk/CHANGELOG.md index b36dfc8..c41e9ea 100644 --- a/packages/cli-sdk/CHANGELOG.md +++ b/packages/cli-sdk/CHANGELOG.md @@ -1,5 +1,24 @@ # @walletconnect/cli-sdk +## 0.8.0 + +### Minor Changes + +- [#32](https://github.com/WalletConnect/agent-sdk/pull/32) [`79de3fe`](https://github.com/WalletConnect/agent-sdk/commit/79de3fe42f7678e895f17a72cb8b91e80a738397) Thanks [@arein](https://github.com/arein)! - feat: add swidge (swap/bridge) command to WalletConnect CLI via LI.FI + + New `walletconnect swidge` command for cross-chain bridging through the connected wallet. + Enhanced `send-transaction` to auto-detect insufficient ETH and offer to bridge from another chain. + Uses LI.FI REST API for quoting with zero new dependencies — transactions are sent through WalletConnect. + +- [#30](https://github.com/WalletConnect/agent-sdk/pull/30) [`7cc1cbe`](https://github.com/WalletConnect/agent-sdk/commit/7cc1cbe9b51ce5d94e81b632d1834d11e9c5c5ce) Thanks [@arein](https://github.com/arein)! - feat: add swidge (swap/bridge) functionality via LI.FI SDK + + Companion wallet now auto-detects insufficient funds before sending transactions + and seamlessly bridges from another chain using LI.FI. In TTY mode, prompts for + confirmation. In pipe/agent mode, auto-bridges. + + New CLI operation: `companion-wallet swidge` for manual cross-chain bridging. + WalletConnect CLI now warns when target account has insufficient funds. + ## 0.7.0 ## 0.6.0 diff --git a/packages/cli-sdk/package.json b/packages/cli-sdk/package.json index c7d981d..9838b55 100644 --- a/packages/cli-sdk/package.json +++ b/packages/cli-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@walletconnect/cli-sdk", "description": "WalletConnect CLI SDK — wallet connection and signing for terminal applications", - "version": "0.7.0", + "version": "0.8.0", "private": false, "author": "WalletConnect, Inc. ", "license": "SEE LICENSE IN LICENSE.md", diff --git a/packages/companion-wallet/CHANGELOG.md b/packages/companion-wallet/CHANGELOG.md index ce01e25..0ac4f95 100644 --- a/packages/companion-wallet/CHANGELOG.md +++ b/packages/companion-wallet/CHANGELOG.md @@ -1,5 +1,23 @@ # @walletconnect/companion-wallet +## 0.8.0 + +### Minor Changes + +- [#30](https://github.com/WalletConnect/agent-sdk/pull/30) [`7cc1cbe`](https://github.com/WalletConnect/agent-sdk/commit/7cc1cbe9b51ce5d94e81b632d1834d11e9c5c5ce) Thanks [@arein](https://github.com/arein)! - feat: add swidge (swap/bridge) functionality via LI.FI SDK + + Companion wallet now auto-detects insufficient funds before sending transactions + and seamlessly bridges from another chain using LI.FI. In TTY mode, prompts for + confirmation. In pipe/agent mode, auto-bridges. + + New CLI operation: `companion-wallet swidge` for manual cross-chain bridging. + WalletConnect CLI now warns when target account has insufficient funds. + +### Patch Changes + +- Updated dependencies [[`79de3fe`](https://github.com/WalletConnect/agent-sdk/commit/79de3fe42f7678e895f17a72cb8b91e80a738397), [`7cc1cbe`](https://github.com/WalletConnect/agent-sdk/commit/7cc1cbe9b51ce5d94e81b632d1834d11e9c5c5ce)]: + - @walletconnect/cli-sdk@0.8.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/companion-wallet/package.json b/packages/companion-wallet/package.json index 55a1807..822d4ea 100644 --- a/packages/companion-wallet/package.json +++ b/packages/companion-wallet/package.json @@ -1,7 +1,7 @@ { "name": "@walletconnect/companion-wallet", "description": "Companion wallet (BETA) — CWP provider with local key generation and signing. Not for production use with real funds.", - "version": "0.7.0", + "version": "0.8.0", "private": false, "author": "WalletConnect, Inc. ", "license": "SEE LICENSE IN LICENSE.md", diff --git a/packages/pay-cli/CHANGELOG.md b/packages/pay-cli/CHANGELOG.md index c36b15f..f83bd70 100644 --- a/packages/pay-cli/CHANGELOG.md +++ b/packages/pay-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/pay-cli +## 0.8.0 + +### Patch Changes + +- Updated dependencies [[`79de3fe`](https://github.com/WalletConnect/agent-sdk/commit/79de3fe42f7678e895f17a72cb8b91e80a738397), [`7cc1cbe`](https://github.com/WalletConnect/agent-sdk/commit/7cc1cbe9b51ce5d94e81b632d1834d11e9c5c5ce)]: + - @walletconnect/cli-sdk@0.8.0 + ## 0.7.0 ### Patch Changes diff --git a/packages/pay-cli/package.json b/packages/pay-cli/package.json index f4588ec..cdd27f2 100644 --- a/packages/pay-cli/package.json +++ b/packages/pay-cli/package.json @@ -1,7 +1,7 @@ { "name": "@walletconnect/pay-cli", "description": "WalletConnect Pay CLI — create and complete payments from the terminal", - "version": "0.7.0", + "version": "0.8.0", "private": false, "author": "WalletConnect, Inc. ", "license": "SEE LICENSE IN LICENSE.md", diff --git a/packages/staking-cli/CHANGELOG.md b/packages/staking-cli/CHANGELOG.md index 0b3fa0c..77b96e1 100644 --- a/packages/staking-cli/CHANGELOG.md +++ b/packages/staking-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/staking-cli +## 0.8.0 + +### Patch Changes + +- Updated dependencies [[`79de3fe`](https://github.com/WalletConnect/agent-sdk/commit/79de3fe42f7678e895f17a72cb8b91e80a738397), [`7cc1cbe`](https://github.com/WalletConnect/agent-sdk/commit/7cc1cbe9b51ce5d94e81b632d1834d11e9c5c5ce)]: + - @walletconnect/cli-sdk@0.8.0 + ## 0.7.0 ### Patch Changes diff --git a/packages/staking-cli/package.json b/packages/staking-cli/package.json index 2765d0e..4c5f34a 100644 --- a/packages/staking-cli/package.json +++ b/packages/staking-cli/package.json @@ -1,7 +1,7 @@ { "name": "@walletconnect/staking-cli", "description": "WalletConnect WCT staking CLI — stake, unstake, claim rewards from the terminal", - "version": "0.7.0", + "version": "0.8.0", "private": false, "author": "WalletConnect, Inc. ", "license": "SEE LICENSE IN LICENSE.md",