Version Packages

This commit is contained in:
github-actions[bot]
2024-03-27 09:37:09 +00:00
parent de7d7422e5
commit bb8923602f
512 changed files with 6588 additions and 533 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-auth-node
## 0.4.11
### Patch Changes
- 038b2e6: Only consider entities of kind `User` when using `findCatalogUser` with a filter query, unless an explicit `kind` filter is provided.
- Updated dependencies
- @backstage/catalog-client@1.6.3
- @backstage/backend-common@0.21.6
- @backstage/backend-plugin-api@0.6.16
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 0.4.10
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.4.10",
"version": "0.4.11",
"backstage": {
"role": "node-library"
},