diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 7f2226397..e2fe3fff8 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -2,6 +2,11 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [4.1.3](https://github.com/RedHatInsights/frontend-components/compare/@redhat-cloud-services/frontend-components-notifications-4.1.2...@redhat-cloud-services/frontend-components-notifications-4.1.3) (2024-12-13) + +### Dependency Updates + +* `@redhat-cloud-services/frontend-components` updated to version `5.0.3` ## [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 diff --git a/packages/notifications/package.json b/packages/notifications/package.json index c1ad99839..9b8e7667e 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.2", + "version": "4.1.3", "description": "Notifications portal to show toast notifications for RedHat Cloud Services project.", "browser": "index.js", "module": "esm/index.js",