Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-03 09:38:51 +00:00
parent 624f90b6f1
commit 55da880bf9
185 changed files with 2762 additions and 730 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-common
## 0.13.3-next.1
### Patch Changes
- 28b0e4ddef: Update types to match the new version of `@keyv/redis`
## 0.13.3-next.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.13.3-next.0",
"version": "0.13.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -91,7 +91,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.1",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^2.0.0",