diff --git a/plugins/notifications/CHANGELOG.md b/plugins/notifications/CHANGELOG.md index ef7e1cfe5c..8dd8894616 100644 --- a/plugins/notifications/CHANGELOG.md +++ b/plugins/notifications/CHANGELOG.md @@ -1,3 +1,16 @@ +## @janus-idp/plugin-notifications [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications@1.3.9...@janus-idp/plugin-notifications@1.4.0) (2024-06-13) + + +### Features + +* **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d)) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.11.0 + ## @janus-idp/plugin-notifications [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications@1.3.8...@janus-idp/plugin-notifications@1.3.9) (2024-06-13) diff --git a/plugins/notifications/package.json b/plugins/notifications/package.json index 440a739c5f..034cda796a 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.9", + "version": "1.4.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -48,7 +48,7 @@ "@backstage/core-app-api": "1.12.5", "@backstage/dev-utils": "1.0.32", "@backstage/test-utils": "1.5.5", - "@janus-idp/cli": "1.10.1", + "@janus-idp/cli": "1.11.0", "@openapitools/openapi-generator-cli": "2.13.4", "@redhat-developer/red-hat-developer-hub-theme": "0.0.54", "@testing-library/jest-dom": "6.4.2",