Version Packages
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-techdocs-backend
|
||||
|
||||
## 0.10.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 30ed662a3: Adding in-context search to TechDocs Reader component. Using existing search-backend to query for indexed search results scoped into a specific entity's techdocs. Needs TechDocsCollator enabled on the backend to work.
|
||||
|
||||
Adding extra information to indexed tech docs documents for search.
|
||||
|
||||
- a42a142c2: Errors encountered while attempting to load TechDocs search indices at
|
||||
collation-time are now logged at `DEBUG` instead of `WARN` level.
|
||||
- Updated dependencies
|
||||
- @backstage/techdocs-common@0.10.0
|
||||
- @backstage/integration@0.6.3
|
||||
- @backstage/search-common@0.2.0
|
||||
- @backstage/catalog-model@0.9.1
|
||||
- @backstage/backend-common@0.9.1
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs-backend",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,14 +30,14 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.9.0",
|
||||
"@backstage/backend-common": "^0.9.1",
|
||||
"@backstage/catalog-client": "^0.3.17",
|
||||
"@backstage/catalog-model": "^0.9.0",
|
||||
"@backstage/catalog-model": "^0.9.1",
|
||||
"@backstage/config": "^0.1.8",
|
||||
"@backstage/errors": "^0.1.1",
|
||||
"@backstage/integration": "^0.6.2",
|
||||
"@backstage/search-common": "^0.1.3",
|
||||
"@backstage/techdocs-common": "^0.9.0",
|
||||
"@backstage/integration": "^0.6.3",
|
||||
"@backstage/search-common": "^0.2.0",
|
||||
"@backstage/techdocs-common": "^0.10.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"cross-fetch": "^3.0.6",
|
||||
"dockerode": "^3.2.1",
|
||||
@@ -50,7 +50,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.7.8",
|
||||
"@backstage/cli": "^0.7.10",
|
||||
"@backstage/test-utils": "^0.1.17",
|
||||
"@types/dockerode": "^3.2.1",
|
||||
"msw": "^0.29.0",
|
||||
|
||||
Reference in New Issue
Block a user