Skip to content

Commit eef068f

Browse files
chore(release): 1.4.9 [skip ci]
## [1.4.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 eac675f commit eef068f

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

plugins/3scale-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-3scale-backend [1.4.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-3scale-backend [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29)
210

311

plugins/3scale-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-3scale-backend-dynamic",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
@@ -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",
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
"dependencies": {
3928
"winston": "^3.11.0"
4029
},

plugins/3scale-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-3scale-backend",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@backstage/cli": "0.25.2",
54-
"@janus-idp/cli": "1.7.6",
54+
"@janus-idp/cli": "1.7.7",
5555
"@types/supertest": "2.0.16",
5656
"msw": "1.3.2",
5757
"supertest": "6.3.3"

0 commit comments

Comments
 (0)