Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
## @janus-idp/backstage-plugin-keycloak-backend [1.11.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-19)

### Features

* **keycloak:** expose keycloak user/group transformer extension point ([#1825](#1825)) ([3f85578](3f85578))
  • Loading branch information
semantic-release-bot committed Jun 19, 2024
1 parent 3f85578 commit 282a6b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/keycloak-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-keycloak-backend [1.11.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-19)


### Features

* **keycloak:** expose keycloak user/group transformer extension point ([#1825](https://github.com/janus-idp/backstage-plugins/issues/1825)) ([3f85578](https://github.com/janus-idp/backstage-plugins/commit/3f85578c9a7c4c4de796ceab3d2fcc8e8190af1e))

## @janus-idp/backstage-plugin-keycloak-backend [1.10.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-19)


Expand Down
2 changes: 1 addition & 1 deletion plugins/keycloak-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-keycloak-backend-dynamic",
"version": "1.10.1",
"version": "1.11.0",
"description": "A Backend backend plugin for Keycloak",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/keycloak-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-keycloak-backend",
"version": "1.10.1",
"version": "1.11.0",
"description": "A Backend backend plugin for Keycloak",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit 282a6b3

Please sign in to comment.