Version Packages

This commit is contained in:
github-actions[bot]
2022-04-19 14:28:08 +00:00
parent c888455313
commit 3f7acfb96e
459 changed files with 6352 additions and 3402 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/plugin-search-react
## 0.1.0
### Minor Changes
- ab230a433f: New search package to hold things the search plugin itself and other frontend plugins (e.g. techdocs, home) depend on.
### Patch Changes
- 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
- 076b091113: api-report clean up - the package now exports following additional types:
`SearchContextProviderProps`
`SearchContextValue`
`SearchContextProviderForStorybookProps`
`SearchApiProviderForStorybookProps`
- e1de8526aa: Versioned search context managed through version-bridge
- Updated dependencies
- @backstage/core-app-api@1.0.1
- @backstage/core-plugin-api@1.0.1
- @backstage/version-bridge@1.0.1
- @backstage/plugin-search-common@0.3.3
## 0.1.0-next.0
### Minor Changes
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-react",
"version": "0.1.0-next.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/version-bridge": "^1.0.0",
"@backstage/plugin-search-common": "^0.3.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/core-app-api": "^1.0.1",
"@backstage/version-bridge": "^1.0.1",
"react-use": "^17.3.2",
"@backstage/types": "^1.0.0"
},
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/test-utils": "^1.0.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/jest-dom": "^5.10.1"