From c9331b02657b16db50d2a555e4082ce5bdb0c060 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2024 16:20:19 +0000 Subject: [PATCH] chore(release): 1.13.6 [skip ci] ## [1.13.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.13.5...@janus-idp/backstage-plugin-orchestrator@1.13.6) (2024-06-05) ### Features * switch defaults of the `--embed-as-dependencies` and `in-place` options. ([#1787](https://github.com/janus-idp/backstage-plugins/issues/1787)) ([049e675](https://github.com/janus-idp/backstage-plugins/commit/049e67502e7b4f9f00c8c6b01d112a27bc09ca9c)) --- plugins/orchestrator/CHANGELOG.md | 8 ++++++++ plugins/orchestrator/package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index 8a5812f7dc..7137908095 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-plugin-orchestrator [1.13.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.13.5...@janus-idp/backstage-plugin-orchestrator@1.13.6) (2024-06-05) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.10.0 + ## @janus-idp/backstage-plugin-orchestrator [1.13.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.13.4...@janus-idp/backstage-plugin-orchestrator@1.13.5) (2024-06-04) diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 5fd701612a..a28b7f3b38 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "1.13.5", + "version": "1.13.6", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -78,7 +78,7 @@ "@backstage/cli": "0.26.4", "@backstage/dev-utils": "1.0.31", "@backstage/test-utils": "1.5.4", - "@janus-idp/cli": "1.9.0", + "@janus-idp/cli": "1.10.0", "@redhat-developer/red-hat-developer-hub-theme": "0.0.54", "@storybook/preview-api": "7.6.19", "@storybook/react": "7.6.19",