Version Packages

This commit is contained in:
github-actions[bot]
2022-01-20 10:33:31 +00:00
parent 4918be78b0
commit 8b18d054f3
302 changed files with 2829 additions and 2214 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-permission-common
## 0.4.0
### Minor Changes
- b768259244: **BREAKING**: Authorize API request and response types have been updated. The existing `AuthorizeRequest` and `AuthorizeResponse` types now match the entire request and response objects for the /authorize endpoint, and new types `AuthorizeQuery` and `AuthorizeDecision` have been introduced for individual items in the request and response batches respectively.
**BREAKING**: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend.
### Patch Changes
- Updated dependencies
- @backstage/config@0.1.13
## 0.4.0-next.0
### Minor Changes