@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Removed unnecessary check for specific server error in @backstage plugin-tech-insights-backend.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scorecards': patch
|
||||
---
|
||||
|
||||
New package containing scorecards, appropriate UI components for the Tech Insights plugin.
|
||||
@@ -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.
|
||||
@@ -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,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 {
|
||||
|
||||
Reference in New Issue
Block a user