@metamask-previews/notification-controller
Advanced tools
Comparing version 4.0.0-preview.3fbb6b41 to 4.0.1-preview.c9a5f6a5
@@ -9,2 +9,6 @@ # Changelog | ||
## [4.0.1] | ||
### Changed | ||
- Bump `@metamask/base-controller` to `^4.0.1` ([#3695](https://github.com/MetaMask/core/pull/3695)) | ||
## [4.0.0] | ||
@@ -60,3 +64,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.1...HEAD | ||
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.0...@metamask/notification-controller@4.0.1 | ||
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.3...@metamask/notification-controller@4.0.0 | ||
@@ -63,0 +68,0 @@ [3.1.3]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.2...@metamask/notification-controller@3.1.3 |
{ | ||
"name": "@metamask-previews/notification-controller", | ||
"version": "4.0.0-preview.3fbb6b41", | ||
"version": "4.0.1-preview.c9a5f6a5", | ||
"description": "Manages display of notifications within MetaMask", | ||
@@ -25,2 +25,3 @@ "keywords": [ | ||
"build:docs": "typedoc", | ||
"changelog:update": "../../scripts/update-changelog.sh @metamask/notification-controller", | ||
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/notification-controller", | ||
@@ -34,3 +35,3 @@ "publish:preview": "yarn npm publish --tag preview", | ||
"dependencies": { | ||
"@metamask/base-controller": "^4.0.0", | ||
"@metamask/base-controller": "^4.0.1", | ||
"@metamask/utils": "^8.2.0", | ||
@@ -40,3 +41,3 @@ "nanoid": "^3.1.31" | ||
"devDependencies": { | ||
"@metamask/auto-changelog": "^3.4.3", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@types/jest": "^27.4.1", | ||
@@ -43,0 +44,0 @@ "deepmerge": "^4.2.2", |
23976