Merge pull request #3753 from backstage/mob/rr

core-api: Introduce new plugin extension API
This commit is contained in:
Patrik Oldsberg
2020-12-18 13:28:16 +01:00
committed by GitHub
23 changed files with 615 additions and 128 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core': patch
'@backstage/test-utils': patch
'@backstage/plugin-graphiql': patch
---
Update to use new plugin extension API
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-api': patch
---
Introduce new plugin extension API