From 86902e43a191651c3ef9bd7bc73a88d0bec18b97 Mon Sep 17 00:00:00 2001 From: NachoBot Date: Fri, 13 Dec 2024 15:11:24 +0000 Subject: [PATCH] chore: bump @redhat-cloud-services/frontend-components-notifications to 4.1.3 [skip ci] --- packages/notifications/CHANGELOG.md | 5 +++++ packages/notifications/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",