changesets

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-23 12:01:13 +01:00
parent ff3c04041f
commit 67a7c02d26
3 changed files with 58 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/plugin-bazaar': patch
'@backstage/plugin-code-coverage-backend': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-jenkins-backend': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-tech-insights-backend': patch
'@backstage/plugin-todo-backend': patch
---
Remove usages of `EntityRef` and `parseEntityName` from `@backstage/catalog-model`
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/catalog-model': patch
---
**DEPRECATED**: The `EntityRef` type and `parseEntityName` function are now
deprecated, and will soon be removed. This is part of a larger movement toward
fixing the poorly named `EntityName` type which should instead have been named
`EntityRef`. Please remove any usage of these as soon as possible.