From f417a702af13134adbedc961caca4d19b1b66e4f Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:04:45 +0100 Subject: [PATCH] Version Packages (#2304) Co-authored-by: github-actions[bot] --- workspaces/github-actions/.changeset/many-spiders-doubt.md | 6 ------ .../github-actions/plugins/github-actions/CHANGELOG.md | 7 +++++++ .../github-actions/plugins/github-actions/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 workspaces/github-actions/.changeset/many-spiders-doubt.md 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",