Version Packages
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# @backstage/techdocs-common
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 59a5fa319: Migrated files are now printed when `techdocs-cli migrate` is run with the
|
||||
`--verbose` flag set.
|
||||
- 54356336e: TechDocs generator stage now supports `mkdocs.yaml` file, in addition to `.yml`
|
||||
depending on whichever is present at the time of generation. (Assumes the
|
||||
latest `spotify/techdocs` container, running mkdocs `v1.2.2` or greater).
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/techdocs-common",
|
||||
"description": "Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -60,7 +60,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.7.5",
|
||||
"@backstage/cli": "^0.7.6",
|
||||
"@types/fs-extra": "^9.0.5",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
"@types/js-yaml": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user