diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index e69de29bb..7f2226397 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). + +## [4.1.2](https://github.com/RedHatInsights/frontend-components/compare/@redhat-cloud-services/frontend-components-notifications-4.1.1...@redhat-cloud-services/frontend-components-notifications-4.1.2) (2024-12-02) + +### Dependency Updates + +* `@redhat-cloud-services/frontend-components-utilities` updated to version `5.0.4` +* `@redhat-cloud-services/frontend-components` updated to version `5.0.2` diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 9af0cbd55..c1ad99839 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/frontend-components-notifications", - "version": "4.1.0", + "version": "4.1.2", "description": "Notifications portal to show toast notifications for RedHat Cloud Services project.", "browser": "index.js", "module": "esm/index.js",