Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/create-app
## 0.8.2
### Patch Changes
- a2cb332: Bumped create-app version.
- 6c10d88: Bumped create-app version.
- e8ffac1: Various fixes for the `create-app` template: reorganizing sidebar items, removing redundant config and code, and adding a documentation example.
- 72a493a: Added the `mcp-actions-backend` and `plugin-auth` plugins
- 4cf9f3a: Removed the unnecessary `@backstage/cli-module-new` dependency from the `next-app` template, since it is already included through `@backstage/cli-defaults`.
- 2541837: Renamed the built-in template directories from `next-app` to `default-app` and `default-app` to `legacy-app`.
- Updated dependencies
- @backstage/cli-common@0.2.1
## 0.8.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
"version": "0.8.2-next.2",
"version": "0.8.2",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"