Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-23 13:57:50 +00:00
parent b5f81613b1
commit 185d5ea0b0
416 changed files with 6324 additions and 220 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-search-backend
## 1.5.0-next.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
- Updated dependencies
- @backstage/backend-common@0.21.0-next.0
- @backstage/backend-openapi-utils@0.1.3-next.0
- @backstage/plugin-auth-node@0.4.4-next.0
- @backstage/plugin-permission-node@0.7.21-next.0
- @backstage/plugin-search-backend-node@1.2.14-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @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.4.9
### 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.4.9",
"version": "1.5.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",