From c5a0afe18ffda992333602079c90d46f21d8be3f Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:01:43 +0200 Subject: [PATCH] Version Packages (#4173) Co-authored-by: github-actions[bot] --- workspaces/github-actions/.changeset/short-drinks-count.md | 5 ----- .../github-actions/plugins/github-actions/CHANGELOG.md | 6 ++++++ .../github-actions/plugins/github-actions/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/github-actions/.changeset/short-drinks-count.md diff --git a/workspaces/github-actions/.changeset/short-drinks-count.md b/workspaces/github-actions/.changeset/short-drinks-count.md deleted file mode 100644 index c7e329924..000000000 --- a/workspaces/github-actions/.changeset/short-drinks-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-github-actions': patch ---- - -Fixed an issue where branches were fetched unnecessarily by certain components. diff --git a/workspaces/github-actions/plugins/github-actions/CHANGELOG.md b/workspaces/github-actions/plugins/github-actions/CHANGELOG.md index 7209fad9d..285b98f61 100644 --- a/workspaces/github-actions/plugins/github-actions/CHANGELOG.md +++ b/workspaces/github-actions/plugins/github-actions/CHANGELOG.md @@ -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 diff --git a/workspaces/github-actions/plugins/github-actions/package.json b/workspaces/github-actions/plugins/github-actions/package.json index 3a226b2a4..03847a9ef 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.11.0", + "version": "0.11.1", "description": "A Backstage plugin that integrates towards GitHub Actions", "backstage": { "role": "frontend-plugin",