Skip to content

Commit 9838084

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.10.1 [skip ci]
## [1.10.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30) ### Bug Fixes * **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543) * **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030)) ### Other changes * **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
1 parent 7744a62 commit 9838084

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/orchestrator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-orchestrator [1.10.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.8.2
8+
19
## @janus-idp/backstage-plugin-orchestrator [1.10.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-25)
210

311

plugins/orchestrator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -72,7 +72,7 @@
7272
"@backstage/cli": "0.26.2",
7373
"@backstage/dev-utils": "1.0.30",
7474
"@backstage/test-utils": "1.5.3",
75-
"@janus-idp/cli": "1.8.1",
75+
"@janus-idp/cli": "1.8.2",
7676
"@storybook/react": "7.5.3",
7777
"@testing-library/react": "14.2.1",
7878
"@storybook/preview-api": "7.5.3",

0 commit comments

Comments
 (0)