Version Packages (next)
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-search-react
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 11a46863de: Export `useSearchContextCheck` hook to check if the search context is available
|
||||
- a307a14be0: Removed dependency on `@backstage/core-app-api`.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search-react",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/core-app-api": "^1.0.1",
|
||||
"@backstage/test-utils": "^1.0.1",
|
||||
"@backstage/test-utils": "^1.0.2-next.0",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
"@testing-library/jest-dom": "^5.10.1"
|
||||
|
||||
Reference in New Issue
Block a user