Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-11-04 15:00:26 +00:00
parent 719d772743
commit 3738293d26
273 changed files with 3065 additions and 137 deletions
@@ -1,5 +1,22 @@
# @backstage/plugin-notifications-backend
## 0.5.12-next.1
### Patch Changes
- 15fb764: Show default settings for notifications even before receiving first notification.
Previously, it was not possible for the users to see or modify their notification settings until they had received at
least one notification from specific origin or topic.
This update ensures that default settings are displayed from the outset,
allowing users to customize their preferences immediately.
- Updated dependencies
- @backstage/plugin-catalog-node@1.20.0-next.1
- @backstage/backend-plugin-api@1.5.0-next.1
- @backstage/plugin-notifications-node@0.2.21-next.1
- @backstage/plugin-signals-node@0.1.26-next.1
## 0.5.12-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend",
"version": "0.5.12-next.0",
"version": "0.5.12-next.1",
"backstage": {
"role": "backend-plugin",
"pluginId": "notifications",