diff --git a/plugins/notifications/CHANGELOG.md b/plugins/notifications/CHANGELOG.md index f41ce7b816..4f218cda0e 100644 --- a/plugins/notifications/CHANGELOG.md +++ b/plugins/notifications/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/plugin-notifications [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications@1.3.1...@janus-idp/plugin-notifications@1.3.2) (2024-05-29) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.8.9 + ## @janus-idp/plugin-notifications [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications@1.3.0...@janus-idp/plugin-notifications@1.3.1) (2024-05-16) diff --git a/plugins/notifications/package.json b/plugins/notifications/package.json index 34ae6d2144..8885cd313a 100644 --- a/plugins/notifications/package.json +++ b/plugins/notifications/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/plugin-notifications", "description": "Frontend part of the notifications providing the Notifications API, Notifications page, left-side menu item and other REACT components.", - "version": "1.3.1", + "version": "1.3.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -47,7 +47,7 @@ "@backstage/core-app-api": "1.12.4", "@backstage/dev-utils": "1.0.31", "@backstage/test-utils": "1.5.4", - "@janus-idp/cli": "1.8.7", + "@janus-idp/cli": "1.8.9", "@openapitools/openapi-generator-cli": "2.7.0", "@redhat-developer/red-hat-developer-hub-theme": "*", "@testing-library/jest-dom": "6.4.2",