Skip to content

Commit 46aa0b6

Browse files
chore(release): 1.2.4 [skip ci]
## [1.2.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-13) ### Features * **ocm:** export default icon for use in dynamic plugins ([#919](#919)) ([e6dd16d](e6dd16d)) * update entity provider schedulers ([#827](#827)) ([19731d1](19731d1)) ### Bug Fixes * **rbac:** handle postgres ssl connection for rbac backend plugin ([#923](#923)) ([deb2026](deb2026)) * **rbac:** use the same Knex version with Backstage ([#929](#929)) ([6923ce0](6923ce0)) ### Documentation * **servicenow:** add missing ServiceNow config in README ([#926](#926)) ([5b5568f](5b5568f))
1 parent 6a1c4fd commit 46aa0b6

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.2.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-13)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.4.1
8+
19
## @janus-idp/backstage-plugin-web-terminal [1.2.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-07)
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.2.3",
3+
"version": "1.2.4",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -46,7 +46,7 @@
4646
"@backstage/core-app-api": "1.11.0",
4747
"@backstage/dev-utils": "1.0.22",
4848
"@backstage/test-utils": "1.4.4",
49-
"@janus-idp/cli": "1.4.0",
49+
"@janus-idp/cli": "1.4.1",
5050
"@testing-library/jest-dom": "5.17.0",
5151
"@testing-library/react": "12.1.5",
5252
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)