From 3ff2bfb66ee0379929cd553cfa037c45f80ac731 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 6 Apr 2022 13:03:27 +0200 Subject: [PATCH] changesets: added changeset for core-app-api route collection refactoring Signed-off-by: Patrik Oldsberg --- .changeset/eight-hounds-dream.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/eight-hounds-dream.md diff --git a/.changeset/eight-hounds-dream.md b/.changeset/eight-hounds-dream.md new file mode 100644 index 0000000000..4368113f03 --- /dev/null +++ b/.changeset/eight-hounds-dream.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-app-api': patch +--- + +Refactored the route collection logic to prepare for future changes and avoid duplicate element tree traversal for the analytics context.