Version Packages
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-search-backend
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d8acfc32e: `RouterOptions` and `createRouter` now marked as public exports
|
||||
- 915700f64f: The provided search engine now adds a pagination-aware `rank` value to all results.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5
|
||||
- @backstage/plugin-permission-node@0.6.2
|
||||
- @backstage/backend-common@0.14.0
|
||||
- @backstage/plugin-auth-node@0.2.2
|
||||
- @backstage/plugin-search-backend-node@0.6.2
|
||||
- @backstage/plugin-permission-common@0.6.2
|
||||
|
||||
## 0.5.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search-backend",
|
||||
"description": "The Backstage backend plugin that provides your backstage app with search",
|
||||
"version": "0.5.3-next.2",
|
||||
"version": "0.5.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,14 +23,14 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-common": "^0.14.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.2-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.2-next.2",
|
||||
"@backstage/plugin-search-backend-node": "^0.6.2-next.2",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.1",
|
||||
"@backstage/plugin-auth-node": "^0.2.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.2",
|
||||
"@backstage/plugin-permission-node": "^0.6.2",
|
||||
"@backstage/plugin-search-backend-node": "^0.6.2",
|
||||
"@backstage/plugin-search-common": "^0.3.5",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"dataloader": "^2.0.0",
|
||||
@@ -43,7 +43,7 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/cli": "^0.17.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user