Skip to content

Commit

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

### Features

* **rbac:** add type checks with generics for audit log ([#1789](#1789)) ([ac69838](ac69838))

### Bug Fixes

* **feedback:** update EntityPage component ([#1798](#1798)) ([f5b04b5](f5b04b5))
* **kiali:** remove debug window ([#1793](#1793)) ([b5b5376](b5b5376))
* **kiali:** sanitize input for CWE-79 ([#1786](#1786)) ([9ba95bb](9ba95bb))

### Documentation

* **kiali:** update development doc for alpha backend([#1720](#1720)) ([e06e9be](e06e9be))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 7072c5d commit 173a24a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions plugins/notifications-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @janus-idp/plugin-notifications-backend [1.4.19](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-07)

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


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.4.18",
"version": "1.4.19",
"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.4.18",
"version": "1.4.19",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 173a24a

Please sign in to comment.