Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-11-11 21:45:56 +00:00
parent eceb4628e4
commit 20fae88bdf
52 changed files with 612 additions and 25 deletions
@@ -1,5 +1,21 @@
# @backstage/plugin-notifications-backend
## 0.6.0-next.2
### Minor Changes
- 87e597c: Adds support for default configuration for an entire notification channel.
This setting will also be inherited down to origins and topics while still respecting the users individual choices.
This will be handy if you want to use a "opt-in" strategy.
### Patch Changes
- Updated dependencies
- @backstage/plugin-notifications-common@0.2.0-next.1
- @backstage/backend-plugin-api@1.5.0-next.2
- @backstage/plugin-notifications-node@0.2.21-next.2
## 0.5.12-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend",
"version": "0.5.12-next.1",
"version": "0.6.0-next.2",
"backstage": {
"role": "backend-plugin",
"pluginId": "notifications",