@metamask-previews/notification-services-controller 0.2.0-preview-7f2b7307 → 0.2.1-preview-55328a6
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 +14 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/NotificationServicesController/services/feature-announcements.d.ts +2 -2
- package/dist/types/NotificationServicesController/services/feature-announcements.d.ts.map +1 -1
- package/dist/types/NotificationServicesController/services/onchain-notifications.d.ts +3 -3
- package/dist/types/NotificationServicesController/services/onchain-notifications.d.ts.map +1 -1
- package/dist/types/NotificationServicesPushController/services/endpoints.d.ts +1 -1
- package/dist/types/NotificationServicesPushController/services/endpoints.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.1]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- new controller events when notifications list is updated or notifications are read ([#4573](https://github.com/MetaMask/core/pull/4573))
|
|
15
|
+
- unlock checks for when controller methods are called ([#4569](https://github.com/MetaMask/core/pull/4569))
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- updated controller event type names ([#4592](https://github.com/MetaMask/core/pull/4592))
|
|
20
|
+
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))
|
|
21
|
+
|
|
10
22
|
## [0.2.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -56,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
56
68
|
|
|
57
69
|
- Initial release
|
|
58
70
|
|
|
59
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.2.
|
|
71
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.2.1...HEAD
|
|
72
|
+
[0.2.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.2.0...@metamask/notification-services-controller@0.2.1
|
|
60
73
|
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.1.2...@metamask/notification-services-controller@0.2.0
|
|
61
74
|
[0.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.1.1...@metamask/notification-services-controller@0.1.2
|
|
62
75
|
[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.1.0...@metamask/notification-services-controller@0.1.1
|