Skip to content

Commit 82c4d85

Browse files
chore(release): 1.21.0 [skip ci]
## [1.21.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 0a27c22 commit 82c4d85

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

plugins/rbac/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## @janus-idp/backstage-plugin-rbac [1.21.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/backstage-plugin-rbac-common:** upgraded to 1.6.0
13+
* **@janus-idp/shared-react:** upgraded to 2.7.0
14+
* **@janus-idp/cli:** upgraded to 1.11.0
15+
116
## @janus-idp/backstage-plugin-rbac [1.20.15](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)
217

318

plugins/rbac/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-rbac",
3-
"version": "1.20.15",
3+
"version": "1.21.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -35,8 +35,8 @@
3535
"@backstage/plugin-permission-common": "^0.7.13",
3636
"@backstage/plugin-permission-react": "^0.4.22",
3737
"@backstage/theme": "^0.5.5",
38-
"@janus-idp/backstage-plugin-rbac-common": "1.5.0",
39-
"@janus-idp/shared-react": "2.6.4",
38+
"@janus-idp/backstage-plugin-rbac-common": "1.6.0",
39+
"@janus-idp/shared-react": "2.7.0",
4040
"@material-ui/core": "^4.9.13",
4141
"@material-ui/icons": "^4.11.3",
4242
"@material-ui/lab": "^4.0.0-alpha.45",
@@ -60,7 +60,7 @@
6060
"@backstage/core-app-api": "1.12.5",
6161
"@backstage/dev-utils": "1.0.32",
6262
"@backstage/test-utils": "1.5.5",
63-
"@janus-idp/cli": "1.10.1",
63+
"@janus-idp/cli": "1.11.0",
6464
"@playwright/test": "1.44.1",
6565
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54",
6666
"@testing-library/jest-dom": "6.4.5",

0 commit comments

Comments
 (0)