@metamask/connect-evm 0.9.1 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.10.0]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/connect-multichain` to `^0.12.0` ([#261](https://github.com/MetaMask/connect-monorepo/pull/261))
15
+
10
16
  ## [0.9.1]
11
17
 
12
18
  ### Changed
@@ -170,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
176
 
171
177
  - Initial release ([#58](https://github.com/MetaMask/connect-monorepo/pull/58))
172
178
 
173
- [Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.9.1...HEAD
179
+ [Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.10.0...HEAD
180
+ [0.10.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.9.1...@metamask/connect-evm@0.10.0
174
181
  [0.9.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.9.0...@metamask/connect-evm@0.9.1
175
182
  [0.9.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.8.0...@metamask/connect-evm@0.9.0
176
183
  [0.8.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.7.0...@metamask/connect-evm@0.8.0
@@ -1062,7 +1062,7 @@ function createEVMClient(options) {
1062
1062
  versions: {
1063
1063
  // typeof guard needed: Metro (React Native) bundles TS source directly,
1064
1064
  // bypassing the tsup build that substitutes __PACKAGE_VERSION__.
1065
- "connect-evm": false ? "unknown" : "0.9.1"
1065
+ "connect-evm": false ? "unknown" : "0.10.0"
1066
1066
  }
1067
1067
  }));
1068
1068
  return MetamaskConnectEVM.create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/connect-evm",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "description": "EVM Layer for MetaMask Connect",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@metamask/analytics": "^0.4.0",
58
58
  "@metamask/chain-agnostic-permission": "^1.2.2",
59
- "@metamask/connect-multichain": "^0.11.1",
59
+ "@metamask/connect-multichain": "^0.12.0",
60
60
  "@metamask/utils": "^11.8.1"
61
61
  },
62
62
  "devDependencies": {