From 5189d7c0204bb915b6074f2a6607cec02d6e2ad4 Mon Sep 17 00:00:00 2001 From: rhdh-bot service account Date: Thu, 17 Oct 2024 12:25:35 -0300 Subject: [PATCH] Version Packages (#9) Co-authored-by: github-actions[bot] --- .../.changeset/dry-hounds-listen.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/dry-hounds-listen.md diff --git a/workspaces/openshift-image-registry/.changeset/dry-hounds-listen.md b/workspaces/openshift-image-registry/.changeset/dry-hounds-listen.md deleted file mode 100644 index aad72a137..000000000 --- a/workspaces/openshift-image-registry/.changeset/dry-hounds-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-openshift-image-registry': patch ---- - -The `openshift-image-registry` plugin from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository was migrated to the redhat-developer/rhdh-plugins repository. The migration was performed by following the manual migration steps outlined in the [RHDH Plugins CONTRIBUTING guide](https://github.com/redhat-developer/rhdh-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin) 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 63640d3bb..cc85fd968 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.9.6 + +### Patch Changes + +- 8170f5f: The `openshift-image-registry` plugin from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository was migrated to the redhat-developer/rhdh-plugins repository. The migration was performed by following the manual migration steps outlined in the [RHDH Plugins CONTRIBUTING guide](https://github.com/redhat-developer/rhdh-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin) + - **@janus-idp/cli:** upgraded to 1.15.2 ### Dependencies 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 ff5f5537a..7acb1ce22 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.9.5", + "version": "1.9.6", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",