@metamask-previews/multichain-network-controller 3.1.0-preview-181ae75e1 → 3.1.1-preview-f3d53de3e

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^38.0.0` to `^38.1.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
15
+ - Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
16
+ - Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
17
+
10
18
  ## [3.1.0]
11
19
 
12
20
  ### Added
@@ -266,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
266
274
  - Handle both EVM and non-EVM network and account switching for the associated network.
267
275
  - Act as a proxy for the `NetworkController` (for EVM network changes).
268
276
 
269
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.1.0...HEAD
277
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.1.1...HEAD
278
+ [3.1.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.1.0...@metamask/multichain-network-controller@3.1.1
270
279
  [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.6...@metamask/multichain-network-controller@3.1.0
271
280
  [3.0.6]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.5...@metamask/multichain-network-controller@3.0.6
272
281
  [3.0.5]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.4...@metamask/multichain-network-controller@3.0.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-network-controller",
3
- "version": "3.1.0-preview-181ae75e1",
3
+ "version": "3.1.1-preview-f3d53de3e",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,13 +53,13 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^38.0.0",
56
+ "@metamask/accounts-controller": "^38.1.0",
57
57
  "@metamask/base-controller": "^9.1.0",
58
- "@metamask/controller-utils": "^11.20.0",
58
+ "@metamask/controller-utils": "^12.0.0",
59
59
  "@metamask/keyring-api": "^23.1.0",
60
60
  "@metamask/keyring-internal-api": "^11.0.1",
61
61
  "@metamask/messenger": "^1.2.0",
62
- "@metamask/network-controller": "^30.1.0",
62
+ "@metamask/network-controller": "^31.0.0",
63
63
  "@metamask/superstruct": "^3.1.0",
64
64
  "@metamask/utils": "^11.9.0",
65
65
  "@solana/addresses": "^2.0.0",