Adjusted changeset

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-02-18 09:30:35 -06:00
parent 1d6af04ad0
commit a9e7bd6e42
2 changed files with 7 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
---
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-devtools': patch
'@backstage/plugin-linguist': patch
---
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-azure-devops': minor
---
**BREAKING** The `AzureDevOpsClient` no longer requires `identityAPi` but now requires `fetchApi`.
Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013)