Version Packages

This commit is contained in:
github-actions[bot]
2025-08-19 13:01:39 +00:00
parent 2974f7f52b
commit b93a3471c2
489 changed files with 4672 additions and 1646 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/plugin-notifications
## 0.5.8
### Patch Changes
- e4ddf22: Internal update to align with new blueprint parameter naming in the new frontend system.
- f2f133c: Internal update to use the new variant of `ApiBlueprint`.
- 5a70981: Fix duplicate notification origins with multiple channels
- 8a24e0f: Improve customization of the notification snackbar.
Users can now customize the notification snackbar by providing custom components and icons
for different severity levels. Additionally, the location of the snackbar notifications
can be modified, the density of the snackbar can be changed, and the number of snacks can
be limited.
- Updated dependencies
- @backstage/core-components@0.17.5
- @backstage/frontend-plugin-api@0.11.0
- @backstage/core-compat-api@0.5.0
- @backstage/theme@0.6.8
- @backstage/plugin-notifications-common@0.1.0
## 0.5.8-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications",
"version": "0.5.8-next.2",
"version": "0.5.8",
"backstage": {
"role": "frontend-plugin",
"pluginId": "notifications",