Version Packages (#1517)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2024-10-11 14:46:39 +02:00 committed by GitHub
parent 455941f952
commit ea75f70692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 17 additions and 9 deletions

View File

@ -1,7 +0,0 @@
---
'@backstage-community/plugin-copilot': patch
---
- Acceptance Rate Average card now show acceptance/suggestion rate instead of lines/days
- Languages breakdown table had the wrong title for column "Total suggestions"

View File

@ -1,5 +1,12 @@
# app
## 0.0.5
### Patch Changes
- Updated dependencies [3dea8f4]
- @backstage-community/plugin-copilot@0.2.2
## 0.0.4
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @backstage-community/plugin-copilot
## 0.2.2
### Patch Changes
- 3dea8f4: - Acceptance Rate Average card now show acceptance/suggestion rate instead of lines/days
- Languages breakdown table had the wrong title for column "Total suggestions"
## 0.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-copilot",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",