Skip to content

Commit 1e80df8

Browse files
chore: version packages (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d091c0 commit 1e80df8

File tree

9 files changed

+37
-15
lines changed

9 files changed

+37
-15
lines changed

.changeset/multi-chain-refuel-receipts.md

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

packages/cli-sdk/CHANGELOG.md

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

3+
## 0.8.5
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/WalletConnect/agent-sdk/pull/45) [`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32) Thanks [@arein](https://github.com/arein)! - Add multi-chain gas support, automatic refuel, and on-chain receipt verification
8+
9+
- Expand EVM chain support from 3 to 8 chains with per-chain gasToken and gasCost rankings
10+
- Add automatic destination gas refuel before cross-chain bridges
11+
- Add on-chain receipt verification after send-transaction (confirmed/reverted)
12+
- Export rpcUrl, waitForReceipt, and TxReceipt for downstream CLI consumers
13+
- Add Hyperliquid (HyperEVM) to default EVM chain aliases
14+
315
## 0.8.4
416

517
### 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.4",
4+
"version": "0.8.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32)]:
8+
- @walletconnect/cli-sdk@0.8.5
9+
310
## 0.8.4
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.4",
4+
"version": "0.8.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32)]:
8+
- @walletconnect/cli-sdk@0.8.5
9+
310
## 0.8.4
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.4",
4+
"version": "0.8.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32)]:
8+
- @walletconnect/cli-sdk@0.8.5
9+
310
## 0.8.4
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.4",
4+
"version": "0.8.5",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)