Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @backstage-community/plugin-cicd-statistics-module-buildkite

## 0.18.1

### Patch Changes

- Updated dependencies [fcd0f1a]
- @backstage-community/plugin-cicd-statistics@0.19.1

## 0.18.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-cicd-statistics-module-buildkite",
"version": "0.18.0",
"version": "0.18.1",
"description": "CI/CD Statistics plugin module; Buildkite CI/CD",
"backstage": {
"role": "frontend-plugin-module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @backstage-community/plugin-cicd-statistics-module-github

## 0.17.1

### Patch Changes

- Updated dependencies [fcd0f1a]
- @backstage-community/plugin-cicd-statistics@0.19.1

## 0.17.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-cicd-statistics-module-github",
"version": "0.17.0",
"version": "0.17.1",
"description": "CI/CD Statistics plugin module; Github CICD",
"backstage": {
"role": "frontend-plugin-module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @backstage-community/plugin-cicd-statistics-module-gitlab

## 0.19.1

### Patch Changes

- Updated dependencies [fcd0f1a]
- @backstage-community/plugin-cicd-statistics@0.19.1

## 0.19.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-cicd-statistics-module-gitlab",
"version": "0.19.0",
"version": "0.19.1",
"description": "CI/CD Statistics plugin module; Gitlab CICD",
"backstage": {
"role": "frontend-plugin-module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-cicd-statistics

## 0.19.1

### Patch Changes

- fcd0f1a: Updated entity extension default filter to use the modern object form.

## 0.19.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-cicd-statistics",
"version": "0.19.0",
"version": "0.19.1",
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
"backstage": {
"role": "frontend-plugin",
Expand Down
Loading