changesets: add changesets for core-* compatiblity fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-09 23:02:39 +02:00
parent b65bb44eee
commit 9bca2a252b
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-api': patch
---
Improve forwards compatibility with `@backstage/core-app-api` and `@backstage/core-plugin-api` by re-using route reference types and factory methods from `@backstage/core-plugin-api`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': patch
---
Fixes a type bug where supplying all app icons to `createApp` was required, rather than just a partial list.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': patch
---
Update `createApp` options to allow plugins with unknown output types in order to improve forwards and backwards compatibility.