@metamask-previews/accounts-controller 28.0.0-preview-5cc6dab9 → 29.0.0-preview-f5bd9ba5
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 +3 -3
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
|
+
## [29.0.0]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- **BREAKING:** bump `@metamask/keyring-controller` peer dependency to `^22.0.0` ([#5802](https://github.com/MetaMask/core/pull/5802))
|
15
|
+
|
10
16
|
## [28.0.0]
|
11
17
|
|
12
18
|
### Added
|
@@ -528,7 +534,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
528
534
|
|
529
535
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
530
536
|
|
531
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@
|
537
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@29.0.0...HEAD
|
538
|
+
[29.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@28.0.0...@metamask/accounts-controller@29.0.0
|
532
539
|
[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@27.0.0...@metamask/accounts-controller@28.0.0
|
533
540
|
[27.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@26.1.0...@metamask/accounts-controller@27.0.0
|
534
541
|
[26.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@26.0.0...@metamask/accounts-controller@26.1.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "29.0.0-preview-f5bd9ba5",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
66
|
-
"@metamask/keyring-controller": "^
|
66
|
+
"@metamask/keyring-controller": "^22.0.0",
|
67
67
|
"@metamask/network-controller": "^23.4.0",
|
68
68
|
"@metamask/providers": "^21.0.0",
|
69
69
|
"@metamask/snaps-controllers": "^11.2.1",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"webextension-polyfill": "^0.12.0"
|
78
78
|
},
|
79
79
|
"peerDependencies": {
|
80
|
-
"@metamask/keyring-controller": "^
|
80
|
+
"@metamask/keyring-controller": "^22.0.0",
|
81
81
|
"@metamask/network-controller": "^23.0.0",
|
82
82
|
"@metamask/providers": "^21.0.0",
|
83
83
|
"@metamask/snaps-controllers": "^11.0.0",
|