Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.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))
* **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 5202efa commit 81ddccd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
13 changes: 13 additions & 0 deletions plugins/notifications-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/plugin-notifications-backend [1.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-25)


### Bug Fixes

* **notifications:** create fails when array fields are empty ([#1116](https://github.com/janus-idp/backstage-plugins/issues/1116)) ([81645b7](https://github.com/janus-idp/backstage-plugins/commit/81645b7876169bac9c8c6ee90f60c5de33509f72))



### Dependencies

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

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


Expand Down
3 changes: 1 addition & 2 deletions plugins/notifications-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/plugin-notifications-backend-dynamic",
"version": "1.0.5",
"version": "1.1.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,6 @@
"node-fetch": "^3.3.2",
"openapi": "^1.0.1",
"openapi-backend": "^5.10.5",
"winston": "^3.11.0",
"yn": "^4.0.0"
},
"devDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions plugins/notifications-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/plugin-notifications-backend",
"version": "1.1.0",
"version": "1.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@backstage/cli": "0.23.0",
"@types/express": "*",
"@types/supertest": "2.0.16",
"@janus-idp/cli": "1.5.0",
"@janus-idp/cli": "1.6.0",
"js-yaml-cli": "^0.6.0",
"knex-mock-client": "2.0.0",
"msw": "1.3.2",
Expand Down

0 comments on commit 81ddccd

Please sign in to comment.