Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-01-31 14:45:37 +00:00
parent 96851184fd
commit 675324ed19
324 changed files with 4630 additions and 164 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/create-app
## 0.4.37-next.1
### Patch Changes
- 86a8dfd7b0: Added a check to ensure that Yarn v1 is used when creating new projects.
- 0eaa579f89: Update `SearchPage` template to use `SearchResult` extensions.
- Updated dependencies
- @backstage/cli-common@0.1.11
## 0.4.37-next.0
### 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.37-next.0",
"version": "0.4.37-next.1",
"publishConfig": {
"access": "public"
},