Version Packages (#2112)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
1f907f2d5f
commit
67422afff1
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-azure-devops': minor
|
||||
'@backstage-community/plugin-azure-devops-backend': minor
|
||||
'@backstage-community/plugin-azure-devops-common': minor
|
||||
'@backstage-community/plugin-catalog-backend-module-azure-devops-annotator-processor': minor
|
||||
'@backstage-community/plugin-scaffolder-backend-module-azure-devops': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.33.5
|
||||
|
|
@ -1,5 +1,16 @@
|
|||
# @backstage-community/plugin-azure-devops-backend
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7ce46dc: Backstage version bump to v1.33.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7ce46dc]
|
||||
- @backstage-community/plugin-azure-devops-common@0.5.0
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-azure-devops-backend",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-azure-devops-common
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7ce46dc: Backstage version bump to v1.33.5
|
||||
|
||||
## 0.4.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-azure-devops-common",
|
||||
"version": "0.4.9",
|
||||
"version": "0.5.0",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
"pluginId": "azure-devops",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# @backstage-community/plugin-azure-devops
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7ce46dc: Backstage version bump to v1.33.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7ce46dc]
|
||||
- @backstage-community/plugin-azure-devops-common@0.5.0
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-azure-devops",
|
||||
"version": "0.6.3",
|
||||
"version": "0.7.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "azure-devops",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# @backstage-community/plugin-catalog-backend-module-azure-devops-annotator-processor
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7ce46dc: Backstage version bump to v1.33.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7ce46dc]
|
||||
- @backstage-community/plugin-azure-devops-common@0.5.0
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-catalog-backend-module-azure-devops-annotator-processor",
|
||||
"description": "The azure-devops-annotator-processor backend module for the catalog plugin.",
|
||||
"version": "0.1.2",
|
||||
"version": "0.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-scaffolder-backend-module-azure-devops
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7ce46dc: Backstage version bump to v1.33.5
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -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.2",
|
||||
"version": "0.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue