Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-01-05 22:23:51 +00:00
parent a723b8a1e4
commit e237d65cdc
83 changed files with 811 additions and 41 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-search
## 1.5.2-next.1
### Patch Changes
- 5c49a00: Update for the `qs` library bump: the old array limit setting has changed to be more strict; you can no longer just give a zero to mean unlimited. So we choose an arbitrary high value, to at least go higher than the default 20.
- Updated dependencies
- @backstage/core-components@0.18.5-next.0
- @backstage/plugin-catalog-react@1.21.5-next.1
- @backstage/plugin-search-react@1.10.2-next.0
## 1.5.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search",
"version": "1.5.2-next.0",
"version": "1.5.2-next.1",
"description": "The Backstage plugin that provides your backstage app with search",
"backstage": {
"role": "frontend-plugin",