Version Packages

This commit is contained in:
github-actions[bot]
2021-08-05 00:24:56 +00:00
parent edcb115530
commit 326cbd7408
141 changed files with 1178 additions and 616 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/create-app
## 0.3.34
### Patch Changes
- c189c5da5: fix typo in the comments of EntityPage component
- 48ea3d25b: The recommended value for a `backstage.io/techdocs-ref` annotation is now
`dir:.`, indicating "documentation source files are located in the same
directory relative to the catalog entity." Note that `url:<location>` values
are still supported.
- 98dda80b4: Update `techdocs.generators` with the latest `techdocs.generator` config in `app-config.yaml`. See
https://backstage.io/docs/features/techdocs/configuration for reference and relevant PR
https://github.com/backstage/backstage/pull/6071/files for the changes.
## 0.3.33
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
"version": "0.3.33",
"version": "0.3.34",
"private": false,
"publishConfig": {
"access": "public"