@metamask-previews/multichain-network-controller 0.0.0-preview-ac664446 → 0.1.0-preview-ea165590

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -7,4 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- [Unreleased]: https://github.com/MetaMask/core/
10
+ ## [0.1.0]
11
+
12
+ ### Added
13
+
14
+ - Initial release ([#5215](https://github.com/MetaMask/core/pull/5215))
15
+ - Handle both EVM and non-EVM network and account switching for the associated network.
16
+ - Act as a proxy for the `NetworkController` (for EVM network changes).
17
+
18
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.1.0...HEAD
19
+ [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/multichain-network-controller@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-network-controller",
3
- "version": "0.0.0-preview-ac664446",
3
+ "version": "0.1.0-preview-ea165590",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -68,7 +68,8 @@
68
68
  "typescript": "~5.2.2"
69
69
  },
70
70
  "peerDependencies": {
71
- "@metamask/network-controller": "^22.2.1"
71
+ "@metamask/accounts-controller": "^24.0.0",
72
+ "@metamask/network-controller": "^22.0.0"
72
73
  },
73
74
  "engines": {
74
75
  "node": "^18.18 || >=20"