Version Packages

This commit is contained in:
github-actions[bot]
2023-02-14 13:41:52 +00:00
parent c5c4c91755
commit 25b57cc07f
561 changed files with 5946 additions and 1898 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/create-app
## 0.4.37
### Patch Changes
- 12a7b316ee: Bumped create-app version.
- 86a8dfd7b0: Added a check to ensure that Yarn v1 is used when creating new projects.
- 0eaa579f89: Update `SearchPage` template to use `SearchResult` extensions.
- 02f1316e57: Updated `packages/app/cypress/.eslintrc.json` to remove the unnecessary `import/no-extraneous-dependencies` rule.
- Updated dependencies
- @backstage/cli-common@0.1.11
## 0.4.37-next.2
### 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.2",
"version": "0.4.37",
"publishConfig": {
"access": "public"
},