Skip to content

Commit 1ce8c17

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28) ### Bug Fixes * **notifications:** add dynamicPluginInstaller ([#1275](#1275)) ([5758a63](5758a63)) * **orchestrator:** handle nullable start/state properties of process instance ([#1277](#1277)) ([d8a43a5](d8a43a5)) * **orchestrator:** remove date-time format from spec ([#1282](#1282)) ([2b59dcf](2b59dcf)) * **orchestrator:** workflowId parameter wrongly parsed in getWorkflowOverviewById (v2) ([#1283](#1283)) ([2cd70d0](2cd70d0))
1 parent 28b4433 commit 1ce8c17

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

plugins/notifications-backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @janus-idp/plugin-notifications-backend [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **notifications:** add dynamicPluginInstaller ([#1275](https://github.com/janus-idp/backstage-plugins/issues/1275)) ([5758a63](https://github.com/janus-idp/backstage-plugins/commit/5758a63a0b18e83349cb93aaf4417b4fa135ca64))
7+
18
## @janus-idp/plugin-notifications-backend [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-27)
29

310

plugins/notifications-backend/dist-dynamic/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/plugin-notifications-backend-dynamic",
3-
"version": "1.2.3",
3+
"version": "1.3.1",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",
@@ -31,6 +31,7 @@
3131
"clean": "backstage-cli package clean",
3232
"prepack": "backstage-cli package prepack",
3333
"postpack": "backstage-cli package postpack",
34+
"postversion": "yarn run export-dynamic",
3435
"tsc": "tsc",
3536
"openapi": "./scripts/openapi.sh",
3637
"export-dynamic": "janus-cli package export-dynamic-plugin"

plugins/notifications-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/plugin-notifications-backend",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)