From 7113af6810225518e19dfa427913ccdad140cdde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Oct 2024 19:20:26 +0000 Subject: [PATCH] Version Packages --- .../.changeset/popular-pianos-do.md | 5 ----- .../plugins/openshift-image-registry/CHANGELOG.md | 6 ++++++ .../plugins/openshift-image-registry/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/openshift-image-registry/.changeset/popular-pianos-do.md diff --git a/workspaces/openshift-image-registry/.changeset/popular-pianos-do.md b/workspaces/openshift-image-registry/.changeset/popular-pianos-do.md deleted file mode 100644 index aeda5b64a..000000000 --- a/workspaces/openshift-image-registry/.changeset/popular-pianos-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-openshift-image-registry': patch ---- - -The content is identical to v1.9.6, this is just for testing multiple release branches. diff --git a/workspaces/openshift-image-registry/plugins/openshift-image-registry/CHANGELOG.md b/workspaces/openshift-image-registry/plugins/openshift-image-registry/CHANGELOG.md index c02244ad3..399e87fd1 100644 --- a/workspaces/openshift-image-registry/plugins/openshift-image-registry/CHANGELOG.md +++ b/workspaces/openshift-image-registry/plugins/openshift-image-registry/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.1.1 + +### Patch Changes + +- dd32692: The content is identical to v1.9.6, this is just for testing multiple release branches. + ## 1.1.0 ### Minor Changes diff --git a/workspaces/openshift-image-registry/plugins/openshift-image-registry/package.json b/workspaces/openshift-image-registry/plugins/openshift-image-registry/package.json index e3e2a8b78..6ac5ca412 100644 --- a/workspaces/openshift-image-registry/plugins/openshift-image-registry/package.json +++ b/workspaces/openshift-image-registry/plugins/openshift-image-registry/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-openshift-image-registry", - "version": "1.1.0", + "version": "1.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",