@metamask-previews/notification-services-controller 23.0.0-preview-55f73f6ce → 23.0.1-preview-246ad42b8
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.
- package/CHANGELOG.md +15 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
13
|
+
|
|
14
|
+
## [23.0.1]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
19
|
+
- Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
20
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.0` to `^28.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
22
|
+
|
|
10
23
|
## [23.0.0]
|
|
11
24
|
|
|
12
25
|
### Added
|
|
@@ -697,7 +710,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
697
710
|
|
|
698
711
|
- Initial release
|
|
699
712
|
|
|
700
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.
|
|
713
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.1...HEAD
|
|
714
|
+
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.0...@metamask/notification-services-controller@23.0.1
|
|
701
715
|
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.1.0...@metamask/notification-services-controller@23.0.0
|
|
702
716
|
[22.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.0.0...@metamask/notification-services-controller@22.1.0
|
|
703
717
|
[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.
|
|
3
|
+
"version": "23.0.1-preview-246ad42b8",
|
|
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.
|
|
106
|
+
"@metamask/base-controller": "^9.0.1",
|
|
107
107
|
"@metamask/controller-utils": "^11.19.0",
|
|
108
|
-
"@metamask/keyring-controller": "^25.1.
|
|
109
|
-
"@metamask/messenger": "^0.
|
|
110
|
-
"@metamask/profile-sync-controller": "^28.0.
|
|
108
|
+
"@metamask/keyring-controller": "^25.1.1",
|
|
109
|
+
"@metamask/messenger": "^1.0.0",
|
|
110
|
+
"@metamask/profile-sync-controller": "^28.0.2",
|
|
111
111
|
"@metamask/utils": "^11.9.0",
|
|
112
112
|
"bignumber.js": "^9.1.2",
|
|
113
113
|
"firebase": "^11.2.0",
|