Version Packages
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-notifications-common
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### 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.
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-notifications-common",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Common functionalities for the notifications plugin",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
Reference in New Issue
Block a user