diff --git a/workspaces/github-actions/.changeset/many-spiders-doubt.md b/workspaces/github-actions/.changeset/many-spiders-doubt.md deleted file mode 100644 index 0fd01bd2f5..0000000000 --- a/workspaces/github-actions/.changeset/many-spiders-doubt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@backstage-community/plugin-github-actions': patch ---- - -Use a consistent empty state in the workflow runs card regardless of the reason -for the card being empty. diff --git a/workspaces/github-actions/plugins/github-actions/CHANGELOG.md b/workspaces/github-actions/plugins/github-actions/CHANGELOG.md index d9baf77fa8..505519f3dd 100644 --- a/workspaces/github-actions/plugins/github-actions/CHANGELOG.md +++ b/workspaces/github-actions/plugins/github-actions/CHANGELOG.md @@ -1,5 +1,12 @@ # @backstage-community/plugin-github-actions +## 0.6.27 + +### Patch Changes + +- ede35ca: Use a consistent empty state in the workflow runs card regardless of the reason + for the card being empty. + ## 0.6.26 ### Patch Changes diff --git a/workspaces/github-actions/plugins/github-actions/package.json b/workspaces/github-actions/plugins/github-actions/package.json index 9a44cf89a1..69a73551ed 100644 --- a/workspaces/github-actions/plugins/github-actions/package.json +++ b/workspaces/github-actions/plugins/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-github-actions", - "version": "0.6.26", + "version": "0.6.27", "description": "A Backstage plugin that integrates towards GitHub Actions", "backstage": { "role": "frontend-plugin",