From dab3f46fa98d190ec4e239dc3b878ee4f787972f Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Mon, 7 Oct 2024 07:56:45 -0400 Subject: [PATCH] fix(orchestrator): revert MSR downversioning; add changelogs (#2309) revert MSR downversioning; add changelog entries to see if that will trick MSR into doing the right thing Signed-off-by: Nick Boldt --- plugins/orchestrator-backend/CHANGELOG.md | 4 ++++ plugins/orchestrator-form-react/CHANGELOG.md | 3 ++- plugins/orchestrator-form-react/package.json | 6 +++--- plugins/orchestrator/CHANGELOG.md | 6 ++++++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/plugins/orchestrator-backend/CHANGELOG.md b/plugins/orchestrator-backend/CHANGELOG.md index 6cefe76861..0e17b13896 100644 --- a/plugins/orchestrator-backend/CHANGELOG.md +++ b/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,9 @@ ### Dependencies +* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.100 + +### Dependencies + * **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.9.0 ### Dependencies diff --git a/plugins/orchestrator-form-react/CHANGELOG.md b/plugins/orchestrator-form-react/CHANGELOG.md index 8bf4f42f7d..0f1ebc5a94 100644 --- a/plugins/orchestrator-form-react/CHANGELOG.md +++ b/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,6 +1,7 @@ ### Dependencies -* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.0 +* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.100 +* **@janus-idp/backstage-plugin-orchestrator-form-api:** upgraded to 1.0.100 ### Dependencies diff --git a/plugins/orchestrator-form-react/package.json b/plugins/orchestrator-form-react/package.json index 17f1bf4a7c..12624340e8 100644 --- a/plugins/orchestrator-form-react/package.json +++ b/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "1.0.5", + "version": "1.0.100", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -28,8 +28,8 @@ "@backstage/core-components": "^0.14.9", "@backstage/core-plugin-api": "^1.9.3", "@backstage/types": "^1.1.1", - "@janus-idp/backstage-plugin-orchestrator-common": "1.16.0", - "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.1", + "@janus-idp/backstage-plugin-orchestrator-common": "1.16.100", + "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100", "json-schema": "^0.4.0" }, "peerDependencies": { diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index ca475f48af..54fba7fdf8 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.16.100 +* **@janus-idp/backstage-plugin-orchestrator-form-api:** upgraded to 1.0.100 +* **@janus-idp/backstage-plugin-orchestrator-form-react:** upgraded to 1.0.100 + +### Dependencies + * **@janus-idp/backstage-plugin-orchestrator-form-react:** upgraded to 1.0.4 ### Dependencies