@metamask-previews/notification-services-controller 0.8.1-preview-3940b6ca → 0.8.2-preview-13318eb

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
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
+ ## [0.8.2]
11
+
12
+ ### Added
13
+
14
+ - Add `resetNotifications` option during the notification creation flow ([#4738](https://github.com/MetaMask/core/pull/4738))
15
+
10
16
  ## [0.8.1]
11
17
 
12
18
  ### Changed
@@ -173,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173
179
 
174
180
  - Initial release
175
181
 
176
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.1...HEAD
182
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.2...HEAD
183
+ [0.8.2]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.1...@metamask/notification-services-controller@0.8.2
177
184
  [0.8.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.0...@metamask/notification-services-controller@0.8.1
178
185
  [0.8.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.7.0...@metamask/notification-services-controller@0.8.0
179
186
  [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.6.0...@metamask/notification-services-controller@0.7.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "0.8.1-preview-3940b6ca",
3
+ "version": "0.8.2-preview-13318eb",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -111,7 +111,7 @@
111
111
  "@lavamoat/allow-scripts": "^3.0.4",
112
112
  "@metamask/auto-changelog": "^3.4.4",
113
113
  "@metamask/keyring-controller": "^17.2.2",
114
- "@metamask/profile-sync-controller": "^0.9.3",
114
+ "@metamask/profile-sync-controller": "^0.9.4",
115
115
  "@types/jest": "^27.4.1",
116
116
  "@types/readable-stream": "^2.3.0",
117
117
  "contentful": "^10.15.0",