@metamask-previews/multichain-network-controller 0.6.0-preview-6a340ce8 → 0.7.0-preview-f5bd9ba5

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 +5 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.7.0]
11
+
10
12
  ### Changed
11
13
 
14
+ - **BREAKING:** bump `@metamask/accounts-controller` peer dependency to `^29.0.0` ([#5802](https://github.com/MetaMask/core/pull/5802))
12
15
  - Bump `@metamask/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13
16
 
14
17
  ## [0.6.0]
@@ -89,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
89
92
  - Handle both EVM and non-EVM network and account switching for the associated network.
90
93
  - Act as a proxy for the `NetworkController` (for EVM network changes).
91
94
 
92
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.6.0...HEAD
95
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.7.0...HEAD
96
+ [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.6.0...@metamask/multichain-network-controller@0.7.0
93
97
  [0.6.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.5.1...@metamask/multichain-network-controller@0.6.0
94
98
  [0.5.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.5.0...@metamask/multichain-network-controller@0.5.1
95
99
  [0.5.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.4.0...@metamask/multichain-network-controller@0.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-network-controller",
3
- "version": "0.6.0-preview-6a340ce8",
3
+ "version": "0.7.0-preview-f5bd9ba5",
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": "^28.0.0",
60
+ "@metamask/accounts-controller": "^29.0.0",
61
61
  "@metamask/auto-changelog": "^3.4.4",
62
- "@metamask/keyring-controller": "^21.0.6",
62
+ "@metamask/keyring-controller": "^22.0.0",
63
63
  "@metamask/network-controller": "^23.4.0",
64
64
  "@types/jest": "^27.4.1",
65
65
  "@types/lodash": "^4.14.191",
@@ -74,7 +74,7 @@
74
74
  "typescript": "~5.2.2"
75
75
  },
76
76
  "peerDependencies": {
77
- "@metamask/accounts-controller": "^28.0.0",
77
+ "@metamask/accounts-controller": "^29.0.0",
78
78
  "@metamask/network-controller": "^23.0.0"
79
79
  },
80
80
  "engines": {