Skip to content

Commit 90437f8

Browse files
chore(release): 2.3.2 [skip ci]
## [2.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28) ### Bug Fixes * **notifications:** add dynamicPluginInstaller ([#1275](#1275)) ([5758a63](5758a63)) * **notifications:** rhidp-1210 Unable to get group notifications ([#1273](#1273)) ([e186fad](e186fad)) * **orchestrator:** clean up the plugin code ([#1292](#1292)) ([ad27fb8](ad27fb8)) * **orchestrator:** handle nullable start/state properties of process instance ([#1277](#1277)) ([d8a43a5](d8a43a5)) * **orchestrator:** regenerate Open API with new instance state ([#1289](#1289)) ([8755fdd](8755fdd)) * **orchestrator:** remove date-time format from spec ([#1282](#1282)) ([2b59dcf](2b59dcf)) * **orchestrator:** workflowId parameter wrongly parsed in getWorkflowOverviewById (v2) ([#1283](#1283)) ([2cd70d0](2cd70d0)) * **rbac:** improve error handling in retrieving permission metadata. ([#1285](#1285)) ([77f5f0e](77f5f0e))
1 parent 5796f1c commit 90437f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

plugins/rbac-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-rbac-backend [2.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **rbac:** improve error handling in retrieving permission metadata. ([#1285](https://github.com/janus-idp/backstage-plugins/issues/1285)) ([77f5f0e](https://github.com/janus-idp/backstage-plugins/commit/77f5f0efaadf1873b68876f11ca633646ce882b9))
7+
18
## @janus-idp/backstage-plugin-rbac-backend [2.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-27)
29

310

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

0 commit comments

Comments
 (0)