From b8738c92802c105dfb176be165a9e4a0c0104bae Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:02:25 +0100 Subject: [PATCH] Version Packages (#3057) Co-authored-by: github-actions[bot] --- workspaces/code-climate/.changeset/version-bump-1-36-1.md | 5 ----- workspaces/code-climate/plugins/code-climate/CHANGELOG.md | 6 ++++++ workspaces/code-climate/plugins/code-climate/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/code-climate/.changeset/version-bump-1-36-1.md diff --git a/workspaces/code-climate/.changeset/version-bump-1-36-1.md b/workspaces/code-climate/.changeset/version-bump-1-36-1.md deleted file mode 100644 index d812c62ce..000000000 --- a/workspaces/code-climate/.changeset/version-bump-1-36-1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-code-climate': minor ---- - -Backstage version bump to v1.36.1 diff --git a/workspaces/code-climate/plugins/code-climate/CHANGELOG.md b/workspaces/code-climate/plugins/code-climate/CHANGELOG.md index ee42c8971..96094c9b8 100644 --- a/workspaces/code-climate/plugins/code-climate/CHANGELOG.md +++ b/workspaces/code-climate/plugins/code-climate/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-code-climate +## 0.4.0 + +### Minor Changes + +- 6c68948: Backstage version bump to v1.36.1 + ## 0.3.0 ### Minor Changes diff --git a/workspaces/code-climate/plugins/code-climate/package.json b/workspaces/code-climate/plugins/code-climate/package.json index 91696adf9..2f622e097 100644 --- a/workspaces/code-climate/plugins/code-climate/package.json +++ b/workspaces/code-climate/plugins/code-climate/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-code-climate", - "version": "0.3.0", + "version": "0.4.0", "backstage": { "role": "frontend-plugin", "pluginId": "code-climate",