Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-03-22 12:28:03 +00:00
parent a78f15013c
commit ad955c1b1b
255 changed files with 2255 additions and 905 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-search-common
## 0.3.3-next.0
### Patch Changes
- c8b295f2fb: - Introduce `SearchDocument` type. This type contains the subset of `IndexableDocument` properties relevant to the frontend, and is intended to be used for documents returned to the frontend from the search API.
- `SearchResultSet` is now a wrapper for documents of type `SearchDocument`, and is intended to be used in the frontend. This isn't a breaking change, since `IndexableDocument`s are valid `SearchDocument`s, so the old and new types are compatible.
- Introduce `IndexableResultSet` type, which wraps `IndexableDocument` instances in the same way as `SearchResultSet`.
## 0.3.2
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-common",
"description": "Common functionalities for Search, to be shared between various search-enabled plugins",
"version": "0.3.2",
"version": "0.3.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -43,7 +43,7 @@
"@backstage/plugin-permission-common": "^0.5.3"
},
"devDependencies": {
"@backstage/cli": "^0.16.0"
"@backstage/cli": "^0.16.1-next.0"
},
"jest": {
"roots": [