Version Packages

This commit is contained in:
github-actions[bot]
2022-06-14 09:12:05 +00:00
parent c8c5115e58
commit 2e2a82c9d7
431 changed files with 5900 additions and 2965 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-search-common
## 0.3.5
### Patch Changes
- 7d8acfc32e: `@beta` exports now replaced with `@public` exports
- 484afdf1dc: Added an optional `rank` attribute to the `Result` type. This represents the result rank (starting at 1) for a given result in a result set for a given search.
- Updated dependencies
- @backstage/plugin-permission-common@0.6.2
## 0.3.5-next.1
### Patch Changes
+3 -3
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.5-next.1",
"version": "0.3.5",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -40,10 +40,10 @@
},
"dependencies": {
"@backstage/types": "^1.0.0",
"@backstage/plugin-permission-common": "^0.6.2-next.0"
"@backstage/plugin-permission-common": "^0.6.2"
},
"devDependencies": {
"@backstage/cli": "^0.17.2-next.2"
"@backstage/cli": "^0.17.2"
},
"jest": {
"roots": [