Version Packages

This commit is contained in:
github-actions[bot]
2023-02-14 13:41:52 +00:00
parent c5c4c91755
commit 25b57cc07f
561 changed files with 5946 additions and 1898 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-search-backend
## 1.2.3
### Patch Changes
- 1b30c9a0f7: Change the router's response to include the error message instead of its object type in case it fails during a search query because the messages have more info.
- Updated dependencies
- @backstage/backend-common@0.18.2
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
- @backstage/plugin-auth-node@0.2.11
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-permission-node@0.7.5
- @backstage/plugin-search-backend-node@1.1.3
- @backstage/plugin-search-common@1.2.1
## 1.2.3-next.2
### 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.2.3-next.2",
"version": "1.2.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",