@metamask/accounts-controller 38.1.1 → 38.1.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
|
+
## [38.1.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
|
|
15
|
+
|
|
10
16
|
## [38.1.1]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -799,7 +805,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
799
805
|
|
|
800
806
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
801
807
|
|
|
802
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.
|
|
808
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.2...HEAD
|
|
809
|
+
[38.1.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.1...@metamask/accounts-controller@38.1.2
|
|
803
810
|
[38.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.0...@metamask/accounts-controller@38.1.1
|
|
804
811
|
[38.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.0.0...@metamask/accounts-controller@38.1.0
|
|
805
812
|
[38.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@37.2.0...@metamask/accounts-controller@38.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/accounts-controller",
|
|
3
|
-
"version": "38.1.
|
|
3
|
+
"version": "38.1.2",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
58
|
"@metamask/eth-snap-keyring": "^22.0.1",
|
|
59
59
|
"@metamask/keyring-api": "^23.1.0",
|
|
60
|
-
"@metamask/keyring-controller": "^
|
|
60
|
+
"@metamask/keyring-controller": "^26.0.0",
|
|
61
61
|
"@metamask/keyring-internal-api": "^11.0.1",
|
|
62
62
|
"@metamask/keyring-sdk": "^2.1.1",
|
|
63
63
|
"@metamask/keyring-utils": "^3.2.1",
|