@metamask/accounts-controller 21.0.0 → 21.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 +17 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [21.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-api` from `^13.0.0` to `^14.0.0` ([#5177](https://github.com/MetaMask/core/pull/5177))
|
|
15
|
+
- Bump `@metamask/keyring-internal-api` from `^2.0.0` to `^2.0.1` ([#5177](https://github.com/MetaMask/core/pull/5177))
|
|
16
|
+
- Bump `@metamask/eth-snap-keyring` from `^8.1.0` to `^8.1.1` ([#5177](https://github.com/MetaMask/core/pull/5177))
|
|
17
|
+
|
|
18
|
+
## [21.0.1]
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Bump `@metamask/eth-snap-keyring` from `^8.0.0` to `^8.1.0` ([#5167](https://github.com/MetaMask/core/pull/5167))
|
|
23
|
+
|
|
10
24
|
## [21.0.0]
|
|
11
25
|
|
|
12
26
|
### Changed
|
|
@@ -388,7 +402,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
388
402
|
|
|
389
403
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
390
404
|
|
|
391
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.
|
|
405
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.2...HEAD
|
|
406
|
+
[21.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.1...@metamask/accounts-controller@21.0.2
|
|
407
|
+
[21.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.0...@metamask/accounts-controller@21.0.1
|
|
392
408
|
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.2...@metamask/accounts-controller@21.0.0
|
|
393
409
|
[20.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.1...@metamask/accounts-controller@20.0.2
|
|
394
410
|
[20.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.0...@metamask/accounts-controller@20.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/accounts-controller",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.2",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@ethereumjs/util": "^8.1.0",
|
|
51
51
|
"@metamask/base-controller": "^7.1.1",
|
|
52
|
-
"@metamask/eth-snap-keyring": "^8.
|
|
53
|
-
"@metamask/keyring-api": "^
|
|
54
|
-
"@metamask/keyring-internal-api": "^2.0.
|
|
52
|
+
"@metamask/eth-snap-keyring": "^8.1.1",
|
|
53
|
+
"@metamask/keyring-api": "^14.0.0",
|
|
54
|
+
"@metamask/keyring-internal-api": "^2.0.1",
|
|
55
55
|
"@metamask/snaps-sdk": "^6.7.0",
|
|
56
56
|
"@metamask/snaps-utils": "^8.3.0",
|
|
57
57
|
"@metamask/utils": "^11.0.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@metamask/auto-changelog": "^3.4.4",
|
|
65
|
-
"@metamask/keyring-controller": "^19.0.
|
|
65
|
+
"@metamask/keyring-controller": "^19.0.4",
|
|
66
66
|
"@metamask/providers": "^18.1.1",
|
|
67
67
|
"@metamask/snaps-controllers": "^9.10.0",
|
|
68
68
|
"@types/jest": "^27.4.1",
|