@metamask-previews/multichain-network-controller 0.11.0-preview-a850cd0b → 0.11.1-preview-fc1a1cc
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 +4 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.11.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/keyring-api` from `^19.0.0` to `^20.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
|
|
@@ -133,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
133
135
|
- Handle both EVM and non-EVM network and account switching for the associated network.
|
|
134
136
|
- Act as a proxy for the `NetworkController` (for EVM network changes).
|
|
135
137
|
|
|
136
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.
|
|
138
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.1...HEAD
|
|
139
|
+
[0.11.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.0...@metamask/multichain-network-controller@0.11.1
|
|
137
140
|
[0.11.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.10.0...@metamask/multichain-network-controller@0.11.0
|
|
138
141
|
[0.10.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.9.0...@metamask/multichain-network-controller@0.10.0
|
|
139
142
|
[0.9.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.8.0...@metamask/multichain-network-controller@0.9.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-network-controller",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1-preview-fc1a1cc",
|
|
4
4
|
"description": "Multichain network controller",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"lodash": "^4.17.21"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@metamask/accounts-controller": "^32.0.
|
|
60
|
+
"@metamask/accounts-controller": "^32.0.2",
|
|
61
61
|
"@metamask/auto-changelog": "^3.4.4",
|
|
62
|
-
"@metamask/keyring-controller": "^22.1.
|
|
62
|
+
"@metamask/keyring-controller": "^22.1.1",
|
|
63
63
|
"@metamask/network-controller": "^24.0.1",
|
|
64
64
|
"@types/jest": "^27.4.1",
|
|
65
65
|
"@types/lodash": "^4.14.191",
|