Version Packages (#4267)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-06-23 15:20:59 +02:00 committed by GitHub
parent 6a59fcf183
commit 630ce72005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 32 additions and 18 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-sonarqube': patch
---
Support all entity kinds in the tabular view

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-sonarqube': minor
---
Make the tabular view more compact and sortable by gateway/last analyzed, improve translations

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-sonarqube': minor
---
Added `SonarQubeRelatedEntitiesOverview` to show SonarQube results for related entites

View File

@ -1,5 +1,14 @@
# app-next
## 0.0.18
### Patch Changes
- Updated dependencies [df41249]
- Updated dependencies [f032786]
- Updated dependencies [3cdf95b]
- @backstage-community/plugin-sonarqube@0.14.0
## 0.0.17
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "app-next",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"bundled": true,
"repository": {

View File

@ -1,5 +1,14 @@
# app
## 0.0.19
### Patch Changes
- Updated dependencies [df41249]
- Updated dependencies [f032786]
- Updated dependencies [3cdf95b]
- @backstage-community/plugin-sonarqube@0.14.0
## 0.0.18
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"bundled": true,
"repository": {

View File

@ -1,5 +1,16 @@
# @backstage-community/plugin-sonarqube
## 0.14.0
### Minor Changes
- f032786: Make the tabular view more compact and sortable by gateway/last analyzed, improve translations
- 3cdf95b: Added `SonarQubeRelatedEntitiesOverview` to show SonarQube results for related entites
### Patch Changes
- df41249: Support all entity kinds in the tabular view
## 0.13.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-sonarqube",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"backstage": {
"role": "frontend-plugin",