Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-21 15:07:43 +00:00
parent 50a66a9183
commit 1cc86bee1c
423 changed files with 5447 additions and 212 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/backend-defaults
## 0.17.1-next.0
### Patch Changes
- 3595c97: Exported `defaultServiceFactories` to allow use with `createSpecializedBackend` for advanced configuration like `extensionPointFactoryMiddleware`.
- 89d3248: Fixed scheduler `sleep` firing immediately for durations longer than ~24.8 days, caused by Node.js `setTimeout` overflowing its 32-bit millisecond limit.
- 744fa1f: Removed duplicated entries that appeared in both `dependencies` and `devDependencies`.
- Updated dependencies
- @backstage/errors@1.3.1-next.0
- @backstage/backend-app-api@1.7.0-next.0
- @backstage/integration@2.0.2-next.0
- @backstage/plugin-auth-node@0.7.1-next.0
- @backstage/backend-plugin-api@1.9.1-next.0
- @backstage/cli-node@0.3.2-next.0
- @backstage/config@1.3.8-next.0
- @backstage/config-loader@1.10.11-next.0
- @backstage/integration-aws-node@0.1.22-next.0
- @backstage/plugin-events-node@0.4.22-next.0
- @backstage/plugin-permission-common@0.9.9-next.0
- @backstage/plugin-permission-node@0.10.13-next.0
- @backstage/backend-dev-utils@0.1.7
- @backstage/types@1.2.2
## 0.17.0
### Minor Changes