diff --git a/workspaces/openshift-image-registry/.changeset/fast-pens-return.md b/workspaces/openshift-image-registry/.changeset/fast-pens-return.md deleted file mode 100644 index a95e69376..000000000 --- a/workspaces/openshift-image-registry/.changeset/fast-pens-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-openshift-image-registry': minor ---- - -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 cc85fd968..c02244ad3 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.0 + +### Minor Changes + +- 5ae9d94: The content is identical to v1.9.6, this is just for testing multiple release branches. + ## 1.9.6 ### Patch 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 689cad035..e3e2a8b78 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.0.0", + "version": "1.1.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",