Version Packages

This commit is contained in:
github-actions[bot]
2024-02-20 11:04:26 +00:00
parent e944c0d361
commit f1831dd9b2
771 changed files with 9304 additions and 2982 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/plugin-search-backend
## 1.5.0
### Minor Changes
- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
### Patch Changes
- 3ed0eac: Authorized search engine now obeys query page limit
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-openapi-utils@0.1.3
- @backstage/plugin-permission-node@0.7.21
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
## 1.5.0-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend",
"description": "The Backstage backend plugin that provides your backstage app with search",
"version": "1.5.0-next.3",
"version": "1.5.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",