Version Packages

This commit is contained in:
github-actions[bot]
2025-09-16 13:22:58 +00:00
parent 7a3daf82dd
commit b799a2d07f
444 changed files with 4397 additions and 1032 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-notifications-node
## 0.2.19
### Patch Changes
- 7e7ed57: A new extension point was added that can be used to modify how the users receiving notifications
are resolved. The interface passed to the extension point should only return complete user entity references
based on the notification target references and the excluded entity references. Note that the inputs are lists
of entity references that can be any entity kind, not just user entities.
Using this extension point will override the default behavior of resolving users with the
`DefaultNotificationRecipientResolver`.
- Updated dependencies
- @backstage/catalog-client@1.12.0
- @backstage/backend-plugin-api@1.4.3
- @backstage/plugin-signals-node@0.1.24
## 0.2.19-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-node",
"version": "0.2.19-next.1",
"version": "0.2.19",
"description": "Node.js library for the notifications plugin",
"backstage": {
"role": "node-library",