Version Packages (next)
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user