From b4457333c675061a3e993aa7ae87fb1140ca5025 Mon Sep 17 00:00:00 2001 From: Prithpal Sooriya Date: Mon, 27 Jan 2025 13:34:30 +0000 Subject: [PATCH] Initialize Release 289.0.0 --- package.json | 2 +- .../CHANGELOG.md | 21 +++++++++++++------ .../package.json | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 236ce24b1c..3252490e4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "288.0.0", + "version": "289.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index 6da44d6f95..f9f428ea20 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0] + +### Changed + +- **BREAKING:** Bump depenency `firebase` from `^10.11.0` to `^11.2.0` ([#5196](https://github.com/MetaMask/core/pull/5196)) + ## [0.16.0] ### Changed @@ -44,12 +50,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.12.1] -### Uncategorized +### Changed + +- chore: Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831)) + +### Fixed -- fix: disable notifications ([#4890](https://github.com/MetaMask/core/pull/4890)) -- Release 236.0.0 ([#4870](https://github.com/MetaMask/core/pull/4870)) -- Release 233.0.0 ([#4862](https://github.com/MetaMask/core/pull/4862)) -- chore: Bump `@metamask/utils` ([#4831](https://github.com/MetaMask/core/pull/4831)) +- fix: allow snap notifications to be visbible when controller is disabled ([#4890](https://github.com/MetaMask/core/pull/4890)) + - Most notification services are switched off when the controller is disabled, but since snaps are "local notifications", they need to be visible irrespective to the controller disabled state. ## [0.12.0] @@ -274,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.16.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.17.0...HEAD +[0.17.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.16.0...@metamask/notification-services-controller@0.17.0 [0.16.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.15.0...@metamask/notification-services-controller@0.16.0 [0.15.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.14.0...@metamask/notification-services-controller@0.15.0 [0.14.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.13.0...@metamask/notification-services-controller@0.14.0 diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index 1a3fb9f942..5f02e6bc62 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/notification-services-controller", - "version": "0.16.0", + "version": "0.17.0", "description": "Manages New MetaMask decentralized Notification system", "keywords": [ "MetaMask",