Version Packages (next)
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user