Version Packages
This commit is contained in:
@@ -1,5 +1,29 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 10744537bf5: Renamed `permissionApi` to `permissions` when passed as dependency of the scaffolder-backend plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5af2c4f412f: Bumped create-app version.
|
||||
- ab75a16da7a: Bumped create-app version.
|
||||
- 71fd0966d10: Add `permissionApi` as dependency of the scaffolder-backend plugin
|
||||
- 2945923b133: Upgraded the TypeScript version to 5.0
|
||||
|
||||
To apply this change in your own project, switch the TypeScript version in your root `package.json`:
|
||||
|
||||
```diff
|
||||
- "typescript": "~4.6.4",
|
||||
+ "typescript": "~5.0.0",
|
||||
```
|
||||
|
||||
- e0c6e8b9c3c: Update peer dependencies
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.12
|
||||
|
||||
## 0.4.39-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.4.39-next.3",
|
||||
"version": "0.5.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user