Skip to content

Commit 58f0ec8

Browse files
chore(release): 1.4.2 [skip ci]
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-22) ### Features * **orchestrator:** display a alert dialog when the user fails to abort a running workflow ([#1239](#1239)) ([44cb11b](44cb11b)) ### Bug Fixes * **orchestrator:** improvements to backend services ([#1252](#1252)) ([af8e072](af8e072)) ### Documentation * **matomo-plugin:** fix config example and replace GA with Matomo ([#991](#991)) ([55d6048](55d6048)) ### Other changes * **web-terminal:** fixes Terminal load test ([#1249](#1249)) ([1f2f17d](1f2f17d))
1 parent 464c82c commit 58f0ec8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **orchestrator:** improvements to backend services ([#1252](https://github.com/janus-idp/backstage-plugins/issues/1252)) ([af8e072](https://github.com/janus-idp/backstage-plugins/commit/af8e072f35bc033f5111207c87711c9c0f9ff386))
7+
18
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-21)
29

310

plugins/orchestrator-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-orchestrator-backend-dynamic",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

plugins/orchestrator-backend/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-orchestrator-backend",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)