Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-02-06 14:58:46 +00:00
parent 556125fc1c
commit b17a6cccce
482 changed files with 7420 additions and 258 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/create-app
## 0.5.11-next.2
### Patch Changes
- c420081: Add a seed file for `yarn.lock` in newly created apps. This file is downloaded directly from `https://github.com/backstage/backstage` at the time of creating a new project, ensuring that users always receive the latest version. The purpose of the seed file is to initialize the lock file with known good versions of individual dependencies that have had bad new releases published. The seed file will have no effect if the dependency is not present, it can not be used to install additional packages.
- f71352c: Bumped TypeScript to version `5.3`.
- Updated dependencies
- @backstage/cli-common@0.1.13
## 0.5.11-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.5.11-next.1",
"version": "0.5.11-next.2",
"publishConfig": {
"access": "public"
},