Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-07-02 09:03:14 +00:00
parent 14218d6227
commit 08c63d46ac
275 changed files with 4055 additions and 137 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-org
## 0.6.27-next.1
### Patch Changes
- 5132d28: The `useGetEntities` hook could result in requests to `/api/catalog/entities` where the headers exceed the default maximum Node.js header size of 16KB. The hook logic has been adjusted to batch the requests.
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.2-next.1
- @backstage/core-compat-api@0.2.7-next.0
- @backstage/core-components@0.14.9-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/catalog-model@1.5.0
- @backstage/frontend-plugin-api@0.6.7-next.0
- @backstage/plugin-catalog-common@1.0.24
## 0.6.27-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org",
"version": "0.6.27-next.0",
"version": "0.6.27-next.1",
"description": "A Backstage plugin that helps you create entity pages for your organization",
"backstage": {
"role": "frontend-plugin",