@metamask-previews/notification-services-controller 4.0.0-preview-03c4c9c3 → 5.0.0-preview-29fe07c

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 +8 -1
  2. package/package.json +3 -3
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
+ ## [5.0.0]
11
+
12
+ ### Changed
13
+
14
+ - Bump peer dependency `@metamask/profile-sync-controller` to `^11.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
15
+
10
16
  ## [4.0.0]
11
17
 
12
18
  ### Changed
@@ -367,7 +373,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367
373
 
368
374
  - Initial release
369
375
 
370
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@4.0.0...HEAD
376
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@5.0.0...HEAD
377
+ [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@4.0.0...@metamask/notification-services-controller@5.0.0
371
378
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@3.0.0...@metamask/notification-services-controller@4.0.0
372
379
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@2.0.0...@metamask/notification-services-controller@3.0.0
373
380
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@1.0.0...@metamask/notification-services-controller@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "4.0.0-preview-03c4c9c3",
3
+ "version": "5.0.0-preview-29fe07c",
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": "^21.0.0",
126
- "@metamask/profile-sync-controller": "^10.1.0",
126
+ "@metamask/profile-sync-controller": "^11.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": "^21.0.0",
141
- "@metamask/profile-sync-controller": "^10.0.0"
141
+ "@metamask/profile-sync-controller": "^11.0.0"
142
142
  },
143
143
  "engines": {
144
144
  "node": "^18.18 || >=20"