Version Packages (#1814)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2024-11-05 18:23:07 +01:00 committed by GitHub
parent 33adcac20f
commit 15d1ebcc21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-scaffolder-backend-module-azure-devops': patch
---
Updated code with proper TSDoc comments to generate API Reports

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-azure-devops-backend': minor
---
**BREAKING** Removed support for what is known as the legacy backend, please use the New Backend System. Also removed the long deprecated `azureDevOps.token` configuration option, use `integrations.azure` instead.

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-azure-devops-backend
## 0.8.0
### Minor Changes
- 0880746: **BREAKING** Removed support for what is known as the legacy backend, please use the New Backend System. Also removed the long deprecated `azureDevOps.token` configuration option, use `integrations.azure` instead.
## 0.7.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-azure-devops-backend",
"version": "0.7.3",
"version": "0.8.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-scaffolder-backend-module-azure-devops
## 0.1.2
### Patch Changes
- 0880746: Updated code with proper TSDoc comments to generate API Reports
## 0.1.1
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-scaffolder-backend-module-azure-devops",
"description": "The azure-devops module for @backstage/plugin-scaffolder-backend",
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",