@metamask-previews/notification-services-controller 0.8.0-preview-113f7cb → 0.8.1-preview-1510ded6

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 +3 -3
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.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-controller` from `^17.2.1` to `^17.2.2`. ([#4731](https://github.com/MetaMask/core/pull/4731))
15
+ - Bump `@metamask/profile-sync-controller` from `^0.9.1` to `^0.9.2`. ([#4731](https://github.com/MetaMask/core/pull/4731))
16
+
10
17
  ## [0.8.0]
11
18
 
12
19
  ### Changed
@@ -166,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166
173
 
167
174
  - Initial release
168
175
 
169
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.0...HEAD
176
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.1...HEAD
177
+ [0.8.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.8.0...@metamask/notification-services-controller@0.8.1
170
178
  [0.8.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.7.0...@metamask/notification-services-controller@0.8.0
171
179
  [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.6.0...@metamask/notification-services-controller@0.7.0
172
180
  [0.6.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.5.1...@metamask/notification-services-controller@0.6.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "0.8.0-preview-113f7cb",
3
+ "version": "0.8.1-preview-1510ded6",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -110,8 +110,8 @@
110
110
  "devDependencies": {
111
111
  "@lavamoat/allow-scripts": "^3.0.4",
112
112
  "@metamask/auto-changelog": "^3.4.4",
113
- "@metamask/keyring-controller": "^17.2.1",
114
- "@metamask/profile-sync-controller": "^0.9.0",
113
+ "@metamask/keyring-controller": "^17.2.2",
114
+ "@metamask/profile-sync-controller": "^0.9.3",
115
115
  "@types/jest": "^27.4.1",
116
116
  "@types/readable-stream": "^2.3.0",
117
117
  "contentful": "^10.15.0",