@metamask-previews/notification-services-controller 23.1.0-preview-156c8ccf7 → 23.1.0-preview-7cef09c77
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 +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
13
13
|
- Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
|
|
14
|
+
- Bump `@metamask/keyring-controller` from `^25.2.0` to `^25.3.0` ([#8634](https://github.com/MetaMask/core/pull/8634))
|
|
14
15
|
|
|
15
16
|
## [23.1.0]
|
|
16
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "23.1.0-preview-
|
|
3
|
+
"version": "23.1.0-preview-7cef09c77",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
109
109
|
"@metamask/base-controller": "^9.1.0",
|
|
110
110
|
"@metamask/controller-utils": "^11.20.0",
|
|
111
|
-
"@metamask/keyring-controller": "^25.
|
|
111
|
+
"@metamask/keyring-controller": "^25.3.0",
|
|
112
112
|
"@metamask/messenger": "^1.2.0",
|
|
113
113
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
114
114
|
"@metamask/utils": "^11.9.0",
|