Version Packages (#2075)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2024-11-26 15:51:55 +01:00 committed by GitHub
parent f5b128123f
commit d0c35ed51d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-rbac-backend': patch
---
Ensures that the permissions and roles are properly synced during request handling. This is important in high availability scenarios as we need to ensure data is up to date during scaling.

View File

@ -1,5 +1,11 @@
### Dependencies
## 5.2.6
### Patch Changes
- 4084738: Ensures that the permissions and roles are properly synced during request handling. This is important in high availability scenarios as we need to ensure data is up to date during scaling.
## 5.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-rbac-backend",
"version": "5.2.5",
"version": "5.2.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",