@metamask-previews/multichain-network-controller 3.0.0-preview-e6f8648b → 3.0.1-preview-f075c1f

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 +7 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.1]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
13
- - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
15
+ - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583), [#7604](https://github.com/MetaMask/core/pull/7604))
14
16
  - The dependencies moved are:
15
- - `@metamask/accounts-controller` (^35.0.0)
16
- - `@metamask/network-controller` (^27.2.0)
17
+ - `@metamask/accounts-controller` (^35.0.1)
18
+ - `@metamask/network-controller` (^28.0.0)
17
19
  - In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
18
20
  - For example, this scenario would be valid: a client relies on `@metamask/controller-a` 1.0.0 and `@metamask/controller-b` 1.0.0, and `@metamask/controller-b` depends on `@metamask/controller-a` 1.1.0.
19
21
  - Note, however, that the versions specified in the client's `package.json` always "win", and you are expected to keep them up to date so as not to break controller and service intercommunication.
@@ -208,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208
210
  - Handle both EVM and non-EVM network and account switching for the associated network.
209
211
  - Act as a proxy for the `NetworkController` (for EVM network changes).
210
212
 
211
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.0...HEAD
213
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.1...HEAD
214
+ [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.0...@metamask/multichain-network-controller@3.0.1
212
215
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@2.0.0...@metamask/multichain-network-controller@3.0.0
213
216
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@1.0.2...@metamask/multichain-network-controller@2.0.0
214
217
  [1.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@1.0.1...@metamask/multichain-network-controller@1.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-network-controller",
3
- "version": "3.0.0-preview-e6f8648b",
3
+ "version": "3.0.1-preview-f075c1f",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,13 +48,13 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/accounts-controller": "^35.0.0",
51
+ "@metamask/accounts-controller": "^35.0.1",
52
52
  "@metamask/base-controller": "^9.0.0",
53
53
  "@metamask/controller-utils": "^11.18.0",
54
54
  "@metamask/keyring-api": "^21.0.0",
55
55
  "@metamask/keyring-internal-api": "^9.0.0",
56
56
  "@metamask/messenger": "^0.3.0",
57
- "@metamask/network-controller": "^27.2.0",
57
+ "@metamask/network-controller": "^28.0.0",
58
58
  "@metamask/superstruct": "^3.1.0",
59
59
  "@metamask/utils": "^11.9.0",
60
60
  "@solana/addresses": "^2.0.0",