Skip to content

Commit

Permalink
chore(release): 1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-01)

### Bug Fixes

* **notifications:** replace NotificationsSidebarItem with NotificationsActiveIcon ([#1295](#1295)) ([af874de](af874de))
* **notifications:** users.yaml path is wrong ([#1296](#1296)) ([12b9140](12b9140))
* **orchestrator:** clean up the plugin code ([#1292](#1292)) ([ad27fb8](ad27fb8))
* **orchestrator:** refactor 500 response to use ErrorResponse object ([#1290](#1290)) ([2580f3d](2580f3d))
* **rbac:** improve error handling in retrieving permission metadata. ([#1285](#1285)) ([77f5f0e](77f5f0e))

### Documentation

* **rbac:** update to the rbac documentation ([#1268](#1268)) ([5c7253b](5c7253b))
  • Loading branch information
semantic-release-bot committed Mar 1, 2024
1 parent 10a2889 commit bf2fff9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/notifications-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/plugin-notifications-backend [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-01)


### Bug Fixes

* **notifications:** users.yaml path is wrong ([#1296](https://github.com/janus-idp/backstage-plugins/issues/1296)) ([12b9140](https://github.com/janus-idp/backstage-plugins/commit/12b9140f2dfb85494e20eeea764ed18e1863ba9f))

## @janus-idp/plugin-notifications-backend [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28)


Expand Down
2 changes: 1 addition & 1 deletion plugins/notifications-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/plugin-notifications-backend-dynamic",
"version": "1.3.2",
"version": "1.3.3",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/notifications-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/plugin-notifications-backend",
"version": "1.3.2",
"version": "1.3.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit bf2fff9

Please sign in to comment.