@metamask-previews/notification-services-controller 23.0.0-preview-55f73f6ce → 23.0.1-preview-4f74a56

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 +11 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [23.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
15
+ - Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
16
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
17
+ - Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
18
+
10
19
  ## [23.0.0]
11
20
 
12
21
  ### Added
@@ -697,7 +706,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
697
706
 
698
707
  - Initial release
699
708
 
700
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.0...HEAD
709
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.1...HEAD
710
+ [23.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.0...@metamask/notification-services-controller@23.0.1
701
711
  [23.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.1.0...@metamask/notification-services-controller@23.0.0
702
712
  [22.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.0.0...@metamask/notification-services-controller@22.1.0
703
713
  [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@21.0.0...@metamask/notification-services-controller@22.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "23.0.0-preview-55f73f6ce",
3
+ "version": "23.0.1-preview-4f74a56",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -103,11 +103,11 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@contentful/rich-text-html-renderer": "^16.5.2",
106
- "@metamask/base-controller": "^9.0.0",
106
+ "@metamask/base-controller": "^9.0.1",
107
107
  "@metamask/controller-utils": "^11.19.0",
108
- "@metamask/keyring-controller": "^25.1.0",
109
- "@metamask/messenger": "^0.3.0",
110
- "@metamask/profile-sync-controller": "^28.0.0",
108
+ "@metamask/keyring-controller": "^25.1.1",
109
+ "@metamask/messenger": "^1.0.0",
110
+ "@metamask/profile-sync-controller": "^28.0.1",
111
111
  "@metamask/utils": "^11.9.0",
112
112
  "bignumber.js": "^9.1.2",
113
113
  "firebase": "^11.2.0",