Version Packages

This commit is contained in:
github-actions[bot]
2025-12-16 14:08:20 +00:00
parent 08f8a58f82
commit c24788d5bb
487 changed files with 4885 additions and 1335 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-notifications
## 0.5.12
### Patch Changes
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
- 53347cc: Move long notification descriptions behind `Show more/less` button.
This improves readability of the notifications list by preventing long descriptions from taking up too much space
or rendering very small scrollable areas.
- Updated dependencies
- @backstage/frontend-plugin-api@0.13.2
- @backstage/core-components@0.18.4
- @backstage/core-plugin-api@1.12.1
- @backstage/theme@0.7.1
- @backstage/plugin-signals-react@0.0.18
## 0.5.12-next.0
### Patch Changes