Skip to content

Commit 10dd5ff

Browse files
chore(release): 2.3.4 [skip ci]
## [2.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04) ### 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:** increase the number of attempts to fetch the instance after execution ([#1301](#1301)) ([77dcce3](77dcce3)) * **orchestrator:** refactor 500 response to use ErrorResponse object ([#1290](#1290)) ([2580f3d](2580f3d)) * **orchestrator:** stop fetching workflow URI ([#1297](#1297)) ([2456a28](2456a28)) * **orchestrator:** walk around the state field is empty issue when fetch instance ([#1299](#1299)) ([e5c33c0](e5c33c0)) * text filtering in Notifications ([#1303](#1303)) ([9ee3439](9ee3439))
1 parent 637c909 commit 10dd5ff

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/rbac-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-rbac-backend [2.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/backstage-plugin-rbac-node:** upgraded to 1.0.3
8+
19
## @janus-idp/backstage-plugin-rbac-backend [2.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-29)
210

311

plugins/rbac-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-rbac-backend",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
3737
"@backstage/plugin-permission-node": "^0.7.24",
3838
"@dagrejs/graphlib": "^2.1.13",
3939
"@janus-idp/backstage-plugin-rbac-common": "1.3.0",
40-
"@janus-idp/backstage-plugin-rbac-node": "1.0.2",
40+
"@janus-idp/backstage-plugin-rbac-node": "1.0.3",
4141
"casbin": "^5.27.1",
4242
"express": "^4.18.2",
4343
"express-promise-router": "^4.1.1",

0 commit comments

Comments
 (0)