Version Packages (#4752)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
15bab9ad6b
commit
84117936bc
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-cicd-statistics': minor
|
||||
'@backstage-community/plugin-cicd-statistics-module-buildkite': minor
|
||||
'@backstage-community/plugin-cicd-statistics-module-github': minor
|
||||
'@backstage-community/plugin-cicd-statistics-module-gitlab': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.41.1
|
||||
|
|
@ -1,5 +1,16 @@
|
|||
# @backstage-community/plugin-cicd-statistics-module-buildkite
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5d81619: Backstage version bump to v1.41.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5d81619]
|
||||
- @backstage-community/plugin-cicd-statistics@0.9.0
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-cicd-statistics-module-buildkite",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"description": "CI/CD Statistics plugin module; Buildkite CI/CD",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin-module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# @backstage-community/plugin-cicd-statistics-module-github
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5d81619: Backstage version bump to v1.41.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5d81619]
|
||||
- @backstage-community/plugin-cicd-statistics@0.9.0
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-cicd-statistics-module-github",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "CI/CD Statistics plugin module; Github CICD",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin-module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# @backstage-community/plugin-cicd-statistics-module-gitlab
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5d81619: Backstage version bump to v1.41.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [5d81619]
|
||||
- @backstage-community/plugin-cicd-statistics@0.9.0
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-cicd-statistics-module-gitlab",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"description": "CI/CD Statistics plugin module; Gitlab CICD",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin-module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-cicd-statistics
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5d81619: Backstage version bump to v1.41.1
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-cicd-statistics",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
|
|
|||
Loading…
Reference in New Issue