Version Packages

This commit is contained in:
github-actions[bot]
2021-03-31 12:21:12 +00:00
parent 39f41287d2
commit 8e00ab7e63
72 changed files with 410 additions and 262 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-common
## 0.6.1
### Patch Changes
- 37e3a69f5: Export `ReadTreeResponseFile` and `SearchResponseFile`.
## 0.6.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.6.0",
"version": "0.6.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,