chore: added changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-03 11:09:15 +02:00
parent 89e2944e1f
commit 90a505a77f
2 changed files with 5 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': minor
---
Migrating the Tech Radar to support using `ApiRefs` to go fetch data
-9
View File
@@ -34,13 +34,6 @@ import {
GraphQLEndpoints,
} from '@backstage/plugin-graphiql';
import { techRadarApiRef, TechRadarApi } from '@backstage/plugin-tech-radar';
class MyOwnClient implements TechRadarApi {
async load() {
throw new Error('blah');
}
}
export const apis: AnyApiFactory[] = [
createApiFactory({
api: scmIntegrationsApiRef,
@@ -68,6 +61,4 @@ export const apis: AnyApiFactory[] = [
}),
createApiFactory(costInsightsApiRef, new ExampleCostInsightsClient()),
createApiFactory(),
];