diff --git a/package.json b/package.json index b002a0cf..e13283bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/connect-monorepo", - "version": "34.0.0", + "version": "35.0.0", "private": true, "description": "MetaMask Connect Monorepo", "repository": { diff --git a/packages/connect-evm/CHANGELOG.md b/packages/connect-evm/CHANGELOG.md index 76a821da..7bd84ddf 100644 --- a/packages/connect-evm/CHANGELOG.md +++ b/packages/connect-evm/CHANGELOG.md @@ -7,16 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1] + +### Fixed + +- Return method-specific values from intercepted EIP-1193 account requests: `eth_requestAccounts` now resolves to an accounts array, and `eth_coinbase` now resolves to the selected account instead of the full accounts array. ([#297](https://github.com/MetaMask/connect-monorepo/pull/297)) + ## [1.3.0] ### Removed - Remove `@metamask/chain-agnostic-permission` dependency. The two helpers used from it (`getEthAccounts`, `getPermittedEthChainIds`) and the `parseScopeString` utility are now implemented locally on top of `@metamask/utils` primitives. This drops the transitive `@metamask/controller-utils` / `lodash` / `bn.js` / `eth-ens-namehash` / `fast-deep-equal` / `@metamask/ethjs-unit` chain from the `connect-evm` bundle. ([#289](https://github.com/MetaMask/connect-monorepo/pull/289)) -### Fixed - -- Return method-specific values from intercepted EIP-1193 account requests: `eth_requestAccounts` now resolves to an accounts array, and `eth_coinbase` now resolves to the selected account instead of the full accounts array. ([#297](https://github.com/MetaMask/connect-monorepo/pull/297)) - ## [1.2.0] ### Added @@ -231,7 +233,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#58](https://github.com/MetaMask/connect-monorepo/pull/58)) -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@1.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@1.3.1...HEAD +[1.3.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@1.3.0...@metamask/connect-evm@1.3.1 [1.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@1.2.0...@metamask/connect-evm@1.3.0 [1.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@1.1.0...@metamask/connect-evm@1.2.0 [1.1.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@1.0.0...@metamask/connect-evm@1.1.0 diff --git a/packages/connect-evm/package.json b/packages/connect-evm/package.json index c840191d..3932a907 100644 --- a/packages/connect-evm/package.json +++ b/packages/connect-evm/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/connect-evm", - "version": "1.3.0", + "version": "1.3.1", "description": "EVM Layer for MetaMask Connect", "keywords": [ "MetaMask", diff --git a/playground/browser-playground/CHANGELOG.md b/playground/browser-playground/CHANGELOG.md index a76f42c4..749486fc 100644 --- a/playground/browser-playground/CHANGELOG.md +++ b/playground/browser-playground/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.4] + +### Changed + +- Bump workspace dependencies: + - @metamask/connect-evm@1.3.1 + ## [0.7.3] ### Added @@ -217,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.7.3...HEAD +[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.7.4...HEAD +[0.7.4]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.7.3...@metamask/browser-playground@0.7.4 [0.7.3]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.7.2...@metamask/browser-playground@0.7.3 [0.7.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.7.1...@metamask/browser-playground@0.7.2 [0.7.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.7.0...@metamask/browser-playground@0.7.1 diff --git a/playground/browser-playground/package.json b/playground/browser-playground/package.json index 2e75aa32..ddeead4c 100644 --- a/playground/browser-playground/package.json +++ b/playground/browser-playground/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/browser-playground", - "version": "0.7.3", + "version": "0.7.4", "description": "A browser test dapp for multichain api", "keywords": [ "MetaMask", diff --git a/playground/react-native-playground/CHANGELOG.md b/playground/react-native-playground/CHANGELOG.md index 974eef41..12b367cc 100644 --- a/playground/react-native-playground/CHANGELOG.md +++ b/playground/react-native-playground/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4] + +### Changed + +- Bump workspace dependencies: + - @metamask/connect-evm@1.3.1 + ## [0.4.3] ### Added @@ -165,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.4.3...HEAD +[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.4.4...HEAD +[0.4.4]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.4.3...@metamask/react-native-playground@0.4.4 [0.4.3]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.4.2...@metamask/react-native-playground@0.4.3 [0.4.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.4.1...@metamask/react-native-playground@0.4.2 [0.4.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/react-native-playground@0.4.0...@metamask/react-native-playground@0.4.1 diff --git a/playground/react-native-playground/package.json b/playground/react-native-playground/package.json index 12a4afd6..6828988e 100644 --- a/playground/react-native-playground/package.json +++ b/playground/react-native-playground/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/react-native-playground", - "version": "0.4.3", + "version": "0.4.4", "private": true, "description": "A React Native test dapp for multichain api", "keywords": [