Skip to content

Commit 19ed548

Browse files
chore: version packages (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42b9768 commit 19ed548

9 files changed

Lines changed: 32 additions & 9 deletions

File tree

.changeset/add-pay-cli.md

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

packages/cli-sdk/CHANGELOG.md

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

3+
## 0.6.0
4+
35
## 0.5.1
46

57
### 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.5.1",
4+
"version": "0.6.0",
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.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @walletconnect/cli-sdk@0.6.0
9+
310
## 0.5.1
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.5.1",
4+
"version": "0.6.0",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"license": "SEE LICENSE IN LICENSE.md",

packages/pay-cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @walletconnect/pay-cli
2+
3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#25](https://github.com/WalletConnect/agent-sdk/pull/25) [`42b9768`](https://github.com/WalletConnect/agent-sdk/commit/42b9768efbf5823669039a4aebbbe8522071df25) Thanks [@arein](https://github.com/arein)! - Add WalletConnect Pay CLI — create and complete payments from the terminal
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @walletconnect/cli-sdk@0.6.0

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.5.0",
4+
"version": "0.6.0",
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.6.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @walletconnect/cli-sdk@0.6.0
9+
310
## 0.5.1
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.5.1",
4+
"version": "0.6.0",
55
"private": false,
66
"author": "WalletConnect, Inc. <walletconnect.com>",
77
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)