Skip to content

Commit a762db2

Browse files
chore(release): 1.9.3 [skip ci]
## [1.9.3](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. ([#1590](#1590)) ([e860c3b](e860c3b)) * **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([#1593](#1593)) ([55508ba](55508ba)) * **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([#1592](#1592)) ([577efff](577efff))
1 parent 30f6996 commit a762db2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

plugins/keycloak-backend/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-keycloak-backend [1.9.3](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-keycloak-backend [1.9.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
210

311

plugins/keycloak-backend/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-keycloak-backend-dynamic",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "A Backend backend plugin for Keycloak",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

plugins/keycloak-backend/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-keycloak-backend",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "A Backend backend plugin for Keycloak",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -63,7 +63,7 @@
6363
"@backstage/plugin-catalog-backend": "1.21.0",
6464
"@backstage/plugin-permission-common": "0.7.13",
6565
"@backstage/plugin-permission-node": "0.7.27",
66-
"@janus-idp/cli": "1.8.2",
66+
"@janus-idp/cli": "1.8.3",
6767
"@types/lodash": "4.14.200",
6868
"@types/supertest": "2.0.16",
6969
"@types/uuid": "9.0.5",

0 commit comments

Comments
 (0)