@metamask-previews/notification-services-controller 14.0.0-preview-7b919d75 → 15.0.0-preview-982a3250

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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [15.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `BASE` chain to notification UI config in `ui/constants.ts` ([#6124](https://github.com/MetaMask/core/pull/6124))
13
15
 
14
16
  ### Changed
15
17
 
18
+ - **BREAKING:** Bump peer dependency `@metamask/profile-sync-controller` to `^22.0.0` ([#6171](https://github.com/MetaMask/core/pull/6171))
16
19
  - Update push notification utility `getChainSymbol` in `get-notification-message.ts` to use UI constants ([#6124](https://github.com/MetaMask/core/pull/6124))
17
20
 
18
21
  ### Removed
@@ -510,7 +513,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
510
513
 
511
514
  - Initial release
512
515
 
513
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@14.0.0...HEAD
516
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@15.0.0...HEAD
517
+ [15.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@14.0.0...@metamask/notification-services-controller@15.0.0
514
518
  [14.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@13.0.0...@metamask/notification-services-controller@14.0.0
515
519
  [13.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@12.0.1...@metamask/notification-services-controller@13.0.0
516
520
  [12.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@12.0.0...@metamask/notification-services-controller@12.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "14.0.0-preview-7b919d75",
3
+ "version": "15.0.0-preview-982a3250",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -123,7 +123,7 @@
123
123
  "@lavamoat/preinstall-always-fail": "^2.1.0",
124
124
  "@metamask/auto-changelog": "^3.4.4",
125
125
  "@metamask/keyring-controller": "^22.1.0",
126
- "@metamask/profile-sync-controller": "^21.0.0",
126
+ "@metamask/profile-sync-controller": "^22.0.0",
127
127
  "@types/jest": "^27.4.1",
128
128
  "@types/readable-stream": "^2.3.0",
129
129
  "contentful": "^10.15.0",
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "peerDependencies": {
140
140
  "@metamask/keyring-controller": "^22.0.0",
141
- "@metamask/profile-sync-controller": "^21.0.0"
141
+ "@metamask/profile-sync-controller": "^22.0.0"
142
142
  },
143
143
  "engines": {
144
144
  "node": "^18.18 || >=20"