Merge pull request #4337 from SDA-SE/feat/fossa-port

Ports the Fossa Plugin to the new plugin model
This commit is contained in:
Oliver Sand
2021-02-01 16:12:24 +01:00
committed by GitHub
9 changed files with 118 additions and 88 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 />`.