Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-05-21 14:41:46 +00:00
parent 41b942f6dd
commit cce04957e9
303 changed files with 4575 additions and 213 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-search-backend-node
## 1.2.24-next.0
### Patch Changes
- 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package.
- 5b6f979: Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup
- Updated dependencies
- @backstage/backend-tasks@0.5.24-next.0
- @backstage/backend-common@0.22.1-next.0
- @backstage/backend-plugin-api@0.6.19-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-permission-common@0.7.13
- @backstage/plugin-search-common@1.2.11
## 1.2.22
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-node",
"version": "1.2.22",
"version": "1.2.24-next.0",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
"backstage": {
"role": "node-library"