diff --git a/.changeset/dull-seals-march.md b/.changeset/dull-seals-march.md new file mode 100644 index 0000000000..714c5c5cad --- /dev/null +++ b/.changeset/dull-seals-march.md @@ -0,0 +1,6 @@ +--- +'@backstage/core-api': patch +'@backstage/core': patch +--- + +Add `BackstageRoutes` component to replace the top-level `Routes` component from `react-router` within apps, removing the need for manually appending `/*` to paths or sorting routes.