Skip to content

Commit

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

### Features

* **rbac:** display administration to authorized users ([#895](#895)) ([70ae509](70ae509))

### Bug Fixes

* **cli:** fix possible dependency conflict ([#950](#950)) ([6c3052e](6c3052e))
* share the dynamic entrypoint in ocm backend ([#932](#932)) ([dfddb09](dfddb09))
  • Loading branch information
semantic-release-bot committed Nov 16, 2023
1 parent 8d06a53 commit 25082b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/ocm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-ocm [3.5.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-16)



### Dependencies

* **@janus-idp/cli:** upgraded to 1.4.3

## @janus-idp/backstage-plugin-ocm [3.5.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-13)


Expand Down
4 changes: 2 additions & 2 deletions plugins/ocm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm",
"version": "3.5.2",
"version": "3.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@backstage/dev-utils": "1.0.22",
"@backstage/plugin-catalog": "1.14.0",
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.4.2",
"@janus-idp/cli": "1.4.3",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.5.1",
Expand Down

0 comments on commit 25082b6

Please sign in to comment.