diff --git a/.changeset/fix-swidge-session-relay-errors.md b/.changeset/fix-swidge-session-relay-errors.md deleted file mode 100644 index ed3ad97..0000000 --- a/.changeset/fix-swidge-session-relay-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@walletconnect/cli-sdk": patch ---- - -Fix swidge NO_MATCHING_KEY error by only requiring source chain in session namespaces, and prevent unhandled relay errors from crashing Node during wallet request rejection/timeout diff --git a/packages/cli-sdk/CHANGELOG.md b/packages/cli-sdk/CHANGELOG.md index 648a033..8cd86cc 100644 --- a/packages/cli-sdk/CHANGELOG.md +++ b/packages/cli-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @walletconnect/cli-sdk +## 0.8.3 + +### Patch Changes + +- [#40](https://github.com/WalletConnect/agent-sdk/pull/40) [`88b7bea`](https://github.com/WalletConnect/agent-sdk/commit/88b7bea75e7ae80339944afe93165091b3d8f179) Thanks [@arein](https://github.com/arein)! - Fix swidge NO_MATCHING_KEY error by only requiring source chain in session namespaces, and prevent unhandled relay errors from crashing Node during wallet request rejection/timeout + ## 0.8.2 ### Patch Changes diff --git a/packages/cli-sdk/package.json b/packages/cli-sdk/package.json index 5716375..8bf6877 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.2", + "version": "0.8.3", "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 691e66a..d833ff9 100644 --- a/packages/companion-wallet/CHANGELOG.md +++ b/packages/companion-wallet/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/companion-wallet +## 0.8.3 + +### Patch Changes + +- Updated dependencies [[`88b7bea`](https://github.com/WalletConnect/agent-sdk/commit/88b7bea75e7ae80339944afe93165091b3d8f179)]: + - @walletconnect/cli-sdk@0.8.3 + ## 0.8.2 ### Patch Changes diff --git a/packages/companion-wallet/package.json b/packages/companion-wallet/package.json index 92e063b..91ed16c 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.2", + "version": "0.8.3", "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 974cf7e..3473f7c 100644 --- a/packages/pay-cli/CHANGELOG.md +++ b/packages/pay-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/pay-cli +## 0.8.3 + +### Patch Changes + +- Updated dependencies [[`88b7bea`](https://github.com/WalletConnect/agent-sdk/commit/88b7bea75e7ae80339944afe93165091b3d8f179)]: + - @walletconnect/cli-sdk@0.8.3 + ## 0.8.2 ### Patch Changes diff --git a/packages/pay-cli/package.json b/packages/pay-cli/package.json index 1b24490..7488b18 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.2", + "version": "0.8.3", "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 be75bc5..ded8a05 100644 --- a/packages/staking-cli/CHANGELOG.md +++ b/packages/staking-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/staking-cli +## 0.8.3 + +### Patch Changes + +- Updated dependencies [[`88b7bea`](https://github.com/WalletConnect/agent-sdk/commit/88b7bea75e7ae80339944afe93165091b3d8f179)]: + - @walletconnect/cli-sdk@0.8.3 + ## 0.8.2 ### Patch Changes diff --git a/packages/staking-cli/package.json b/packages/staking-cli/package.json index f472032..4dfbcb1 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.2", + "version": "0.8.3", "private": false, "author": "WalletConnect, Inc. ", "license": "SEE LICENSE IN LICENSE.md",