Version Packages

This commit is contained in:
github-actions[bot]
2021-04-29 11:32:12 +00:00
committed by Fredrik Adelöw
parent 3ace5cef8b
commit 44abfaada6
99 changed files with 441 additions and 241 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-search
## 0.3.5
### Patch Changes
- dcd54c7cd: Use `RouteRef` to generate path to search page.
- Updated dependencies [9afcac5af]
- Updated dependencies [e0c9ed759]
- Updated dependencies [6eaecbd81]
- @backstage/core@0.7.7
## 0.3.4
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search",
"version": "0.3.4",
"version": "0.3.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core": "^0.7.6",
"@backstage/core": "^0.7.7",
"@backstage/catalog-model": "^0.7.3",
"@backstage/plugin-catalog-react": "^0.1.2",
"@backstage/search-common": "^0.1.1",