Skip to content

Commit af41d6c

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.17.9 [skip ci]
## [1.17.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30) ### Bug Fixes * **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b)) * **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba)) * **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
1 parent 76fcf19 commit af41d6c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/rbac/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-rbac [1.17.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.8.3
8+
19
## @janus-idp/backstage-plugin-rbac [1.17.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
210

311

plugins/rbac/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-rbac",
3-
"version": "1.17.8",
3+
"version": "1.17.9",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -54,7 +54,7 @@
5454
"@backstage/core-app-api": "1.12.3",
5555
"@backstage/dev-utils": "1.0.30",
5656
"@backstage/test-utils": "1.5.3",
57-
"@janus-idp/cli": "1.8.2",
57+
"@janus-idp/cli": "1.8.3",
5858
"@playwright/test": "1.41.2",
5959
"@testing-library/jest-dom": "6.4.2",
6060
"@testing-library/react": "14.2.1",

0 commit comments

Comments
 (0)