@metamask/accounts-controller 7.0.1 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [8.0.0]
|
10
|
+
### Changed
|
11
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` to ^12.0.0
|
12
|
+
|
9
13
|
## [7.0.1]
|
10
14
|
### Changed
|
11
15
|
- Bump snaps dependencies ([#3734](https://github.com/MetaMask/core/pull/3734))
|
@@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
62
66
|
### Added
|
63
67
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
64
68
|
|
65
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@
|
69
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@8.0.0...HEAD
|
70
|
+
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@7.0.1...@metamask/accounts-controller@8.0.0
|
66
71
|
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@7.0.0...@metamask/accounts-controller@7.0.1
|
67
72
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@6.0.0...@metamask/accounts-controller@7.0.0
|
68
73
|
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@5.0.0...@metamask/accounts-controller@6.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/accounts-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "8.0.0",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@metamask/auto-changelog": "^3.4.4",
|
47
|
-
"@metamask/keyring-controller": "^
|
47
|
+
"@metamask/keyring-controller": "^12.0.0",
|
48
48
|
"@metamask/snaps-controllers": "^3.6.0",
|
49
49
|
"@types/jest": "^27.4.1",
|
50
50
|
"@types/readable-stream": "^2.3.0",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"typescript": "~4.8.4"
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
|
-
"@metamask/keyring-controller": "^
|
58
|
+
"@metamask/keyring-controller": "^12.0.0",
|
59
59
|
"@metamask/snaps-controllers": "^3.6.0"
|
60
60
|
},
|
61
61
|
"engines": {
|