diff --git a/workspaces/azure-devops/.changeset/flat-lobsters-speak.md b/workspaces/azure-devops/.changeset/flat-lobsters-speak.md deleted file mode 100644 index 1e97d825b32..00000000000 --- a/workspaces/azure-devops/.changeset/flat-lobsters-speak.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@backstage-community/plugin-azure-devops': minor ---- - -**BREAKING** Backstage UI (BUI) is now required for the Azure DevOps plugin to function - -Initial Migration to Backstage UI (BUI) including Azure Pipelines, Azure Repos, Azure Repos Git Tags, and Azure Readme diff --git a/workspaces/azure-devops/plugins/azure-devops/CHANGELOG.md b/workspaces/azure-devops/plugins/azure-devops/CHANGELOG.md index d4bdb87af50..956fd8c3b9e 100644 --- a/workspaces/azure-devops/plugins/azure-devops/CHANGELOG.md +++ b/workspaces/azure-devops/plugins/azure-devops/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage-community/plugin-azure-devops +## 0.27.0 + +### Minor Changes + +- 516a7f1: **BREAKING** Backstage UI (BUI) is now required for the Azure DevOps plugin to function + + Initial Migration to Backstage UI (BUI) including Azure Pipelines, Azure Repos, Azure Repos Git Tags, and Azure Readme + ## 0.26.0 ### Minor Changes diff --git a/workspaces/azure-devops/plugins/azure-devops/package.json b/workspaces/azure-devops/plugins/azure-devops/package.json index 5f375ddace1..5bf59855b73 100644 --- a/workspaces/azure-devops/plugins/azure-devops/package.json +++ b/workspaces/azure-devops/plugins/azure-devops/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-azure-devops", - "version": "0.26.0", + "version": "0.27.0", "backstage": { "role": "frontend-plugin", "pluginId": "azure-devops",