Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](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))
* **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))
  • Loading branch information
semantic-release-bot committed Jan 25, 2024
1 parent 7bff5ed commit 1868757
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-orchestrator [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-25)


### Features

* **orchestrator:** add auto refresh to workflow instance list and details pages ([#1081](https://github.com/janus-idp/backstage-plugins/issues/1081)) ([fc30645](https://github.com/janus-idp/backstage-plugins/commit/fc30645ff740e914708a20f1fa1e2e118f771433))



### Dependencies

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

## @janus-idp/backstage-plugin-orchestrator [1.0.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-24)


Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator",
"version": "1.0.2",
"version": "1.1.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -89,7 +89,7 @@
"@backstage/cli": "0.23.0",
"@backstage/dev-utils": "1.0.22",
"@backstage/test-utils": "^1.4.4",
"@janus-idp/cli": "1.5.0",
"@janus-idp/cli": "1.6.0",
"@storybook/react": "^7.5.3",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "8.0.1",
Expand Down

0 comments on commit 1868757

Please sign in to comment.