Version Packages (#4267)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6a59fcf183
commit
630ce72005
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-sonarqube': patch
|
||||
---
|
||||
|
||||
Support all entity kinds in the tabular view
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-sonarqube': minor
|
||||
---
|
||||
|
||||
Make the tabular view more compact and sortable by gateway/last analyzed, improve translations
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-sonarqube': minor
|
||||
---
|
||||
|
||||
Added `SonarQubeRelatedEntitiesOverview` to show SonarQube results for related entites
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app-next",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"private": true,
|
||||
"bundled": true,
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "0.0.18",
|
||||
"version": "0.0.19",
|
||||
"private": true,
|
||||
"bundled": true,
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-sonarqube",
|
||||
"version": "0.13.0",
|
||||
"version": "0.14.0",
|
||||
"description": "",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
|
|
|||
Loading…
Reference in New Issue