Version Packages

This commit is contained in:
github-actions[bot]
2021-12-09 12:02:28 +00:00
parent 531f9777f0
commit 9068128fd8
206 changed files with 1667 additions and 963 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-permission-backend
## 0.2.1
### Patch Changes
- a036b65c2f: Updated to use the new `BackstageIdentityResponse` type from `@backstage/plugin-auth-backend`.
The `BackstageIdentityResponse` type is backwards compatible with the `BackstageIdentity`, and provides an additional `identity` field with the claims of the user.
- Updated dependencies
- @backstage/plugin-auth-backend@0.5.0
- @backstage/backend-common@0.9.13
- @backstage/plugin-permission-node@0.2.1
## 0.2.0
### Minor Changes