Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
@@ -1,5 +1,21 @@
# @backstage/plugin-notifications-backend
## 0.6.4
### Patch Changes
- 4c1fd43: Added an action to get a user's notifications
- 070af42: Fix handling of `limit=0` in `getNotifications` query to return empty results instead of all notifications
- Updated dependencies
- @backstage/backend-plugin-api@1.9.0
- @backstage/errors@1.3.0
- @backstage/catalog-model@1.8.0
- @backstage/plugin-catalog-node@2.2.0
- @backstage/plugin-signals-node@0.2.0
- @backstage/plugin-notifications-node@0.2.25
- @backstage/config@1.3.7
- @backstage/plugin-notifications-common@0.2.2
## 0.6.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend",
"version": "0.6.4-next.2",
"version": "0.6.4",
"backstage": {
"role": "backend-plugin",
"pluginId": "notifications",