@metamask-previews/notification-services-controller 24.1.1-preview-781882851 → 24.1.2-preview-d3514bcb5

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 +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.1.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
15
+ - Bump `@metamask/profile-sync-controller` from `^28.1.0` to `^28.1.1` ([#8912](https://github.com/MetaMask/core/pull/8912))
16
+
10
17
  ## [24.1.1]
11
18
 
12
19
  ### Changed
@@ -756,7 +763,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
756
763
 
757
764
  - Initial release
758
765
 
759
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.1...HEAD
766
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.2...HEAD
767
+ [24.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.1...@metamask/notification-services-controller@24.1.2
760
768
  [24.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.0...@metamask/notification-services-controller@24.1.1
761
769
  [24.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.0.0...@metamask/notification-services-controller@24.1.0
762
770
  [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.1.1...@metamask/notification-services-controller@24.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "24.1.1-preview-781882851",
3
+ "version": "24.1.2-preview-d3514bcb5",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -109,9 +109,9 @@
109
109
  "@metamask/authenticated-user-storage": "^2.0.0",
110
110
  "@metamask/base-controller": "^9.1.0",
111
111
  "@metamask/controller-utils": "^12.1.0",
112
- "@metamask/keyring-controller": "^25.5.0",
112
+ "@metamask/keyring-controller": "^26.0.0",
113
113
  "@metamask/messenger": "^1.2.0",
114
- "@metamask/profile-sync-controller": "^28.1.0",
114
+ "@metamask/profile-sync-controller": "^28.1.1",
115
115
  "@metamask/utils": "^11.9.0",
116
116
  "bignumber.js": "^9.1.2",
117
117
  "firebase": "^11.2.0",