From e42c2636166c1cbc0f199154fc4b8cded6a300d6 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sun, 6 Oct 2024 11:12:31 -0400 Subject: [PATCH] chore: bump version of... (#2306) chore: bump version of orchestrator-form-react to 1.0.15 - a version greater than an existing released one (1.0.5 - 1.0.10) and which won't collide with main branch (1.1.5) Signed-off-by: Nick Boldt --- plugins/orchestrator-form-react/package.json | 2 +- plugins/orchestrator/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/orchestrator-form-react/package.json b/plugins/orchestrator-form-react/package.json index 17f1bf4a7c..4892e574df 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.15", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index d696b7f8a5..670904316b 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -60,7 +60,7 @@ "@backstage/types": "^1.1.1", "@janus-idp/backstage-plugin-orchestrator-common": "1.15.1", "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.1", - "@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.4", + "@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.15", "@kie-tools-core/editor": "^0.32.0", "@kie-tools-core/notifications": "^0.32.0", "@kie-tools-core/react-hooks": "^0.32.0",