Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-03 14:16:49 +00:00
parent 8211dc0f70
commit db0d171511
181 changed files with 3284 additions and 92 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/create-app
## 0.7.10-next.1
### Patch Changes
- a9d23c4: Properly support `package.json` `workspaces` field
- ebd4630: Replace deprecated `workspaces.packages` with `workspaces` in `package.json`
This change is **not** required, but you can edit your main `package.json`, to fit the more modern & more common pattern:
```diff
- "workspaces": {
- "packages": [
"workspaces": [
"packages/*",
"plugins/*"
- ]
- },
],
```
- Updated dependencies
- @backstage/cli-common@0.2.0-next.1
## 0.7.10-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
"version": "0.7.10-next.0",
"version": "0.7.10-next.1",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"