@metamask/accounts-controller 21.0.1 → 21.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,14 @@ 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
|
+
|
10
18
|
## [21.0.1]
|
11
19
|
|
12
20
|
### Changed
|
@@ -394,7 +402,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
394
402
|
|
395
403
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
396
404
|
|
397
|
-
[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
|
398
407
|
[21.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.0...@metamask/accounts-controller@21.0.1
|
399
408
|
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.2...@metamask/accounts-controller@21.0.0
|
400
409
|
[20.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.1...@metamask/accounts-controller@20.0.2
|
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.1.
|
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",
|