Skip to content

Commit e63dfaf

Browse files
chore(release): 3.5.9 [skip ci]
## [3.5.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-02) ### Bug Fixes * **rbac:** align styles with UXD ([#1416](#1416)) ([1df3592](1df3592)) ### Other changes * experimental `embed-as-dependencies` option for the backend ([#1418](#1418)) ([b451380](b451380))
1 parent c798270 commit e63dfaf

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

plugins/ocm-backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-ocm-backend [3.5.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-02)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.7.7
8+
19
## @janus-idp/backstage-plugin-ocm-backend [3.5.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29)
210

311

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-ocm-backend-dynamic",
3-
"version": "3.5.8",
3+
"version": "3.5.9",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",
@@ -23,18 +23,7 @@
2323
},
2424
"./package.json": "./package.json"
2525
},
26-
"scripts": {
27-
"build": "backstage-cli package build",
28-
"clean": "backstage-cli package clean",
29-
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package --embed-package @backstage/plugin-kubernetes-common",
30-
"lint": "backstage-cli package lint",
31-
"postpack": "backstage-cli package postpack",
32-
"postversion": "yarn run export-dynamic",
33-
"prepack": "backstage-cli package prepack",
34-
"start": "backstage-cli package start",
35-
"test": "backstage-cli package test --passWithNoTests --coverage",
36-
"tsc": "tsc"
37-
},
26+
"scripts": {},
3827
"configSchema": "config.d.ts",
3928
"dependencies": {
4029
"@kubernetes/client-node": "^0.20.0",

plugins/ocm-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-ocm-backend",
3-
"version": "3.5.8",
3+
"version": "3.5.9",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@backstage/cli": "0.25.2",
62-
"@janus-idp/cli": "1.7.6",
62+
"@janus-idp/cli": "1.7.7",
6363
"@backstage/plugin-auth-node": "0.4.8",
6464
"@backstage/plugin-catalog-backend": "1.17.3",
6565
"@backstage/plugin-permission-common": "0.7.12",

0 commit comments

Comments
 (0)