Version Packages

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2023-09-19 14:15:46 +00:00
committed by Patrik Oldsberg
parent 2aed4037b0
commit b228d7d9c2
657 changed files with 9248 additions and 2495 deletions
+15
View File
@@ -1,5 +1,20 @@
# @techdocs/cli
## 1.5.0
### Minor Changes
- 10a86bd4ae12: Add optional config and cli option for techdocs to specify default mkdocs plugins.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.5
- @backstage/config@1.1.0
- @backstage/catalog-model@1.4.2
- @backstage/plugin-techdocs-node@1.8.0
- @backstage/cli-common@0.1.12
## 1.5.0-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.5.0-next.3",
"version": "1.5.0",
"publishConfig": {
"access": "public"
},