@metamask/notification-services-controller 8.0.0 → 10.0.0

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 +16 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [10.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** bump `@metamask/profile-sync-controller` peer dependency to `^17.0.0` ([#5906](https://github.com/MetaMask/core/pull/5906))
15
+
16
+ ## [9.0.0]
17
+
18
+ ### Changed
19
+
20
+ - **BREAKING:** bump `@metamask/profile-sync-controller` peer dependency to `^16.0.0` ([#5802](https://github.com/MetaMask/core/pull/5802))
21
+ - Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
22
+
10
23
  ## [8.0.0]
11
24
 
12
25
  ### Changed
@@ -420,7 +433,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
420
433
 
421
434
  - Initial release
422
435
 
423
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@8.0.0...HEAD
436
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@10.0.0...HEAD
437
+ [10.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@9.0.0...@metamask/notification-services-controller@10.0.0
438
+ [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@8.0.0...@metamask/notification-services-controller@9.0.0
424
439
  [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@7.0.0...@metamask/notification-services-controller@8.0.0
425
440
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@6.0.1...@metamask/notification-services-controller@7.0.0
426
441
  [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@6.0.0...@metamask/notification-services-controller@6.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/notification-services-controller",
3
- "version": "8.0.0",
3
+ "version": "10.0.0",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -111,7 +111,7 @@
111
111
  "dependencies": {
112
112
  "@contentful/rich-text-html-renderer": "^16.5.2",
113
113
  "@metamask/base-controller": "^8.0.1",
114
- "@metamask/controller-utils": "^11.8.0",
114
+ "@metamask/controller-utils": "^11.9.0",
115
115
  "@metamask/utils": "^11.2.0",
116
116
  "bignumber.js": "^9.1.2",
117
117
  "firebase": "^11.2.0",
@@ -122,8 +122,8 @@
122
122
  "@lavamoat/allow-scripts": "^3.0.4",
123
123
  "@lavamoat/preinstall-always-fail": "^2.1.0",
124
124
  "@metamask/auto-changelog": "^3.4.4",
125
- "@metamask/keyring-controller": "^22.0.0",
126
- "@metamask/profile-sync-controller": "^15.0.0",
125
+ "@metamask/keyring-controller": "^22.0.1",
126
+ "@metamask/profile-sync-controller": "^17.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": "^15.0.0"
141
+ "@metamask/profile-sync-controller": "^17.0.0"
142
142
  },
143
143
  "engines": {
144
144
  "node": "^18.18 || >=20"