From ecdd6da02463c49dbe27b0d06ea42fb36e62c950 Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:35:14 +0200 Subject: [PATCH] Version Packages (#1438) Co-authored-by: github-actions[bot] --- workspaces/octopus-deploy/.changeset/version-bump-1-31-2.md | 5 ----- .../octopus-deploy/plugins/octopus-deploy/CHANGELOG.md | 6 ++++++ .../octopus-deploy/plugins/octopus-deploy/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/octopus-deploy/.changeset/version-bump-1-31-2.md diff --git a/workspaces/octopus-deploy/.changeset/version-bump-1-31-2.md b/workspaces/octopus-deploy/.changeset/version-bump-1-31-2.md deleted file mode 100644 index e4712776b..000000000 --- a/workspaces/octopus-deploy/.changeset/version-bump-1-31-2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-octopus-deploy': patch ---- - -Backstage version bump to v1.31.2 diff --git a/workspaces/octopus-deploy/plugins/octopus-deploy/CHANGELOG.md b/workspaces/octopus-deploy/plugins/octopus-deploy/CHANGELOG.md index 37268fede..e737f72a1 100644 --- a/workspaces/octopus-deploy/plugins/octopus-deploy/CHANGELOG.md +++ b/workspaces/octopus-deploy/plugins/octopus-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-octopus-deploy +## 0.2.20 + +### Patch Changes + +- fed1b62: Backstage version bump to v1.31.2 + ## 0.2.19 ### Patch Changes diff --git a/workspaces/octopus-deploy/plugins/octopus-deploy/package.json b/workspaces/octopus-deploy/plugins/octopus-deploy/package.json index 45f89cfcd..1e9f91414 100644 --- a/workspaces/octopus-deploy/plugins/octopus-deploy/package.json +++ b/workspaces/octopus-deploy/plugins/octopus-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-octopus-deploy", - "version": "0.2.19", + "version": "0.2.20", "backstage": { "role": "frontend-plugin", "pluginId": "octopus-deploy",