Version Packages
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user