diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index 9f4045f1b5..2fbea50c87 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,3 +1,16 @@ +## @janus-idp/backstage-plugin-orchestrator [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.2.0...@janus-idp/backstage-plugin-orchestrator@1.3.0) (2024-02-02) + + +### Features + +* **orchestrator:** add the ability to rerun workflows in a new instance ([#1141](https://github.com/janus-idp/backstage-plugins/issues/1141)) ([fe326df](https://github.com/janus-idp/backstage-plugins/commit/fe326df569caa5a9e7b7ec809c1c371a2a936010)) + + + +### Dependencies + +* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.1.0 + ## @janus-idp/backstage-plugin-orchestrator [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.1.3...@janus-idp/backstage-plugin-orchestrator@1.2.0) (2024-01-30) diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 880bb01bbd..7ab29584b3 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -49,7 +49,7 @@ "@backstage/plugin-scaffolder-common": "^1.4.2", "@backstage/plugin-scaffolder-react": "^1.5.1", "@backstage/types": "^1.1.1", - "@janus-idp/backstage-plugin-orchestrator-common": "1.0.0", + "@janus-idp/backstage-plugin-orchestrator-common": "1.1.0", "@kie-tools-core/editor": "^0.32.0", "@kie-tools-core/envelope-bus": "^0.32.0", "@kie-tools-core/keyboard-shortcuts": "^0.32.0",