@metamask-previews/preferences-controller 20.1.0-preview-ab0ad568 → 20.1.1-preview-0458fe94
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 +10 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6534](https://github.com/MetaMask/core/pull/6534))
|
|
13
|
+
- Previously, `PreferencesController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
14
|
+
- **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6534](https://github.com/MetaMask/core/pull/6534))
|
|
15
|
+
|
|
16
|
+
## [20.1.1]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
12
20
|
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
|
|
13
21
|
|
|
14
22
|
## [20.1.0]
|
|
@@ -19,11 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
19
27
|
- Add `MONAD` into constant `ETHERSCAN_SUPPORTED_CHAIN_IDS`
|
|
20
28
|
- Update default controller state so MONAD (Chain ID `0x8f`) is automatically enabled in `showIncomingTransactions`
|
|
21
29
|
|
|
22
|
-
### Changed
|
|
23
|
-
|
|
24
|
-
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6534](https://github.com/MetaMask/core/pull/6534))
|
|
25
|
-
- Previously, `PreferencesController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
26
|
-
|
|
27
30
|
## [20.0.2]
|
|
28
31
|
|
|
29
32
|
### Changed
|
|
@@ -460,7 +463,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
460
463
|
|
|
461
464
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
462
465
|
|
|
463
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@20.1.
|
|
466
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@20.1.1...HEAD
|
|
467
|
+
[20.1.1]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@20.1.0...@metamask/preferences-controller@20.1.1
|
|
464
468
|
[20.1.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@20.0.2...@metamask/preferences-controller@20.1.0
|
|
465
469
|
[20.0.2]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@20.0.1...@metamask/preferences-controller@20.0.2
|
|
466
470
|
[20.0.1]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@20.0.0...@metamask/preferences-controller@20.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/preferences-controller",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.1-preview-0458fe94",
|
|
4
4
|
"description": "Manages user-configurable settings for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@metamask/auto-changelog": "^3.4.4",
|
|
56
|
-
"@metamask/keyring-controller": "^23.
|
|
56
|
+
"@metamask/keyring-controller": "^23.2.0",
|
|
57
57
|
"@metamask/utils": "^11.8.1",
|
|
58
58
|
"@types/jest": "^27.4.1",
|
|
59
59
|
"deepmerge": "^4.2.2",
|