From 637c3f902137a55461ce3529cf11c9773f534815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Nov 2024 08:24:35 +0000 Subject: [PATCH] chore(release): version packages on release-1.3 branch --- .changeset/unlucky-jars-protect.md | 2 -- .changeset/warm-clouds-compete.md | 6 ------ plugins/orchestrator-form-react/CHANGELOG.md | 6 ++++++ plugins/orchestrator-form-react/package.json | 2 +- plugins/orchestrator/CHANGELOG.md | 8 ++++++++ plugins/orchestrator/package.json | 4 ++-- 6 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 .changeset/unlucky-jars-protect.md delete mode 100644 .changeset/warm-clouds-compete.md diff --git a/.changeset/unlucky-jars-protect.md b/.changeset/unlucky-jars-protect.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/unlucky-jars-protect.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/warm-clouds-compete.md b/.changeset/warm-clouds-compete.md deleted file mode 100644 index db933faab2..0000000000 --- a/.changeset/warm-clouds-compete.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-orchestrator-form-react": patch -"@janus-idp/backstage-plugin-orchestrator": patch ---- - -multiple bug fixes related to execution form diff --git a/plugins/orchestrator-form-react/CHANGELOG.md b/plugins/orchestrator-form-react/CHANGELOG.md index e1e73c068d..1a3e87fa8e 100644 --- a/plugins/orchestrator-form-react/CHANGELOG.md +++ b/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.0.103 + +### Patch Changes + +- 39ea6c4: multiple bug fixes related to execution form + ## 1.0.102 ### Patch Changes diff --git a/plugins/orchestrator-form-react/package.json b/plugins/orchestrator-form-react/package.json index 04cd3813fd..db5e94d11e 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.102", + "version": "1.0.103", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index d6a453ab97..772b7ee00f 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.21.103 + +### Patch Changes + +- 39ea6c4: multiple bug fixes related to execution form +- Updated dependencies [39ea6c4] + - @janus-idp/backstage-plugin-orchestrator-form-react@1.0.103 + ## 1.21.102 ### Patch Changes diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 06913952cd..3c394d955d 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "1.21.102", + "version": "1.21.103", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -60,7 +60,7 @@ "@backstage/types": "^1.1.1", "@janus-idp/backstage-plugin-orchestrator-common": "1.16.101", "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.102", - "@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.102", + "@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.103", "@kie-tools-core/editor": "^0.32.0", "@kie-tools-core/notifications": "^0.32.0", "@kie-tools-core/react-hooks": "^0.32.0",