@metamask-previews/announcement-controller 8.0.0-preview-55f73f6ce → 8.1.0-preview-4f74a56

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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Expose `AnnouncementController` methods through its messenger ([#8206](https://github.com/MetaMask/core/pull/8206))
@@ -15,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
  - `AnnouncementController:updateViewed`
16
18
  - Corresponding action types (e.g. `AnnouncementControllerResetViewedAction`) are available as well.
17
19
 
20
+ ### Changed
21
+
22
+ - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
23
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
24
+
18
25
  ## [8.0.0]
19
26
 
20
27
  ### Changed
@@ -209,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
209
216
 
210
217
  All changes listed after this point were applied to this package following the monorepo conversion.
211
218
 
212
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@8.0.0...HEAD
219
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@8.1.0...HEAD
220
+ [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@8.0.0...@metamask/announcement-controller@8.1.0
213
221
  [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@7.1.1...@metamask/announcement-controller@8.0.0
214
222
  [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@7.1.0...@metamask/announcement-controller@7.1.1
215
223
  [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@7.0.3...@metamask/announcement-controller@7.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/announcement-controller",
3
- "version": "8.0.0-preview-55f73f6ce",
3
+ "version": "8.1.0-preview-4f74a56",
4
4
  "description": "Manages in-app announcements",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,8 +48,8 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/base-controller": "^9.0.0",
52
- "@metamask/messenger": "^0.3.0"
51
+ "@metamask/base-controller": "^9.0.1",
52
+ "@metamask/messenger": "^1.0.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@metamask/auto-changelog": "^3.4.4",