@metamask-previews/notification-services-controller 23.1.0-preview-181ae75e1 → 23.1.1-preview-1f601d6f4
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [23.1.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
13
15
|
- Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
|
|
14
16
|
- Bump `@metamask/keyring-controller` from `^25.2.0` to `^25.5.0` ([#8634](https://github.com/MetaMask/core/pull/8634), [#8665](https://github.com/MetaMask/core/pull/8665), [#8722](https://github.com/MetaMask/core/pull/8722))
|
|
17
|
+
- Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
15
18
|
|
|
16
19
|
## [23.1.0]
|
|
17
20
|
|
|
@@ -724,7 +727,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
724
727
|
|
|
725
728
|
- Initial release
|
|
726
729
|
|
|
727
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.1.
|
|
730
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.1.1...HEAD
|
|
731
|
+
[23.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.1.0...@metamask/notification-services-controller@23.1.1
|
|
728
732
|
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.1...@metamask/notification-services-controller@23.1.0
|
|
729
733
|
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@23.0.0...@metamask/notification-services-controller@23.0.1
|
|
730
734
|
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.1.0...@metamask/notification-services-controller@23.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "23.1.
|
|
3
|
+
"version": "23.1.1-preview-1f601d6f4",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
109
109
|
"@metamask/base-controller": "^9.1.0",
|
|
110
|
-
"@metamask/controller-utils": "^
|
|
110
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
111
111
|
"@metamask/keyring-controller": "^25.5.0",
|
|
112
112
|
"@metamask/messenger": "^1.2.0",
|
|
113
113
|
"@metamask/profile-sync-controller": "^28.0.2",
|