chore: added changesets

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-22 13:12:38 +02:00
parent e8bf80d8ae
commit 4a66456e9b
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Internal update to add support for passing an `ApiRegistry` when creating the node tree
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
A new `apis` parameter has been added to `factory` for extensions. This is a way to access utility APIs without being coupled to the React context.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Added the `root` extension the replace the `app` extension as the root of the app.