Skip to content

Commit 68f71c6

Browse files
chore(release): 1.10.8 [skip ci]
## [1.10.8](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 e78cede commit 68f71c6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

plugins/kiali-backend/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-kiali-backend [1.10.8](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-kiali-backend [1.10.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-25)
210

311

plugins/kiali-backend/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-kiali-backend-dynamic",
3-
"version": "1.10.6",
3+
"version": "1.10.7",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

plugins/kiali-backend/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-kiali-backend",
3-
"version": "1.10.7",
3+
"version": "1.10.8",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@backstage/cli": "0.26.2",
62-
"@janus-idp/cli": "1.8.1",
62+
"@janus-idp/cli": "1.8.2",
6363
"@types/express": "4.17.20",
6464
"@types/supertest": "2.0.16",
6565
"msw": "1.3.2",

0 commit comments

Comments
 (0)