Version Packages

This commit is contained in:
github-actions[bot]
2023-12-19 13:39:54 +00:00
parent 7615a4c90b
commit a9801a3ec9
706 changed files with 7721 additions and 2335 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-search-react
## 1.7.4
### Patch Changes
- a5a0473: Internal refactor of alpha exports due to a change in how extension factories are defined.
- 84dabc5: Removed `@backstage/frontend-app-api` dependency.
- 5814122: Updated `/alpha` exports to fit new naming patterns.
- 6f280fa: Capture analytics even when number of results is not available, since the total result count is not something that is always available for all search engines and configurations.
- 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.9
## 1.7.4-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-react",
"version": "1.7.4-next.3",
"version": "1.7.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",