@metamask-previews/preferences-controller 13.2.0-preview-66b0cbe → 13.3.0-preview-1b536ac
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 +1 -1
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
|
+
## [13.3.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Enable smart transactions by default for new users ([#4885](https://github.com/MetaMask/core/pull/4885))
|
|
15
|
+
|
|
10
16
|
## [13.2.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -308,7 +314,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
308
314
|
|
|
309
315
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
310
316
|
|
|
311
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.
|
|
317
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.3.0...HEAD
|
|
318
|
+
[13.3.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.2.0...@metamask/preferences-controller@13.3.0
|
|
312
319
|
[13.2.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.1.0...@metamask/preferences-controller@13.2.0
|
|
313
320
|
[13.1.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.0.3...@metamask/preferences-controller@13.1.0
|
|
314
321
|
[13.0.3]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@13.0.2...@metamask/preferences-controller@13.0.3
|