@metamask-previews/preferences-controller 13.1.0-preview-39249b0 → 13.2.0-preview-699c6b6a
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 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [13.2.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `useSafeChainsListValidation` preference ([#4860](https://github.com/MetaMask/core/pull/4860))
|
|
@@ -18,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
20
|
- Add `privacyMode` preference ([#4860](https://github.com/MetaMask/core/pull/4860))
|
|
19
21
|
- Add `privacyMode` property to the `PreferencesController` state (default value: `false`)
|
|
20
22
|
- Add `setPrivacyMode` method to set this property
|
|
23
|
+
- Add `useMultiRpcMigration` preference ([#4732](https://github.com/MetaMask/core/pull/4732))
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
|
|
28
|
+
- Bump `@metamask/controller-utils` from `^11.3.0` to `^11.4.2` ([#4834](https://github.com/MetaMask/core/pull/4834), [#4862](https://github.com/MetaMask/core/pull/4862), [#4870](https://github.com/MetaMask/core/pull/4870))
|
|
21
29
|
|
|
22
30
|
## [13.1.0]
|
|
23
31
|
|
|
@@ -300,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
300
308
|
|
|
301
309
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
302
310
|
|
|
303
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.
|
|
311
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.2.0...HEAD
|
|
312
|
+
[13.2.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.1.0...@metamask/preferences-controller@13.2.0
|
|
304
313
|
[13.1.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.0.3...@metamask/preferences-controller@13.1.0
|
|
305
314
|
[13.0.3]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.0.2...@metamask/preferences-controller@13.0.3
|
|
306
315
|
[13.0.2]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.0.1...@metamask/preferences-controller@13.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/preferences-controller",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.2.0-preview-699c6b6a",
|
|
4
4
|
"description": "Manages user-configurable settings for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@metamask/base-controller": "^7.0.2",
|
|
51
|
-
"@metamask/controller-utils": "^11.4.
|
|
51
|
+
"@metamask/controller-utils": "^11.4.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@metamask/auto-changelog": "^3.4.4",
|
|
55
|
-
"@metamask/keyring-controller": "^17.3.
|
|
55
|
+
"@metamask/keyring-controller": "^17.3.1",
|
|
56
56
|
"@types/jest": "^27.4.1",
|
|
57
57
|
"deepmerge": "^4.2.2",
|
|
58
58
|
"jest": "^27.5.1",
|