@metamask-previews/notification-services-controller 24.1.2-preview-cf351fcd3 → 24.1.3-preview-35bdba6

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.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/controller-utils` from `^12.1.0` to `^12.1.1` ([#9058](https://github.com/MetaMask/core/pull/9058))
15
+ - Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
16
+
10
17
  ## [24.1.2]
11
18
 
12
19
  ### Changed
@@ -763,7 +770,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
763
770
 
764
771
  - Initial release
765
772
 
766
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.2...HEAD
773
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.3...HEAD
774
+ [24.1.3]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.2...@metamask/notification-services-controller@24.1.3
767
775
  [24.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.1...@metamask/notification-services-controller@24.1.2
768
776
  [24.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.0...@metamask/notification-services-controller@24.1.1
769
777
  [24.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.0.0...@metamask/notification-services-controller@24.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "24.1.2-preview-cf351fcd3",
3
+ "version": "24.1.3-preview-35bdba6",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -108,8 +108,8 @@
108
108
  "@contentful/rich-text-html-renderer": "^16.5.2",
109
109
  "@metamask/authenticated-user-storage": "^2.0.0",
110
110
  "@metamask/base-controller": "^9.1.0",
111
- "@metamask/controller-utils": "^12.1.0",
112
- "@metamask/keyring-controller": "^26.0.0",
111
+ "@metamask/controller-utils": "^12.1.1",
112
+ "@metamask/keyring-controller": "^27.0.0",
113
113
  "@metamask/messenger": "^1.2.0",
114
114
  "@metamask/profile-sync-controller": "^28.1.1",
115
115
  "@metamask/utils": "^11.9.0",