Skip to content

Commit e831df6

Browse files
chore(release): 1.2.3 [skip ci]
## [1.2.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30) ### Bug Fixes * **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([#1590](#1590)) ([e860c3b](e860c3b)) * **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([#1593](#1593)) ([55508ba](55508ba)) * **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([#1592](#1592)) ([577efff](577efff))
1 parent 866546e commit e831df6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/notifications/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/plugin-notifications [1.2.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.8.3
8+
19
## @janus-idp/plugin-notifications [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
210

311

plugins/notifications/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/plugin-notifications",
33
"description": "Frontend part of the notifications providing the Notifications API, Notifications page, left-side menu item and other REACT components.",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -47,7 +47,7 @@
4747
"@backstage/core-app-api": "1.12.3",
4848
"@backstage/dev-utils": "1.0.30",
4949
"@backstage/test-utils": "1.5.3",
50-
"@janus-idp/cli": "1.8.2",
50+
"@janus-idp/cli": "1.8.3",
5151
"@openapitools/openapi-generator-cli": "2.7.0",
5252
"@testing-library/jest-dom": "6.4.2",
5353
"@testing-library/react": "14.2.1",

0 commit comments

Comments
 (0)