diff --git a/.changeset/fix-sign-typed-data-chain.md b/.changeset/fix-sign-typed-data-chain.md deleted file mode 100644 index 941c751..0000000 --- a/.changeset/fix-sign-typed-data-chain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@walletconnect/cli-sdk": patch ---- - -Fix sign-typed-data routing to use the correct chain from the typed data domain instead of always defaulting to eip155:1 diff --git a/packages/cli-sdk/CHANGELOG.md b/packages/cli-sdk/CHANGELOG.md index 70657ed..648a033 100644 --- a/packages/cli-sdk/CHANGELOG.md +++ b/packages/cli-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @walletconnect/cli-sdk +## 0.8.2 + +### Patch Changes + +- [#37](https://github.com/WalletConnect/agent-sdk/pull/37) [`f6c6025`](https://github.com/WalletConnect/agent-sdk/commit/f6c602542b3566b03bb2846968176aec0090a8e8) Thanks [@arein](https://github.com/arein)! - Fix sign-typed-data routing to use the correct chain from the typed data domain instead of always defaulting to eip155:1 + ## 0.8.1 ## 0.8.0 diff --git a/packages/cli-sdk/package.json b/packages/cli-sdk/package.json index 92489ac..5716375 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.1", + "version": "0.8.2", "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 1a7489a..691e66a 100644 --- a/packages/companion-wallet/CHANGELOG.md +++ b/packages/companion-wallet/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/companion-wallet +## 0.8.2 + +### Patch Changes + +- Updated dependencies [[`f6c6025`](https://github.com/WalletConnect/agent-sdk/commit/f6c602542b3566b03bb2846968176aec0090a8e8)]: + - @walletconnect/cli-sdk@0.8.2 + ## 0.8.1 ### Patch Changes diff --git a/packages/companion-wallet/package.json b/packages/companion-wallet/package.json index 515fef0..92e063b 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.1", + "version": "0.8.2", "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 d8691a9..974cf7e 100644 --- a/packages/pay-cli/CHANGELOG.md +++ b/packages/pay-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/pay-cli +## 0.8.2 + +### Patch Changes + +- Updated dependencies [[`f6c6025`](https://github.com/WalletConnect/agent-sdk/commit/f6c602542b3566b03bb2846968176aec0090a8e8)]: + - @walletconnect/cli-sdk@0.8.2 + ## 0.8.1 ### Patch Changes diff --git a/packages/pay-cli/package.json b/packages/pay-cli/package.json index e905745..1b24490 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.1", + "version": "0.8.2", "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 0b8397e..be75bc5 100644 --- a/packages/staking-cli/CHANGELOG.md +++ b/packages/staking-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @walletconnect/staking-cli +## 0.8.2 + +### Patch Changes + +- Updated dependencies [[`f6c6025`](https://github.com/WalletConnect/agent-sdk/commit/f6c602542b3566b03bb2846968176aec0090a8e8)]: + - @walletconnect/cli-sdk@0.8.2 + ## 0.8.1 ### Patch Changes diff --git a/packages/staking-cli/package.json b/packages/staking-cli/package.json index dc7e231..f472032 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.1", + "version": "0.8.2", "private": false, "author": "WalletConnect, Inc. ", "license": "SEE LICENSE IN LICENSE.md",