Skip to content

Commit 09efb30

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30) ### Features * add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](#1132)) ([06e16fd](06e16fd))
1 parent 739334e commit 09efb30

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

plugins/orchestrator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-plugin-orchestrator [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)
2+
3+
4+
### Features
5+
6+
* add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](https://github.com/janus-idp/backstage-plugins/issues/1132)) ([06e16fd](https://github.com/janus-idp/backstage-plugins/commit/06e16fdcf64257dd08297cb727445d9a8a23c522))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/cli:** upgraded to 1.7.0
13+
114
## @janus-idp/backstage-plugin-orchestrator [1.1.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)
215

316

plugins/orchestrator/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-orchestrator",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -89,7 +89,7 @@
8989
"@backstage/cli": "0.23.0",
9090
"@backstage/dev-utils": "1.0.22",
9191
"@backstage/test-utils": "^1.4.4",
92-
"@janus-idp/cli": "1.6.0",
92+
"@janus-idp/cli": "1.7.0",
9393
"@storybook/react": "^7.5.3",
9494
"@testing-library/react": "^12.1.5",
9595
"@testing-library/react-hooks": "8.0.1",

0 commit comments

Comments
 (0)