From e7fab5548004e836e7235ff1b9282c5b33204b3a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 10 Mar 2025 16:39:51 +0100 Subject: [PATCH] changesets: added changeset for entityPage option for convertLegacyApp Signed-off-by: Patrik Oldsberg --- .changeset/six-taxis-film.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/six-taxis-film.md diff --git a/.changeset/six-taxis-film.md b/.changeset/six-taxis-film.md new file mode 100644 index 0000000000..38f2b33fe5 --- /dev/null +++ b/.changeset/six-taxis-film.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-compat-api': patch +--- + +Added the `entityPage` option to `convertLegacyApp`, which you can read more about in the [app migration docs](https://backstage.io/docs/frontend-system/building-apps/migrating#entity-pages).