Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-04-04 13:14:06 +00:00
parent 795d86a6c6
commit 9a5a1c4ba2
364 changed files with 4890 additions and 182 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/create-app
## 0.4.39-next.2
### Patch Changes
- 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",
```
- Updated dependencies
- @backstage/cli-common@0.1.12
## 0.4.39-next.1
### 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.4.39-next.1",
"version": "0.4.39-next.2",
"publishConfig": {
"access": "public"
},