docs: add changelog files

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2023-11-30 15:33:19 +01:00
parent de595c955c
commit b7adf24bf9
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
**_BREAKING_**: update alpha component ref type to be more specific than any and use new plugin type for error boundary component extensions.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
**_BREAKING_**: Use the new plugin type for error boundary components.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---
**_BREAKING_**: delete alpha DI compatibility helper for components, migrating components should be simple without an helper.