Skip to content

Commit 16e1f4b

Browse files
chore(release): 1.8.2 [skip ci]
## [1.8.2](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 ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543) * **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](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`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
1 parent 97fffd1 commit 16e1f4b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @janus-idp/cli [1.8.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
2+
3+
4+
### Other changes
5+
6+
* **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`). ([#1584](https://github.com/janus-idp/backstage-plugins/issues/1584)) ([4b5cc40](https://github.com/janus-idp/backstage-plugins/commit/4b5cc403c00fab222bf5d5faa43a30c7fa6a97a4))
7+
18
## @janus-idp/cli [1.8.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-25)
29

310

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/cli",
33
"description": "CLI for developing Backstage plugins and apps",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)