@metamask/accounts-controller 1.0.0 → 2.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,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [2.0.0]
|
10
|
+
### Changed
|
11
|
+
- **BREAKING:** Bump peer dependency on `@metamask/keyring-controller` to ^8.0.0
|
12
|
+
|
9
13
|
## [1.0.0]
|
10
14
|
### Added
|
11
15
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
12
16
|
|
13
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@
|
17
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@2.0.0...HEAD
|
18
|
+
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@1.0.0...@metamask/accounts-controller@2.0.0
|
14
19
|
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/accounts-controller@1.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/accounts-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "2.0.0",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
44
|
"@metamask/auto-changelog": "^3.1.0",
|
45
|
-
"@metamask/keyring-controller": "^
|
45
|
+
"@metamask/keyring-controller": "^8.0.0",
|
46
46
|
"@metamask/snaps-controllers": "^1.0.1",
|
47
47
|
"@types/jest": "^27.4.1",
|
48
48
|
"@types/readable-stream": "^2.3.0",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"typescript": "~4.6.3"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
56
|
-
"@metamask/keyring-controller": "^
|
56
|
+
"@metamask/keyring-controller": "^8.0.0"
|
57
57
|
},
|
58
58
|
"engines": {
|
59
59
|
"node": ">=16.0.0"
|