Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-03-04 16:49:37 +00:00
parent c45506df09
commit f9fb465e38
317 changed files with 4624 additions and 235 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-app-backend
## 0.5.0-next.1
### Minor Changes
- 32be48c: **BREAKING**: Removed support for the old backend system.
As part of this change the plugin export from `/alpha` as been removed. If you are currently importing `@backstage/plugin-app-backend/alpha`, please update your import to `@backstage/plugin-app-backend`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.1-next.1
- @backstage/backend-plugin-api@1.2.1-next.1
- @backstage/config@1.3.2
- @backstage/config-loader@1.9.6
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-app-node@0.1.31-next.1
## 0.4.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-backend",
"version": "0.4.6-next.0",
"version": "0.5.0-next.1",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
"backstage": {
"role": "backend-plugin",