Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-09-10 13:56:19 +00:00
parent 8743beff4d
commit 47358815d6
339 changed files with 5166 additions and 175 deletions
+27
View File
@@ -1,5 +1,32 @@
# @backstage/backend-defaults
## 0.5.0-next.2
### Minor Changes
- baeef13: **BREAKING** Removed `createLifecycleMiddleware` and `LifecycleMiddlewareOptions` to clean up API surface. These exports have no external usage and do not provide value in its current form. If you were using these exports, please reach out to the maintainers to discuss your use case.
### Patch Changes
- 6ed9264: chore(deps): bump `path-to-regexp` from 6.2.2 to 8.0.0
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
- Updated dependencies
- @backstage/backend-app-api@1.0.0-next.2
- @backstage/backend-common@0.25.0-next.2
- @backstage/plugin-auth-node@0.5.2-next.2
- @backstage/backend-plugin-api@1.0.0-next.2
- @backstage/cli-node@0.2.8-next.0
- @backstage/integration@1.15.0-next.0
- @backstage/config-loader@1.9.1-next.0
- @backstage/plugin-permission-node@0.8.3-next.2
- @backstage/backend-dev-utils@0.1.5
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.4.0-next.2
## 0.5.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-defaults",
"version": "0.5.0-next.1",
"version": "0.5.0-next.2",
"description": "Backend defaults used by Backstage backend apps",
"backstage": {
"role": "node-library"