Skip to content

Commit 3fc8364

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-26) ### Features * **orchestrator:** display a alert dialog when the user fails to abort a running workflow ([#1239](#1239)) ([44cb11b](44cb11b)) * **rbac:** save and display role description in the frontend ([#1206](#1206)) ([ff61266](ff61266)) ### Bug Fixes * **orchestrator:** handle api endpoint failure ([#1254](#1254)) ([503de1b](503de1b)) * **orchestrator:** improvements to backend services ([#1252](#1252)) ([af8e072](af8e072)) ### Documentation * **matomo-plugin:** fix config example and replace GA with Matomo ([#991](#991)) ([55d6048](55d6048)) ### Other changes * **web-terminal:** fixes Terminal load test ([#1249](#1249)) ([1f2f17d](1f2f17d))
1 parent 9ad3feb commit 3fc8364

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

plugins/servicenow-actions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-26)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.7.3
8+
19
## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-21)
210

311

plugins/servicenow-actions/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/backstage-scaffolder-backend-module-servicenow-dynamic",
33
"description": "The servicenow custom actions",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "Apache-2.0",

plugins/servicenow-actions/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/backstage-scaffolder-backend-module-servicenow",
33
"description": "The servicenow custom actions",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"@backstage/backend-common": "0.21.1",
5757
"@backstage/cli": "0.25.2",
58-
"@janus-idp/cli": "1.7.2",
58+
"@janus-idp/cli": "1.7.3",
5959
"@backstage/config": "1.1.1",
6060
"@backstage/types": "1.1.1",
6161
"@types/mock-fs": "4.13.4",

0 commit comments

Comments
 (0)