Skip to content

Commit 98dc45c

Browse files
chore(release): 1.7.3 [skip ci]
## [1.7.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02) ### Bug Fixes * **deps:** downgrade shared-react in acr ([#1996](#1996)) ([3d669d2](3d669d2)) * **rbac:** log when plugin has no permissions ([#1917](#1917)) ([cc8752b](cc8752b))
1 parent 662de33 commit 98dc45c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

plugins/acr/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-acr [1.7.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** downgrade shared-react in acr ([#1996](https://github.com/janus-idp/backstage-plugins/issues/1996)) ([3d669d2](https://github.com/janus-idp/backstage-plugins/commit/3d669d2024bb773cb98db029c3c0a827692e071f))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/shared-react:** upgraded to 2.10.0
13+
114
## @janus-idp/backstage-plugin-acr [1.7.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)
215

316

plugins/acr/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-acr",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
3737
"@backstage/core-plugin-api": "^1.9.3",
3838
"@backstage/plugin-catalog-react": "^1.12.2",
3939
"@backstage/theme": "^0.5.6",
40-
"@janus-idp/shared-react": "2.9.0",
40+
"@janus-idp/shared-react": "2.10.0",
4141
"@material-ui/core": "^4.9.13",
4242
"@material-ui/icons": "^4.11.3",
4343
"@material-ui/lab": "^4.0.0-alpha.45",

0 commit comments

Comments
 (0)