Version Packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2023-09-19 14:15:46 +00:00
committed by Patrik Oldsberg
parent 2aed4037b0
commit b228d7d9c2
657 changed files with 9248 additions and 2495 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/backend-tasks
## 0.5.8
### Patch Changes
- 8fd91547cd0b: When starting a task that existed before, with a faster schedule than it
previously had, the task will now correctly obey the faster schedule
immediately. Before this fix, the new schedule was only obeyed after the next
pending (according to the old schedule) run had completed.
- 62f448edb0b5: Use `readDurationFromConfig` from the config package
- 74604806aae8: Avoid starting task janitor in tests.
- cfc3ca6ce060: Changes needed to support MySQL
- 814feeed7343: Update to handle invalid luxon values
- Updated dependencies
- @backstage/backend-common@0.19.5
- @backstage/config@1.1.0
- @backstage/errors@1.2.2
- @backstage/types@1.1.1
## 0.5.8-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.5.8-next.3",
"version": "0.5.8",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {