Version Packages

This commit is contained in:
github-actions[bot]
2024-03-19 14:56:10 +00:00
parent 0908022cbc
commit e83e055841
800 changed files with 9824 additions and 2888 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-permission-common
## 0.7.13
### Patch Changes
- 0502d82: The `token` option of the `PermissionEvaluator` methods is now deprecated. The options that only apply to backend implementations have been moved to `PermissionsService` from `@backstage/backend-plugin-api` instead.
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
Updated dependency `@types/uuid` to `^9.0.0`.
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 0.7.13-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-common",
"version": "0.7.13-next.1",
"version": "0.7.13",
"description": "Isomorphic types and client for Backstage permissions and authorization",
"backstage": {
"role": "common-library"