@metamask-previews/notification-services-controller 0.7.0-preview-7ccbf59 → 0.8.0-preview-cf2e569

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 +9 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.8.0]
11
+
12
+ ### Changed
13
+
14
+ - Update UI export from MATIC to POL ([#4720](https://github.com/MetaMask/core/pull/4720))
15
+ - Bump `@metamask/profile-sync-controller` from `^0.8.0` to `^0.8.1` ([#4722]https://github.com/MetaMask/core/pull/4720)
16
+
10
17
  ## [0.7.0]
11
18
 
12
19
  ### Changed
@@ -159,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
166
 
160
167
  - Initial release
161
168
 
162
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.7.0...HEAD
169
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.0...HEAD
170
+ [0.8.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.7.0...@metamask/notification-services-controller@0.8.0
163
171
  [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.6.0...@metamask/notification-services-controller@0.7.0
164
172
  [0.6.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.5.1...@metamask/notification-services-controller@0.6.0
165
173
  [0.5.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.5.0...@metamask/notification-services-controller@0.5.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "0.7.0-preview-7ccbf59",
3
+ "version": "0.8.0-preview-cf2e569",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -111,7 +111,7 @@
111
111
  "@lavamoat/allow-scripts": "^3.0.4",
112
112
  "@metamask/auto-changelog": "^3.4.4",
113
113
  "@metamask/keyring-controller": "^17.2.1",
114
- "@metamask/profile-sync-controller": "^0.8.0",
114
+ "@metamask/profile-sync-controller": "^0.8.1",
115
115
  "@types/jest": "^27.4.1",
116
116
  "@types/readable-stream": "^2.3.0",
117
117
  "contentful": "^10.15.0",