Ports the Fossa Plugin to the new plugin model

Towards #3424
This commit is contained in:
Oliver Sand
2021-02-01 12:19:04 +01:00
parent 7ee15d2c5b
commit 5ac9df8995
8 changed files with 119 additions and 75 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-fossa': minor
---
Port FOSSA plugin to new extension model.
If you are using the FOSSA plugin adjust the plugin import from `plugin` to
`fossaPlugin` and replace `<FossaCard entity={...} ...>` with `<EntityFossaCard />`.