Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-04-23 14:53:09 +00:00
parent ee5173fd5e
commit 46046059b4
306 changed files with 4550 additions and 216 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/create-app
## 0.5.15-next.0
### Patch Changes
- c066c88: Removed `packages/backend/src/types.ts` from the template as it is unused. It was mistakenly left in after moving the template to the new backend system.
- 5d99272: Update local development dependencies.
- 8105aad: Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.
- Updated dependencies
- @backstage/cli-common@0.1.13
## 0.5.14
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.5.14",
"version": "0.5.15-next.0",
"publishConfig": {
"access": "public"
},