From 2ecd33618a7fc1e1703f643687b50b2bbab0b98d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 11 Oct 2023 15:08:12 +0200 Subject: [PATCH] changesets: changesets for route bindings in new system Signed-off-by: Patrik Oldsberg --- .changeset/many-impalas-wait.md | 5 +++++ .changeset/orange-cycles-wait.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/many-impalas-wait.md create mode 100644 .changeset/orange-cycles-wait.md diff --git a/.changeset/many-impalas-wait.md b/.changeset/many-impalas-wait.md new file mode 100644 index 0000000000..843adf66a1 --- /dev/null +++ b/.changeset/many-impalas-wait.md @@ -0,0 +1,5 @@ +--- +'@backstage/frontend-plugin-api': patch +--- + +Plugins can now be assigned `routes` and `externalRoutes` when created. diff --git a/.changeset/orange-cycles-wait.md b/.changeset/orange-cycles-wait.md new file mode 100644 index 0000000000..5e71b69e80 --- /dev/null +++ b/.changeset/orange-cycles-wait.md @@ -0,0 +1,5 @@ +--- +'@backstage/frontend-app-api': patch +--- + +Added the `bindRoutes` option to `createApp`.