Version Packages

This commit is contained in:
github-actions[bot]
2023-07-18 08:35:29 +00:00
parent 68f3d46f2f
commit 0abb3c37b8
493 changed files with 5952 additions and 1363 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/create-app
## 0.5.3
### Patch Changes
- 76b83a4422bb: Post-create message - added instruction to run `yarn install` when app was created with `--skip-install`
- d72e2eeba6f1: Bumped create-app version.
- e3ce5dd3f89a: add cy.\*\*.should to cypress eslintrc
- f920a61031c5: Enable specifying an external application template when using the `create-app` CLI command.
- 294b1629de28: Display a warning alert if relations are defined, which don't exist in the catalog.
- 4f7292c74dff: Updated included Dockerfile to include `g++`. Also updated the comments to note that some of the dependencies are also needed by isolated-vm
- Updated dependencies
- @backstage/cli-common@0.1.12
## 0.5.3-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.5.3-next.2",
"version": "0.5.3",
"publishConfig": {
"access": "public"
},