Version Packages (#4173)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd3519b96e
commit
c5a0afe18f
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-github-actions': patch
|
||||
---
|
||||
|
||||
Fixed an issue where branches were fetched unnecessarily by certain components.
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-github-actions
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dd3519b: Fixed an issue where branches were fetched unnecessarily by certain components.
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-github-actions",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "A Backstage plugin that integrates towards GitHub Actions",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
|
|
|||
Loading…
Reference in New Issue