chore: add some beautiful changesets

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-01 14:17:38 +01:00
parent f2b4b747a6
commit da79aac2a6
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -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.
+5
View File
@@ -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