bunch of changesets

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-11-14 00:01:49 +01:00
parent cbac38e027
commit 03d0b6dcdc
3 changed files with 22 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---
Added `convertLegacyRouteRef` utility to convert existing route refs to be used with the new experimental packages.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core-compat-api': patch
'@backstage/core-plugin-api': patch
---
Removed `convertLegacyRouteRef` utility, which as been moved to `@backstage/core-compat-api`
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-search': patch
---
`convertLegacyRouteRef` utility is now imported from `@backstage/core-compat-api`.