@backstage/plugin-notifications-backend 0.6.5 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-notifications-backend
|
|
2
2
|
|
|
3
|
+
## 0.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ac410b1: Migrated the internal router to be generated from the plugin's OpenAPI specification. The HTTP API is unchanged.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@1.9.2
|
|
10
|
+
- @backstage/backend-openapi-utils@0.6.10
|
|
11
|
+
- @backstage/plugin-catalog-node@2.2.2
|
|
12
|
+
- @backstage/plugin-notifications-node@0.2.27
|
|
13
|
+
- @backstage/plugin-signals-node@0.2.2
|
|
14
|
+
|
|
15
|
+
## 0.6.6-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- ac410b1: Migrated the internal router to be generated from the plugin's OpenAPI specification. The HTTP API is unchanged.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/plugin-catalog-node@2.2.2-next.0
|
|
22
|
+
- @backstage/backend-plugin-api@1.9.2-next.0
|
|
23
|
+
- @backstage/plugin-notifications-node@0.2.27-next.0
|
|
24
|
+
- @backstage/backend-openapi-utils@0.6.10-next.0
|
|
25
|
+
- @backstage/plugin-signals-node@0.2.2-next.0
|
|
26
|
+
|
|
3
27
|
## 0.6.5
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|