Version Packages

This commit is contained in:
github-actions[bot]
2026-02-17 16:06:18 +00:00
parent 31de2c9b3a
commit e6df5d52ce
589 changed files with 6497 additions and 2264 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-notifications
## 0.5.14
### Patch Changes
- 8005286: Added `renderItem` prop to `NotificationsSidebarItem` component, allowing custom UI rendering while retaining all built-in notification logic (unread count, snackbar, signals, web notifications).
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
- Updated dependencies
- @backstage/core-components@0.18.7
- @backstage/theme@0.7.2
- @backstage/frontend-plugin-api@0.14.0
- @backstage/plugin-notifications-common@0.2.1
- @backstage/core-plugin-api@1.12.3
- @backstage/plugin-signals-react@0.0.19
## 0.5.14-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications",
"version": "0.5.14-next.2",
"version": "0.5.14",
"backstage": {
"role": "frontend-plugin",
"pluginId": "notifications",