From 40dcb9afd5abf0ec4d3fa81083e1e3e077f2f5f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:45:57 +0000 Subject: [PATCH] chore: version packages --- .changeset/swidge-balance-check-receipt.md | 5 ----- packages/cli-sdk/CHANGELOG.md | 6 ++++++ packages/cli-sdk/package.json | 2 +- packages/companion-wallet/CHANGELOG.md | 7 +++++++ 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 +- 9 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 .changeset/swidge-balance-check-receipt.md diff --git a/.changeset/swidge-balance-check-receipt.md b/.changeset/swidge-balance-check-receipt.md deleted file mode 100644 index 01ee4e2..0000000 --- a/.changeset/swidge-balance-check-receipt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@walletconnect/cli-sdk": patch ---- - -Add pre-flight balance check before swidge (errors early with "Insufficient balance: have X, need Y") and on-chain tx receipt confirmation (polls eth_getTransactionReceipt instead of treating submission as confirmation) diff --git a/packages/cli-sdk/CHANGELOG.md b/packages/cli-sdk/CHANGELOG.md index 8cd86cc..8bec3d0 100644 --- a/packages/cli-sdk/CHANGELOG.md +++ b/packages/cli-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @walletconnect/cli-sdk +## 0.8.4 + +### Patch Changes + +- [#42](https://github.com/WalletConnect/agent-sdk/pull/42) [`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec) Thanks [@arein](https://github.com/arein)! - Add pre-flight balance check before swidge (errors early with "Insufficient balance: have X, need Y") and on-chain tx receipt confirmation (polls eth_getTransactionReceipt instead of treating submission as confirmation) + ## 0.8.3 ### Patch Changes diff --git a/packages/cli-sdk/package.json b/packages/cli-sdk/package.json index 8bf6877..bb33cb0 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.8.3", + "version": "0.8.4", "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 d833ff9..35620d8 100644 --- a/packages/companion-wallet/CHANGELOG.md +++ b/packages/companion-wallet/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/companion-wallet +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]: + - @walletconnect/cli-sdk@0.8.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/companion-wallet/package.json b/packages/companion-wallet/package.json index 91ed16c..1073699 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.8.3", + "version": "0.8.4", "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 3473f7c..ba54c5e 100644 --- a/packages/pay-cli/CHANGELOG.md +++ b/packages/pay-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/pay-cli +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]: + - @walletconnect/cli-sdk@0.8.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/pay-cli/package.json b/packages/pay-cli/package.json index 7488b18..a1d77ad 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.8.3", + "version": "0.8.4", "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 ded8a05..4e1fbc7 100644 --- a/packages/staking-cli/CHANGELOG.md +++ b/packages/staking-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/staking-cli +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]: + - @walletconnect/cli-sdk@0.8.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/staking-cli/package.json b/packages/staking-cli/package.json index 4dfbcb1..ce50ec9 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.8.3", + "version": "0.8.4", "private": false, "author": "WalletConnect, Inc. ", "license": "SEE LICENSE IN LICENSE.md",