Skip to content

Commit bc35911

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.4.2 [skip ci]
## [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-30) ### Bug Fixes * **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543) * **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030)) ### Other changes * **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
1 parent 2114810 commit bc35911

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

plugins/kubernetes-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-kubernetes [1.4.2](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.2
8+
19
## @janus-idp/backstage-scaffolder-backend-module-kubernetes [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-25)
210

311

plugins/kubernetes-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-kubernetes-dynamic",
33
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "Apache-2.0",

plugins/kubernetes-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-kubernetes",
33
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -51,7 +51,7 @@
5151
"@backstage/backend-common": "0.21.6",
5252
"@backstage/cli": "0.26.2",
5353
"@backstage/plugin-scaffolder-node-test-utils": "0.1.2",
54-
"@janus-idp/cli": "1.8.1",
54+
"@janus-idp/cli": "1.8.2",
5555
"msw": "1.3.2"
5656
},
5757
"files": [

0 commit comments

Comments
 (0)