From da79aac2a68a349d893144f9dd2df3dc17da60c4 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 1 Mar 2022 14:17:38 +0100 Subject: [PATCH] chore: add some beautiful changesets Signed-off-by: blam --- .changeset/ninety-kids-drop.md | 8 ++++++++ .changeset/spicy-onions-kiss.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/ninety-kids-drop.md create mode 100644 .changeset/spicy-onions-kiss.md diff --git a/.changeset/ninety-kids-drop.md b/.changeset/ninety-kids-drop.md new file mode 100644 index 0000000000..ed5cf6330b --- /dev/null +++ b/.changeset/ninety-kids-drop.md @@ -0,0 +1,8 @@ +--- +'@backstage/plugin-catalog-react': minor +--- + +Removed some previously deprecated `routeRefs` as follows: + +- **BREAKING**: Removed `entityRoute` in favor of `entityRouteRef`. +- **BREAKING**: Removed the previously deprecated `rootRoute` and `catalogRouteRef`. If you want to refer to the catalog index page from a public plugin you now need to use an `ExternalRouteRef` instead. For private plugins it is possible to take the shortcut of referring directly to `catalogPlugin.routes.indexPage` instead. diff --git a/.changeset/spicy-onions-kiss.md b/.changeset/spicy-onions-kiss.md new file mode 100644 index 0000000000..777e233b88 --- /dev/null +++ b/.changeset/spicy-onions-kiss.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +- Replaced usage of the deprecated and now removed `rootRoute` and `catalogRouteRef`s from the `catalog-react` package