@metamask-previews/notification-services-controller 0.20.0-preview-224dff25 → 0.20.1-preview-1a21f764

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 +4 -4
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
+ ## [0.20.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^7.1.1` to `^8.0.0` ([#5305](https://github.com/MetaMask/core/pull/5305))
15
+
10
16
  ## [0.20.0]
11
17
 
12
18
  ### Changed
@@ -302,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
302
308
 
303
309
  - Initial release
304
310
 
305
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.20.0...HEAD
311
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.20.1...HEAD
312
+ [0.20.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.20.0...@metamask/notification-services-controller@0.20.1
306
313
  [0.20.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.19.0...@metamask/notification-services-controller@0.20.0
307
314
  [0.19.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.18.0...@metamask/notification-services-controller@0.19.0
308
315
  [0.18.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.17.0...@metamask/notification-services-controller@0.18.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "0.20.0-preview-224dff25",
3
+ "version": "0.20.1-preview-1a21f764",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -100,7 +100,7 @@
100
100
  },
101
101
  "dependencies": {
102
102
  "@contentful/rich-text-html-renderer": "^16.5.2",
103
- "@metamask/base-controller": "^7.1.1",
103
+ "@metamask/base-controller": "^8.0.0",
104
104
  "@metamask/controller-utils": "^11.5.0",
105
105
  "@metamask/utils": "^11.1.0",
106
106
  "bignumber.js": "^9.1.2",
@@ -112,8 +112,8 @@
112
112
  "@lavamoat/allow-scripts": "^3.0.4",
113
113
  "@lavamoat/preinstall-always-fail": "^2.1.0",
114
114
  "@metamask/auto-changelog": "^3.4.4",
115
- "@metamask/keyring-controller": "^19.0.6",
116
- "@metamask/profile-sync-controller": "^7.0.0",
115
+ "@metamask/keyring-controller": "^19.0.7",
116
+ "@metamask/profile-sync-controller": "^7.0.1",
117
117
  "@types/jest": "^27.4.1",
118
118
  "@types/readable-stream": "^2.3.0",
119
119
  "contentful": "^10.15.0",