@metamask-previews/notification-services-controller 26.0.0-preview-ed03d2513 → 26.0.1-preview-abbcfa61d
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [26.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/profile-sync-controller` from `^28.3.0` to `^29.0.0` ([#9779](https://github.com/MetaMask/core/pull/9779))
|
|
15
|
+
|
|
10
16
|
## [26.0.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -845,7 +851,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
845
851
|
|
|
846
852
|
- Initial release
|
|
847
853
|
|
|
848
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@26.0.
|
|
854
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@26.0.1...HEAD
|
|
855
|
+
[26.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@26.0.0...@metamask/notification-services-controller@26.0.1
|
|
849
856
|
[26.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@25.0.0...@metamask/notification-services-controller@26.0.0
|
|
850
857
|
[25.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.3.0...@metamask/notification-services-controller@25.0.0
|
|
851
858
|
[24.3.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.2.0...@metamask/notification-services-controller@24.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "26.0.
|
|
3
|
+
"version": "26.0.1-preview-abbcfa61d",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@metamask/controller-utils": "^12.3.0",
|
|
114
114
|
"@metamask/keyring-controller": "^27.1.0",
|
|
115
115
|
"@metamask/messenger": "^2.0.0",
|
|
116
|
-
"@metamask/profile-sync-controller": "^
|
|
116
|
+
"@metamask/profile-sync-controller": "^29.0.0",
|
|
117
117
|
"@metamask/utils": "^11.11.0",
|
|
118
118
|
"bignumber.js": "^9.1.2",
|
|
119
119
|
"firebase": "^11.2.0",
|