Merge pull request #3465 from SDA-SE/feat/remote-implements-apis

Remove implementsApis
This commit is contained in:
Fredrik Adelöw
2020-12-16 10:17:44 +01:00
committed by GitHub
7 changed files with 9 additions and 68 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/catalog-model': minor
'@backstage/plugin-catalog-backend': minor
---
Remove `implementsApis` from `Component` entities. Deprecation happened in [#3449](https://github.com/backstage/backstage/pull/3449).
Use `providesApis` instead.