Version Packages (#1517)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
455941f952
commit
ea75f70692
|
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"private": true,
|
||||
"bundled": true,
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue