Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-09 09:49:35 +00:00
parent 23b9dde55b
commit 4f3076700a
246 changed files with 2844 additions and 125 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-search-react
## 1.6.0-next.2
### Minor Changes
- 1ce7f84b2e8: <SearchBar/> accepts InputProp property that can override keys from default
### Patch Changes
- adb31096bc2: Fix text-overflow UI issue for Lifecycle spans in SearchFilter checkbox labels.
- Updated dependencies
- @backstage/theme@0.3.0-next.0
- @backstage/core-components@0.13.1-next.1
- @backstage/core-plugin-api@1.5.1
## 1.6.0-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-react",
"version": "1.6.0-next.1",
"version": "1.6.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",