Skip to content

Commit 065b590

Browse files
chore: version packages (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d3f928d commit 065b590

9 files changed

Lines changed: 31 additions & 9 deletions

File tree

.changeset/swidge-balance-check-receipt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @walletconnect/cli-sdk
22

3+
## 0.8.4
4+
5+
### Patch Changes
6+
7+
- [#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)
8+
39
## 0.8.3
410

511
### Patch Changes

packages/cli-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/cli-sdk",
33
"description": "WalletConnect CLI SDK — wallet connection and signing for terminal applications",
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"license": "SEE LICENSE IN LICENSE.md",

packages/companion-wallet/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @walletconnect/companion-wallet
22

3+
## 0.8.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]:
8+
- @walletconnect/cli-sdk@0.8.4
9+
310
## 0.8.3
411

512
### Patch Changes

packages/companion-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/companion-wallet",
33
"description": "Companion wallet (BETA) — CWP provider with local key generation and signing. Not for production use with real funds.",
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"license": "SEE LICENSE IN LICENSE.md",

packages/pay-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @walletconnect/pay-cli
22

3+
## 0.8.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]:
8+
- @walletconnect/cli-sdk@0.8.4
9+
310
## 0.8.3
411

512
### Patch Changes

packages/pay-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/pay-cli",
33
"description": "WalletConnect Pay CLI — create and complete payments from the terminal",
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"license": "SEE LICENSE IN LICENSE.md",

packages/staking-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @walletconnect/staking-cli
22

3+
## 0.8.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]:
8+
- @walletconnect/cli-sdk@0.8.4
9+
310
## 0.8.3
411

512
### Patch Changes

packages/staking-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@walletconnect/staking-cli",
33
"description": "WalletConnect WCT staking CLI — stake, unstake, claim rewards from the terminal",
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)