@metamask/notification-services-controller 18.3.0 → 18.3.1

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
+ ## [18.3.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
15
+
10
16
  ## [18.3.0]
11
17
 
12
18
  ### Added
@@ -576,7 +582,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
576
582
 
577
583
  - Initial release
578
584
 
579
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.0...HEAD
585
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.1...HEAD
586
+ [18.3.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.0...@metamask/notification-services-controller@18.3.1
580
587
  [18.3.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.2.0...@metamask/notification-services-controller@18.3.0
581
588
  [18.2.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.1.0...@metamask/notification-services-controller@18.2.0
582
589
  [18.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.0.0...@metamask/notification-services-controller@18.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/notification-services-controller",
3
- "version": "18.3.0",
3
+ "version": "18.3.1",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -110,7 +110,7 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@contentful/rich-text-html-renderer": "^16.5.2",
113
- "@metamask/base-controller": "^8.4.1",
113
+ "@metamask/base-controller": "^8.4.2",
114
114
  "@metamask/controller-utils": "^11.14.1",
115
115
  "@metamask/utils": "^11.8.1",
116
116
  "bignumber.js": "^9.1.2",
@@ -123,8 +123,8 @@
123
123
  "@lavamoat/allow-scripts": "^3.0.4",
124
124
  "@lavamoat/preinstall-always-fail": "^2.1.0",
125
125
  "@metamask/auto-changelog": "^3.4.4",
126
- "@metamask/keyring-controller": "^23.1.1",
127
- "@metamask/profile-sync-controller": "^25.1.0",
126
+ "@metamask/keyring-controller": "^23.2.0",
127
+ "@metamask/profile-sync-controller": "^25.1.2",
128
128
  "@types/jest": "^27.4.1",
129
129
  "@types/readable-stream": "^2.3.0",
130
130
  "@types/semver": "^7",