From 4a66456e9b3429dfd3f610169f8aa2a09a2818e7 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 22 Aug 2024 13:12:38 +0200 Subject: [PATCH] chore: added changesets Signed-off-by: blam --- .changeset/eighty-tables-hope.md | 5 +++++ .changeset/warm-boxes-grab-2.md | 5 +++++ .changeset/warm-boxes-grab.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changeset/eighty-tables-hope.md create mode 100644 .changeset/warm-boxes-grab-2.md create mode 100644 .changeset/warm-boxes-grab.md diff --git a/.changeset/eighty-tables-hope.md b/.changeset/eighty-tables-hope.md new file mode 100644 index 0000000000..203cc8bb65 --- /dev/null +++ b/.changeset/eighty-tables-hope.md @@ -0,0 +1,5 @@ +--- +'@backstage/frontend-test-utils': patch +--- + +Internal update to add support for passing an `ApiRegistry` when creating the node tree diff --git a/.changeset/warm-boxes-grab-2.md b/.changeset/warm-boxes-grab-2.md new file mode 100644 index 0000000000..f1928c8be7 --- /dev/null +++ b/.changeset/warm-boxes-grab-2.md @@ -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. diff --git a/.changeset/warm-boxes-grab.md b/.changeset/warm-boxes-grab.md new file mode 100644 index 0000000000..e10dbe086c --- /dev/null +++ b/.changeset/warm-boxes-grab.md @@ -0,0 +1,5 @@ +--- +'@backstage/frontend-app-api': patch +--- + +Added the `root` extension the replace the `app` extension as the root of the app.