@metamask/accounts-controller 39.1.0 → 39.1.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 +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
|
+
## [39.1.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^35.0.1` to `^36.0.0` ([#9969](https://github.com/MetaMask/core/pull/9969))
|
|
15
|
+
|
|
10
16
|
## [39.1.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -883,7 +889,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
883
889
|
|
|
884
890
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
885
891
|
|
|
886
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.1.
|
|
892
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.1.1...HEAD
|
|
893
|
+
[39.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.1.0...@metamask/accounts-controller@39.1.1
|
|
887
894
|
[39.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.7...@metamask/accounts-controller@39.1.0
|
|
888
895
|
[39.0.7]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.6...@metamask/accounts-controller@39.0.7
|
|
889
896
|
[39.0.6]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.5...@metamask/accounts-controller@39.0.6
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/accounts-controller",
|
|
3
|
-
"version": "39.1.
|
|
3
|
+
"version": "39.1.1",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@metamask/keyring-sdk": "^3.1.0",
|
|
65
65
|
"@metamask/keyring-utils": "^5.0.0",
|
|
66
66
|
"@metamask/messenger": "^2.0.0",
|
|
67
|
-
"@metamask/network-controller": "^
|
|
67
|
+
"@metamask/network-controller": "^36.0.0",
|
|
68
68
|
"@metamask/superstruct": "^3.4.1",
|
|
69
69
|
"@metamask/utils": "^11.11.0",
|
|
70
70
|
"deepmerge": "^4.2.2",
|