Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-07-04 16:24:25 +00:00
parent 3ff622aa4f
commit 2fc17fb329
228 changed files with 2587 additions and 128 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/create-app
## 0.5.3-next.1
### Patch Changes
- 76b83a4422bb: Post-create message - added instruction to run `yarn install` when app was created with `--skip-install`
- e3ce5dd3f89a: add cy.\*\*.should to cypress eslintrc
- 294b1629de28: Display a warning alert if relations are defined, which don't exist in the catalog.
## 0.5.3-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.5.3-next.0",
"version": "0.5.3-next.1",
"publishConfig": {
"access": "public"
},