Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-04-23 14:53:09 +00:00
parent ee5173fd5e
commit 46046059b4
306 changed files with 4550 additions and 216 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-notifications
## 0.2.1-next.0
### Patch Changes
- e6bf85f: Allow overriding `NotificationsPage` page properties
- a42a19b: Empty descriptions are not rendered to improve the look&feel.
- 1bc3b86: Fix to show web notifications even when browser is on foreground. Fix duplicate notifications with multiple tabs.
- f793112: Allow defining `className` and additional properties for `NotificationsSideBarItem`
- e1c7d6e: Fix infinite loop in the notification title counter
- fcda449: The rendered size of a notification is limited for very long descriptions.
- Updated dependencies
- @backstage/theme@0.5.4-next.0
- @backstage/core-components@0.14.5-next.0
- @backstage/core-plugin-api@1.9.2
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-notifications-common@0.0.3
- @backstage/plugin-signals-react@0.0.3
## 0.2.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications",
"version": "0.2.0",
"version": "0.2.1-next.0",
"backstage": {
"role": "frontend-plugin"
},