Version Packages
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 844969c: **BREAKING** New `fromConfig` static method must be used now when creating an instance of the `AzureDevOpsApi`
|
||||
|
||||
Added support for using the `AzureDevOpsCredentialsProvider`
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c70e4f5: Added multi-org support
|
||||
- 646db72: Updated encoding of Org to use `encodeURIComponent` when building URL used to get credentials from credential provider
|
||||
- 043b724: Introduced new `AzureDevOpsAnnotatorProcessor` that adds the needed annotations automatically. Also, moved constants to common package so they can be shared more easily
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.20.0
|
||||
- @backstage/plugin-catalog-node@1.6.0
|
||||
- @backstage/plugin-azure-devops-common@0.3.2
|
||||
- @backstage/integration@1.8.0
|
||||
- @backstage/backend-plugin-api@0.6.8
|
||||
- @backstage/catalog-model@1.4.3
|
||||
- @backstage/config@1.1.1
|
||||
- @backstage/plugin-catalog-common@1.0.19
|
||||
|
||||
## 0.5.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.5.0-next.3",
|
||||
"version": "0.5.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user