Skip to content

Commit

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

### Bug Fixes

* **rbac:** add additional validation for permission policies ([#1908](#1908)) ([592498f](592498f)), closes [#1939](#1939)
* **topology:** bump shared-react dependency ([#2006](#2006)) ([5c939fb](5c939fb))
  • Loading branch information
semantic-release-bot committed Aug 5, 2024
1 parent 98b8577 commit fb9978e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/rbac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-rbac [1.26.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-05)



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.1

## @janus-idp/backstage-plugin-rbac [1.26.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)


Expand Down
4 changes: 2 additions & 2 deletions plugins/rbac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-rbac",
"version": "1.26.0",
"version": "1.26.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@backstage/plugin-permission-common": "^0.8.0",
"@backstage/plugin-permission-react": "^0.4.24",
"@backstage/theme": "^0.5.6",
"@janus-idp/backstage-plugin-rbac-common": "1.8.0",
"@janus-idp/backstage-plugin-rbac-common": "1.8.1",
"@janus-idp/shared-react": "2.10.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
Expand Down

0 comments on commit fb9978e

Please sign in to comment.