Version Packages

This commit is contained in:
github-actions[bot]
2023-08-15 17:12:48 +00:00
parent 004768a3cc
commit aaf5cb2ca1
515 changed files with 6245 additions and 1533 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/create-app
## 0.5.4
### Patch Changes
- b441642fbe0d: Bumped create-app version.
- 572abc7edf55: Bumped create-app version.
- 74f77f151a96: Bumped create-app version.
- 5cc0ac5ef3d1: Bump to a newer version of the `concurrently` library
- 46c9a798e41d: Updated the `app-config.yaml` template to use `proxy.endpoints`.
- 971bdd6a4732: Bumped internal `nodemon` dependency.
- Updated dependencies
- @backstage/cli-common@0.1.12
## 0.5.4-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.4-next.2",
"version": "0.5.4",
"publishConfig": {
"access": "public"
},