Skip to content

Commit

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

### Features

* **orchestrator:** add ability to re-trigger workflow in error state ([janus-idp#1624](janus-idp#1624)) ([8709a37](janus-idp@8709a37))
* **scaffolder:** create custom action for scaffolder templates ([janus-idp#1567](janus-idp#1567)) ([e30701e](janus-idp@e30701e))
  • Loading branch information
semantic-release-bot authored and ciiay committed May 31, 2024
1 parent f1448de commit 6611a29
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions plugins/rbac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @janus-idp/backstage-plugin-rbac [1.18.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)



### Dependencies

* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.4.2
* **@janus-idp/shared-react:** upgraded to 2.6.1
* **@janus-idp/cli:** upgraded to 1.8.6

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


Expand Down
8 changes: 4 additions & 4 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.18.1",
"version": "1.18.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@backstage/plugin-permission-react": "^0.4.22",
"@backstage/theme": "^0.5.3",
"@backstage/plugin-permission-common": "^0.7.13",
"@janus-idp/backstage-plugin-rbac-common": "1.4.1",
"@janus-idp/shared-react": "2.6.0",
"@janus-idp/backstage-plugin-rbac-common": "1.4.2",
"@janus-idp/shared-react": "2.6.1",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand All @@ -59,7 +59,7 @@
"@backstage/core-app-api": "1.12.4",
"@backstage/dev-utils": "1.0.31",
"@backstage/test-utils": "1.5.4",
"@janus-idp/cli": "1.8.5",
"@janus-idp/cli": "1.8.6",
"@playwright/test": "1.41.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
Expand Down

0 comments on commit 6611a29

Please sign in to comment.