Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-02-02 14:28:47 +00:00
parent e7f38e3546
commit 51eecb3f03
154 changed files with 1015 additions and 540 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-common
## 0.10.6-next.0
### Patch Changes
- 50d039577a: Added a `Context` type for the backend, that can propagate an abort signal, a
deadline, and contextual values through the call stack. The main entrypoint is
the `Contexts` utility class that provides a root context creator and commonly
used decorators.
These are marked as `@alpha` for now, and are therefore only accessible via
`@backstage/backend-common/alpha`.
## 0.10.5
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.10.5",
"version": "0.10.6-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -84,8 +84,8 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.0",
"@backstage/test-utils": "^0.2.3",
"@backstage/cli": "^0.13.1-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^1.6.0",