Skip to content

Commit

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

### Features

* make all backend plugins dynamic ([#954](#954)) ([1b4338a](1b4338a))
* **rbac:** display administration to authorized users ([#895](#895)) ([70ae509](70ae509))

### Bug Fixes

* **aap+3scale+ocm:** don't log sensitive data from errors ([#945](#945)) ([7a5e7b8](7a5e7b8))
* **cli:** fix possible dependency conflict ([#950](#950)) ([6c3052e](6c3052e))
* **cli:** use react v17 in dynamic plugins build ([#931](#931)) ([b47b10a](b47b10a))
* **keycloak:** don't log sensitive authentication data ([#938](#938)) ([63d0678](63d0678))
* share the dynamic entrypoint in ocm backend ([#932](#932)) ([dfddb09](dfddb09))
  • Loading branch information
semantic-release-bot committed Nov 21, 2023
1 parent 6bb700d commit 92cc018
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/regex-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-scaffolder-backend-module-regex [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-21)


### Features

* make all backend plugins dynamic ([#954](https://github.com/janus-idp/backstage-plugins/issues/954)) ([1b4338a](https://github.com/janus-idp/backstage-plugins/commit/1b4338a45c3b92f5607391b2bfc17c4d29050ce3))

## @janus-idp/backstage-scaffolder-backend-module-regex [1.1.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-13)

## @janus-idp/backstage-scaffolder-backend-module-regex [1.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-10-19)
Expand Down
4 changes: 2 additions & 2 deletions plugins/regex-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-regex",
"description": "The regex custom actions",
"version": "1.1.2",
"version": "1.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@backstage/backend-common": "0.19.8",
"@backstage/cli": "0.23.0",
"@janus-idp/cli": "1.4.3",
"@janus-idp/cli": "1.4.4",
"@types/mock-fs": "4.13.4",
"mock-fs": "5.2.0"
},
Expand Down

0 comments on commit 92cc018

Please sign in to comment.