@metamask-previews/accounts-controller 39.0.2-preview-b2742a2fc → 39.0.3-preview-a8fd340
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.0.3]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/eth-snap-keyring` from `^22.0.1` to `^22.3.0` ([#8732](https://github.com/MetaMask/core/pull/8732))
|
|
15
|
+
|
|
10
16
|
## [39.0.2]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -832,7 +838,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
832
838
|
|
|
833
839
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
834
840
|
|
|
835
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.
|
|
841
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...HEAD
|
|
842
|
+
[39.0.3]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.2...@metamask/accounts-controller@39.0.3
|
|
836
843
|
[39.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...@metamask/accounts-controller@39.0.2
|
|
837
844
|
[39.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.0...@metamask/accounts-controller@39.0.1
|
|
838
845
|
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.2...@metamask/accounts-controller@39.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
|
3
|
-
"version": "39.0.
|
|
3
|
+
"version": "39.0.3-preview-a8fd340",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ethereumjs/util": "^9.1.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
|
-
"@metamask/eth-snap-keyring": "^22.0
|
|
58
|
+
"@metamask/eth-snap-keyring": "^22.3.0",
|
|
59
59
|
"@metamask/keyring-api": "^23.1.0",
|
|
60
60
|
"@metamask/keyring-controller": "^27.1.0",
|
|
61
61
|
"@metamask/keyring-internal-api": "^11.0.1",
|