Skip to content

Commit 73dc586

Browse files
chore(release): 1.4.11 [skip ci]
## [1.4.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-03) ### Features * **orchestrator:** display a description modal before triggering infra-wfs that resulted from an assessment wf ([#1284](#1284)) ([ec293c9](ec293c9)) ### Bug Fixes * **notifications:** replace NotificationsSidebarItem with NotificationsActiveIcon ([#1295](#1295)) ([af874de](af874de)) * **notifications:** users.yaml path is wrong ([#1296](#1296)) ([12b9140](12b9140)) * **orchestrator:** stop fetching workflow URI ([#1297](#1297)) ([2456a28](2456a28)) * text filtering in Notifications ([#1303](#1303)) ([9ee3439](9ee3439))
1 parent 26b0082 commit 73dc586

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **orchestrator:** stop fetching workflow URI ([#1297](https://github.com/janus-idp/backstage-plugins/issues/1297)) ([2456a28](https://github.com/janus-idp/backstage-plugins/commit/2456a287dbff955a0916b9600e89a39511cd537a))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.3.7
13+
114
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-29)
215

316

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.10",
3+
"version": "1.4.11",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

plugins/orchestrator-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-orchestrator-backend",
3-
"version": "1.4.10",
3+
"version": "1.4.11",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -73,7 +73,7 @@
7373
"@backstage/plugin-scaffolder-common": "^1.5.0",
7474
"@backstage/plugin-scaffolder-node": "^0.3.2",
7575
"@backstage/types": "^1.1.1",
76-
"@janus-idp/backstage-plugin-orchestrator-common": "1.3.6",
76+
"@janus-idp/backstage-plugin-orchestrator-common": "1.3.7",
7777
"@octokit/rest": "^19.0.3",
7878
"@severlessworkflow/sdk-typescript": "^3.0.3",
7979
"@urql/core": "^4.1.4",

0 commit comments

Comments
 (0)