Skip to content

Commit 9cd0481

Browse files
chore(release): 1.4.0 [skip ci]
## [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
1 parent 3fbdf9c commit 9cd0481

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

plugins/servicenow-actions/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)
2+
3+
4+
### Features
5+
6+
* checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](https://github.com/janus-idp/backstage-plugins/issues/1511)) ([73c6588](https://github.com/janus-idp/backstage-plugins/commit/73c6588adb7e8c20907b06f2a8ef248cfd4332e4))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/cli:** upgraded to 1.8.0
13+
114
## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.3.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-10)
215

316
## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.3.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)

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.11",
4+
"version": "1.4.0",
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.11",
4+
"version": "1.4.0",
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.7.10",
62+
"@janus-idp/cli": "1.8.0",
6363
"@types/node-fetch": "2.6.6",
6464
"msw": "1.3.2"
6565
},

0 commit comments

Comments
 (0)