@metamask/multichain-network-controller 3.0.5 → 3.0.6

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 +12 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.6]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^37.0.0` to `^37.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
15
+ - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
16
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
17
+ - Bump `@metamask/network-controller` from `^30.0.0` to `^30.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
18
+ - Bump `@metamask/keyring-api` from `^21.5.0` to `^21.6.0` ([#8259](https://github.com/MetaMask/core/pull/8259))
19
+
10
20
  ## [3.0.5]
11
21
 
12
22
  ### Changed
@@ -239,7 +249,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239
249
  - Handle both EVM and non-EVM network and account switching for the associated network.
240
250
  - Act as a proxy for the `NetworkController` (for EVM network changes).
241
251
 
242
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.5...HEAD
252
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.6...HEAD
253
+ [3.0.6]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.5...@metamask/multichain-network-controller@3.0.6
243
254
  [3.0.5]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.4...@metamask/multichain-network-controller@3.0.5
244
255
  [3.0.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.3...@metamask/multichain-network-controller@3.0.4
245
256
  [3.0.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.2...@metamask/multichain-network-controller@3.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-network-controller",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Multichain network controller",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,13 +47,13 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/accounts-controller": "^37.0.0",
51
- "@metamask/base-controller": "^9.0.0",
50
+ "@metamask/accounts-controller": "^37.1.0",
51
+ "@metamask/base-controller": "^9.0.1",
52
52
  "@metamask/controller-utils": "^11.19.0",
53
- "@metamask/keyring-api": "^21.5.0",
53
+ "@metamask/keyring-api": "^21.6.0",
54
54
  "@metamask/keyring-internal-api": "^10.0.0",
55
- "@metamask/messenger": "^0.3.0",
56
- "@metamask/network-controller": "^30.0.0",
55
+ "@metamask/messenger": "^1.0.0",
56
+ "@metamask/network-controller": "^30.0.1",
57
57
  "@metamask/superstruct": "^3.1.0",
58
58
  "@metamask/utils": "^11.9.0",
59
59
  "@solana/addresses": "^2.0.0",
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@metamask/auto-changelog": "^3.4.4",
64
- "@metamask/keyring-controller": "^25.1.0",
64
+ "@metamask/keyring-controller": "^25.1.1",
65
65
  "@ts-bridge/cli": "^0.6.4",
66
66
  "@types/jest": "^29.5.14",
67
67
  "@types/lodash": "^4.14.191",