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.
+1 -1
View File
@@ -44,7 +44,7 @@
"@backstage/plugin-todo": "^0.1.15",
"@backstage/plugin-user-settings": "^0.3.11",
"@backstage/search-common": "^0.2.0",
"@backstage/plugin-scorecards": "^0.1.0",
"@backstage/plugin-scorecards": "^0.0.0",
"@backstage/theme": "^0.2.11",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scorecards",
"version": "0.1.0",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,7 +28,6 @@ import {
export type Options = {
discoveryApi: DiscoveryApi;
proxyPath?: string;
};
export class ScorecardsClient implements ScorecardsApi {