Skip to content

Commit 8fd93b9

Browse files
chore(release): 1.3.9 [skip ci]
## [1.3.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 8a11871 commit 8fd93b9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/web-terminal/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-web-terminal [1.3.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-web-terminal [1.3.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29)
210

311

plugins/web-terminal/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-web-terminal",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -48,7 +48,7 @@
4848
"@backstage/core-app-api": "1.12.0",
4949
"@backstage/dev-utils": "1.0.27",
5050
"@backstage/test-utils": "1.5.0",
51-
"@janus-idp/cli": "1.7.6",
51+
"@janus-idp/cli": "1.7.7",
5252
"@testing-library/jest-dom": "6.4.2",
5353
"@testing-library/react": "14.2.1",
5454
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)