diff --git a/.changeset/tame-months-admire.md b/.changeset/tame-months-admire.md deleted file mode 100644 index 4d4509c21ed..00000000000 --- a/.changeset/tame-months-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-orchestrator-form-react": patch -"@janus-idp/backstage-plugin-orchestrator-form-api": patch ---- - -backport all orchestrator commits since release 1.2 \ No newline at end of file diff --git a/plugins/orchestrator-form-api/CHANGELOG.md b/plugins/orchestrator-form-api/CHANGELOG.md new file mode 100644 index 00000000000..9fb7327ab13 --- /dev/null +++ b/plugins/orchestrator-form-api/CHANGELOG.md @@ -0,0 +1,7 @@ +# @janus-idp/backstage-plugin-orchestrator-form-api + +## 1.0.101 + +### Patch Changes + +- e94a6c1: backport all orchestrator commits since release 1.2 diff --git a/plugins/orchestrator-form-api/package.json b/plugins/orchestrator-form-api/package.json index 8b7bc24f8c3..5918dbb2ad3 100644 --- a/plugins/orchestrator-form-api/package.json +++ b/plugins/orchestrator-form-api/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-form-api", "description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form", - "version": "1.0.100", + "version": "1.0.101", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/orchestrator-form-react/CHANGELOG.md b/plugins/orchestrator-form-react/CHANGELOG.md index db12bf05988..45bcd0d13b8 100644 --- a/plugins/orchestrator-form-react/CHANGELOG.md +++ b/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.0.101 + +### Patch Changes + +- e94a6c1: backport all orchestrator commits since release 1.2 +- Updated dependencies [e94a6c1] + - @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101 + ## 1.4.1 ### Patch Changes diff --git a/plugins/orchestrator-form-react/package.json b/plugins/orchestrator-form-react/package.json index 1242133d438..8e6e46ae000 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.100", + "version": "1.0.101", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -32,7 +32,7 @@ "@backstage/core-components": "^0.14.9", "@backstage/core-plugin-api": "^1.9.3", "@backstage/types": "^1.1.1", - "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100", + "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101", "@material-ui/core": "^4.12.4", "@rjsf/core": "5.18.5", "@rjsf/material-ui": "5.18.5", diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index 13fce5376c9..789c6da1fa8 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.21.101 + +### Patch Changes + +- Updated dependencies [e94a6c1] + - @janus-idp/backstage-plugin-orchestrator-form-react@1.0.101 + - @janus-idp/backstage-plugin-orchestrator-form-api@1.0.101 + ## 2.3.2 ### Patch Changes diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 60e0be77b87..09288cdb610 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "1.21.100", + "version": "1.21.101", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -59,8 +59,8 @@ "@backstage/plugin-permission-react": "^0.4.24", "@backstage/types": "^1.1.1", "@janus-idp/backstage-plugin-orchestrator-common": "1.16.100", - "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.100", - "@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.100", + "@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101", + "@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.101", "@kie-tools-core/editor": "^0.32.0", "@kie-tools-core/notifications": "^0.32.0", "@kie-tools-core/react-hooks": "^0.32.0",