Version Packages

This commit is contained in:
github-actions[bot]
2024-10-15 10:25:03 +00:00
parent 56f656343d
commit a9c095d0be
496 changed files with 5648 additions and 1902 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-search-backend
## 1.6.0
### Minor Changes
- 3109c24: The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import.
### Patch Changes
- 66af016: Fix to schema to allow arbitrary query parameters.
- 094eaa3: Remove references to in-repo backend-common
- Updated dependencies
- @backstage/backend-defaults@0.5.1
- @backstage/plugin-search-backend-node@1.3.3
- @backstage/plugin-permission-node@0.8.4
- @backstage/backend-openapi-utils@0.2.0
- @backstage/backend-plugin-api@1.0.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-common@1.2.14
## 1.5.18-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend",
"version": "1.5.18-next.2",
"version": "1.6.0",
"description": "The Backstage backend plugin that provides your backstage app with search",
"backstage": {
"role": "backend-plugin",