@metamask-previews/notification-services-controller 22.0.0-preview-3b760ee09 → 22.1.0-preview-d8a0c2fc5

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 +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [22.1.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Debounce `KeyringController:stateChange` handler to reduce redundant notification subscription calls during rapid account syncing ([#7980](https://github.com/MetaMask/core/pull/7980))
13
15
  - Filter out Product Account announcements notifications older than 3 months ([#7884](https://github.com/MetaMask/core/pull/7884))
14
16
  - Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
17
+ - Bump `@metamask/profile-sync-controller` from `^27.1.0` to `^28.0.0` ([#8162](https://github.com/MetaMask/core/pull/8162))
15
18
 
16
19
  ## [22.0.0]
17
20
 
@@ -664,7 +667,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
664
667
 
665
668
  - Initial release
666
669
 
667
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.0.0...HEAD
670
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.1.0...HEAD
671
+ [22.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.0.0...@metamask/notification-services-controller@22.1.0
668
672
  [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@21.0.0...@metamask/notification-services-controller@22.0.0
669
673
  [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@20.0.0...@metamask/notification-services-controller@21.0.0
670
674
  [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@19.0.0...@metamask/notification-services-controller@20.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "22.0.0-preview-3b760ee09",
3
+ "version": "22.1.0-preview-d8a0c2fc5",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -104,7 +104,7 @@
104
104
  "@metamask/controller-utils": "^11.19.0",
105
105
  "@metamask/keyring-controller": "^25.1.0",
106
106
  "@metamask/messenger": "^0.3.0",
107
- "@metamask/profile-sync-controller": "^27.1.0",
107
+ "@metamask/profile-sync-controller": "^28.0.0",
108
108
  "@metamask/utils": "^11.9.0",
109
109
  "bignumber.js": "^9.1.2",
110
110
  "firebase": "^11.2.0",