Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-03-28 16:01:25 +00:00
parent 8e18b941a8
commit e32dc5e79d
394 changed files with 5536 additions and 205 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/plugin-search-backend
## 1.3.0-next.1
### Minor Changes
- 1469daa409e: Exports search plugin that can be used with the new backend system. For documentation on how to migrate, check out the [how to migrate to the new backend system guide](https://backstage.io/docs/features/search/how-to-guides/#how-to-migrate-your-backend-installation-to-use-search-together-with-the-new-backend-system).
### Patch Changes
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
- Updated dependencies
- @backstage/plugin-permission-node@0.7.7-next.1
- @backstage/plugin-permission-common@0.7.5-next.0
- @backstage/plugin-search-backend-node@1.2.0-next.1
- @backstage/backend-common@0.18.4-next.1
- @backstage/backend-plugin-api@0.5.1-next.1
- @backstage/config@1.0.7
- @backstage/errors@1.1.5
- @backstage/types@1.0.2
- @backstage/plugin-auth-node@0.2.13-next.1
- @backstage/plugin-search-common@1.2.3-next.0
## 1.2.5-next.0
### 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.5-next.0",
"version": "1.3.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",