Version Packages

This commit is contained in:
github-actions[bot]
2026-05-19 18:28:24 +00:00
parent 0a44fb3cb8
commit b97fcb0a93
563 changed files with 6223 additions and 1580 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-notifications
## 0.5.17
### Patch Changes
- 3846774: Added missing dependencies that were previously only available transitively.
- e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- 03311e3: The notification description used in the notifications table is now a swappable component, so that apps can replace its rendering with a custom implementation.
- Updated dependencies
- @backstage/core-components@0.18.10
- @backstage/ui@0.15.0
- @backstage/errors@1.3.1
- @backstage/frontend-plugin-api@0.17.0
- @backstage/core-plugin-api@1.12.6
- @backstage/plugin-notifications-common@0.2.3
- @backstage/plugin-signals-react@0.0.22
## 0.5.17-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications",
"version": "0.5.17-next.1",
"version": "0.5.17",
"backstage": {
"role": "frontend-plugin",
"pluginId": "notifications",