Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-10-25 13:18:27 +00:00
parent 7035be58ba
commit d4df1fbb2e
336 changed files with 5182 additions and 178 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/create-app
## 0.4.33-next.0
### Patch Changes
- 4091c73e68: Updated `@swc/core` to `v1.3.9` which fixes a `.tsx` parser bug. You may want to run `yarn backstage-cli versions:bump` to get on latest version including the CLI itself.
- 80bfac5266: Updated the create-app command to no longer require Git to be installed and configured. A git repository will only be initialized if possible and if not already in an git repository.
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
- Updated dependencies
- @backstage/cli-common@0.1.10
## 0.4.32
### 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.32",
"version": "0.4.33-next.0",
"publishConfig": {
"access": "public"
},