Changesets fixes

Signed-off-by: irma12 <irma@roadie.io>
This commit is contained in:
irma12
2021-11-24 23:11:50 +01:00
parent 574e524fcd
commit b5bd60fddc
7 changed files with 17 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights-common': patch
---
Added new property 'result' in CheckResult in @backstage/plugin-tech-insights-common. This property is later used in `@backstage/plugin-scorecards` package.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights-backend': patch
---
Removed unnecessary check for specific server error in @backstage plugin-tech-insights-backend.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scorecards': patch
---
New package containing scorecards, appropriate UI components for the Tech Insights plugin.
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-tech-insights-backend': patch
'@backstage/plugin-tech-insights-common': patch
---
Removed unnecessary check in @backstage/plugin-tech-insights-backend.
Added new property 'result' in every CheckResult in @backstage/plugin-tech-insights-common.