@metamask-previews/accounts-controller 25.0.0-preview-4fbfa93f → 26.0.0-preview-b08aa8e7
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 +5 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [26.0.0]
|
11
|
+
|
10
12
|
### Changed
|
11
13
|
|
14
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency to `^21.0.0` ([#5439](https://github.com/MetaMask/core/pull/5439))
|
12
15
|
- **BREAKING:** Bump `@metamask/keyring-utils` from `^2.3.1` to `^3.0.0` ([#5347](https://github.com/MetaMask/core/pull/5347))
|
13
16
|
- **BREAKING:** Bump `@metamask/keyring-internal-api` from `^5.0.0` to `^6.0.0` ([#5347](https://github.com/MetaMask/core/pull/5347))
|
14
17
|
- **BREAKING:** Bump `@metamask/eth-snap-keyring` from `^11.1.0` to `^12.0.0` ([#5347](https://github.com/MetaMask/core/pull/5347))
|
@@ -486,7 +489,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
486
489
|
|
487
490
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
488
491
|
|
489
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@
|
492
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@26.0.0...HEAD
|
493
|
+
[26.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@25.0.0...@metamask/accounts-controller@26.0.0
|
490
494
|
[25.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.1.0...@metamask/accounts-controller@25.0.0
|
491
495
|
[24.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.1...@metamask/accounts-controller@24.1.0
|
492
496
|
[24.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.0...@metamask/accounts-controller@24.0.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "26.0.0-preview-b08aa8e7",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
66
|
"@metamask/auto-changelog": "^3.4.4",
|
67
|
-
"@metamask/keyring-controller": "^
|
67
|
+
"@metamask/keyring-controller": "^21.0.0",
|
68
68
|
"@metamask/providers": "^18.1.1",
|
69
69
|
"@metamask/snaps-controllers": "^9.19.0",
|
70
70
|
"@types/jest": "^27.4.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": "^21.0.0",
|
81
81
|
"@metamask/network-controller": "^22.0.0",
|
82
82
|
"@metamask/providers": "^18.1.0",
|
83
83
|
"@metamask/snaps-controllers": "^9.19.0",
|