Skip to content

Commit 2641653

Browse files
chore(release): 1.19.0 [skip ci]
## [1.19.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15) ### Features * **bulk-import:** allow adding repositories ([#1357](#1357)) ([366a06d](366a06d)) * checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](#1511)) ([73c6588](73c6588)) * **orchestrator:** make workflow last run status as link to the workflow last run details page ([#1488](#1488)) ([fc2f94e](fc2f94e)) ### Bug Fixes * **feedback-docs:** move out collapsed screenshots ([#1496](#1496)) ([562364d](562364d)), closes [#discussion_r1560988756](https://github.com/janus-idp/backstage-plugins/issues/discussion_r1560988756) ### Documentation * **orchestrator:** add a quickstart for users ([#1499](#1499)) ([28fe8da](28fe8da))
1 parent 800a9d3 commit 2641653

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

plugins/topology/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @janus-idp/backstage-plugin-topology [1.19.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)
2+
3+
4+
### Features
5+
6+
* checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](https://github.com/janus-idp/backstage-plugins/issues/1511)) ([73c6588](https://github.com/janus-idp/backstage-plugins/commit/73c6588adb7e8c20907b06f2a8ef248cfd4332e4))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/shared-react:** upgraded to 2.6.0
13+
* **@janus-idp/cli:** upgraded to 1.8.0
14+
115
## @janus-idp/backstage-plugin-topology [1.18.14](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-09)
216

317

plugins/topology/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-topology",
3-
"version": "1.18.14",
3+
"version": "1.19.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"@backstage/plugin-kubernetes": "^0.11.8",
3333
"@backstage/plugin-kubernetes-common": "^0.7.5",
3434
"@backstage/theme": "^0.5.2",
35-
"@janus-idp/shared-react": "2.5.5",
35+
"@janus-idp/shared-react": "2.6.0",
3636
"@kubernetes/client-node": "^0.20.0",
3737
"@material-ui/core": "^4.9.13",
3838
"@material-ui/icons": "^4.11.3",
@@ -59,7 +59,7 @@
5959
"@backstage/core-app-api": "1.12.3",
6060
"@backstage/dev-utils": "1.0.30",
6161
"@backstage/test-utils": "1.5.3",
62-
"@janus-idp/cli": "1.7.10",
62+
"@janus-idp/cli": "1.8.0",
6363
"@testing-library/jest-dom": "6.4.2",
6464
"@testing-library/react": "14.2.1",
6565
"@testing-library/react-hooks": "8.0.1",

0 commit comments

Comments
 (0)