Version Packages
This commit is contained in:
@@ -1,5 +1,34 @@
|
||||
# @backstage/plugin-notifications-backend
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 939b4ec: Notifications-backend URL query parameter changed from `minimal_severity` to `minimumSeverity`.
|
||||
- ec40998: On the Notifications page, the user can trigger "Save" or "Mark as read" actions once for multiple selected notifications.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0d99528: Notification processor functions are now renamed to `preProcess` and `postProcess`.
|
||||
Additionally, processor name is now required to be returned by `getName`.
|
||||
A new processor functionality `processOptions` was added to process options before sending the notification.
|
||||
- e003e0e: The ordered list of notifications' severities is exported by notifications-common for reusability.
|
||||
- 9a41a7b: Migrate signals and notifications to the new backend in local development
|
||||
- 9987066: fix: retrieve relations and children when mapping group entities for notifications
|
||||
- 6206039: Fix entity owner resolution in notifications
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.7
|
||||
- @backstage/plugin-notifications-common@0.0.3
|
||||
- @backstage/plugin-notifications-node@0.1.3
|
||||
- @backstage/backend-plugin-api@0.6.17
|
||||
- @backstage/plugin-auth-node@0.4.12
|
||||
- @backstage/catalog-client@1.6.4
|
||||
- @backstage/plugin-events-node@0.3.3
|
||||
- @backstage/plugin-signals-node@0.1.3
|
||||
- @backstage/catalog-model@1.4.5
|
||||
- @backstage/config@1.2.0
|
||||
- @backstage/errors@1.2.4
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-notifications-backend",
|
||||
"version": "0.2.0-next.1",
|
||||
"version": "0.2.0",
|
||||
"backstage": {
|
||||
"role": "backend-plugin"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user