Skip to content

Commit

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

### Features

* add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](#1132)) ([06e16fd](06e16fd))

### Bug Fixes

* **orchestrator:** resolve bug in workflow instance page assessed by link ([#1142](#1142)) ([48724f8](48724f8))
* **rbac:** enable create button for default role:default/rbac_admin ([#1137](#1137)) ([9926463](9926463))
  • Loading branch information
semantic-release-bot committed Jan 30, 2024
1 parent 3d5ed73 commit ec0c82b
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.12.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)



### Dependencies

* **@janus-idp/cli:** upgraded to 1.7.0

## @janus-idp/backstage-plugin-rbac [1.12.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)


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.12.2",
"version": "1.12.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@backstage/core-app-api": "1.11.0",
"@backstage/dev-utils": "1.0.22",
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.6.0",
"@janus-idp/cli": "1.7.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
Expand Down

0 comments on commit ec0c82b

Please sign in to comment.