Skip to content

Commit

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

### Features

* **cli:** switch to @janus-idp/cli for new plugins and populate them with the basics ([#782](#782)) ([bbbefbd](bbbefbd))
* **notifications:** turn plugins into dynamic ones ([#1104](#1104)) ([5146977](5146977))
* **orchestrator:** add auto refresh to workflow instance list and details pages ([#1081](#1081)) ([fc30645](fc30645))
* **rbac:** center align toast ([#1090](#1090)) ([697c96f](697c96f))

### Bug Fixes

* **kiali:** fix sessionTime configuration and tests ([#1099](#1099)) ([882381c](882381c)), closes [#1100](#1100)
* make the notifications icon active in dynamic plugin ([#1111](#1111)) ([bc98491](bc98491))
* **notifications:** create fails when array fields are empty ([#1116](#1116)) ([81645b7](81645b7))
* **notifications:** filtering by text does not work with sqlite ([#1110](#1110)) ([e08d461](e08d461))
* **notifications:** redesign the Notifications page ([#1095](#1095)) ([7efb107](7efb107))
* **orchestrator:** do not show duration when ProcessInstance.end time is n/a ([#1112](#1112)) ([75e6bbe](75e6bbe))
* **rbac:** fix the roles table to also watch policies ([#1057](#1057)) ([ead78e2](ead78e2))
* **rbac:** fix work resource permission specified by name ([#940](#940)) ([3601eb8](3601eb8))
  • Loading branch information
semantic-release-bot committed Jan 25, 2024
1 parent 81ddccd commit adaefee
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.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-25)



### Dependencies

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

## @janus-idp/backstage-plugin-ocm [3.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-22)


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.6.0",
"version": "3.6.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@backstage/dev-utils": "1.0.22",
"@backstage/plugin-catalog": "1.14.0",
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.5.0",
"@janus-idp/cli": "1.6.0",
"@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 adaefee

Please sign in to comment.