@metamask/accounts-controller 36.0.0 → 36.0.1
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 +3 -3
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
|
+
## [36.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^29.0.0` to `^30.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
15
|
+
|
|
10
16
|
## [36.0.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -693,7 +699,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
693
699
|
|
|
694
700
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
695
701
|
|
|
696
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@36.0.
|
|
702
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@36.0.1...HEAD
|
|
703
|
+
[36.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@36.0.0...@metamask/accounts-controller@36.0.1
|
|
697
704
|
[36.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.2...@metamask/accounts-controller@36.0.0
|
|
698
705
|
[35.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.1...@metamask/accounts-controller@35.0.2
|
|
699
706
|
[35.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.0...@metamask/accounts-controller@35.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/accounts-controller",
|
|
3
|
-
"version": "36.0.
|
|
3
|
+
"version": "36.0.1",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@metamask/keyring-internal-api": "^10.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": "^30.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",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@metamask/auto-changelog": "^3.4.4",
|
|
73
|
-
"@metamask/controller-utils": "^11.
|
|
73
|
+
"@metamask/controller-utils": "^11.19.0",
|
|
74
74
|
"@metamask/providers": "^22.1.0",
|
|
75
75
|
"@ts-bridge/cli": "^0.6.4",
|
|
76
76
|
"@types/jest": "^29.5.14",
|