Version Packages
This commit is contained in:
@@ -1,5 +1,27 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 08f177b91084: Add link from Template entity to the scaffolder launch page for the template in the AboutCard.
|
||||
- 75a1c93784fe: Bumped create-app version.
|
||||
- e37573d60e79: Bumped create-app version.
|
||||
- 320ed502747a: Bumped create-app version.
|
||||
- 52d599817680: Changed the default backend CacheClient to an in-memory cache when not explicitly configured.
|
||||
|
||||
Explicit configuration of an **in-memory cache** can be removed from `app-config.yaml`, as this is now the default:
|
||||
|
||||
```diff
|
||||
backend:
|
||||
- cache:
|
||||
- store: memory
|
||||
```
|
||||
|
||||
- 68a21956ef52: Remove reference to deprecated import
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.12
|
||||
|
||||
## 0.5.2-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.5.2-next.3",
|
||||
"version": "0.5.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user