Skip to content

Commit fd9692b

Browse files
chore(release): 3.8.0 [skip ci]
## [3.8.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13) ### Features * **deps:** update to backstage 1.27 ([#1683](#1683)) ([a14869c](a14869c)) * **feedback:** add support for jira component ([#1813](#1813)) ([4afbc17](4afbc17))
1 parent d6d3533 commit fd9692b

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

plugins/tekton/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-tekton [3.8.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)
2+
3+
4+
### Features
5+
6+
* **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/shared-react:** upgraded to 2.7.0
13+
* **@janus-idp/cli:** upgraded to 1.11.0
14+
115
## @janus-idp/backstage-plugin-tekton [3.7.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)
216

317

plugins/tekton/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-tekton",
3-
"version": "3.7.9",
3+
"version": "3.8.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
3535
"@backstage/plugin-kubernetes": "^0.11.10",
3636
"@backstage/plugin-kubernetes-common": "^0.7.6",
3737
"@backstage/theme": "^0.5.5",
38-
"@janus-idp/shared-react": "2.6.4",
38+
"@janus-idp/shared-react": "2.7.0",
3939
"@kubernetes/client-node": "^0.20.0",
4040
"@material-ui/core": "^4.9.13",
4141
"@material-ui/icons": "^4.11.3",
@@ -62,7 +62,7 @@
6262
"@backstage/core-app-api": "1.12.5",
6363
"@backstage/dev-utils": "1.0.32",
6464
"@backstage/test-utils": "1.5.5",
65-
"@janus-idp/cli": "1.10.1",
65+
"@janus-idp/cli": "1.11.0",
6666
"@playwright/test": "1.44.1",
6767
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54",
6868
"@testing-library/jest-dom": "6.4.5",

0 commit comments

Comments
 (0)