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
@@ -1,5 +1,19 @@
# @backstage/plugin-notifications-backend
## 0.5.9
### Patch Changes
- 9152ba8: Add an optional generic object `metadata` field to `NotificationPayload`. Metadata can be used to store additional unstructured data for the notification and are available to use by processors.
- Updated dependencies
- @backstage/plugin-catalog-node@1.18.0
- @backstage/plugin-notifications-common@0.1.0
- @backstage/plugin-auth-node@0.6.6
- @backstage/plugin-notifications-node@0.2.18
- @backstage/backend-plugin-api@1.4.2
- @backstage/plugin-events-node@0.4.14
- @backstage/plugin-signals-node@0.1.23
## 0.5.9-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend",
"version": "0.5.9-next.0",
"version": "0.5.9",
"backstage": {
"role": "backend-plugin",
"pluginId": "notifications",