Skip to content

Commit 0f62f23

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.4.3 [skip ci]
## [1.4.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. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b)) * **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba)) * **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
1 parent 33f264c commit 0f62f23

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.4.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/backstage-scaffolder-backend-module-servicenow [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30)
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.4.2",
4+
"version": "1.4.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.4.2",
4+
"version": "1.4.3",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -59,7 +59,7 @@
5959
"@backstage/plugin-scaffolder-node-test-utils": "0.1.2",
6060
"@backstage/types": "1.1.1",
6161
"@hey-api/openapi-ts": "0.34.5",
62-
"@janus-idp/cli": "1.8.2",
62+
"@janus-idp/cli": "1.8.3",
6363
"@types/node-fetch": "2.6.6",
6464
"msw": "1.3.2"
6565
},

0 commit comments

Comments
 (0)