@metamask/accounts-controller 35.0.1 → 35.0.2
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.
- package/CHANGELOG.md +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [35.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
15
|
+
|
|
10
16
|
## [35.0.1]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -673,7 +679,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
673
679
|
|
|
674
680
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
675
681
|
|
|
676
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.
|
|
682
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.2...HEAD
|
|
683
|
+
[35.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.1...@metamask/accounts-controller@35.0.2
|
|
677
684
|
[35.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.0...@metamask/accounts-controller@35.0.1
|
|
678
685
|
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@34.0.0...@metamask/accounts-controller@35.0.0
|
|
679
686
|
[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.2.0...@metamask/accounts-controller@34.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/accounts-controller",
|
|
3
|
-
"version": "35.0.
|
|
3
|
+
"version": "35.0.2",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@metamask/keyring-internal-api": "^9.0.0",
|
|
57
57
|
"@metamask/keyring-utils": "^3.1.0",
|
|
58
58
|
"@metamask/messenger": "^0.3.0",
|
|
59
|
-
"@metamask/network-controller": "^
|
|
59
|
+
"@metamask/network-controller": "^29.0.0",
|
|
60
60
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
61
61
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
62
62
|
"@metamask/snaps-utils": "^11.7.0",
|