Version Packages

This commit is contained in:
github-actions[bot]
2023-02-14 13:41:52 +00:00
parent c5c4c91755
commit 25b57cc07f
561 changed files with 5946 additions and 1898 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-techdocs-node
## 1.5.0
### Minor Changes
- dd1e37649f: Deprecated getMkDocsYml in favor of getMkdocsYml (lowercase 'd')
### Patch Changes
- 87ab76e55c: Fixed bug caused by recent migration to AWS SDK V3 for techdocs-node. Instead of s3ForcePathStyle, forcePathStyle should be passed.
- 339d9a5b5c: Added support for using a default `mkdocs.yml` configuration file when none is provided
- Updated dependencies
- @backstage/backend-common@0.18.2
- @backstage/catalog-model@1.2.0
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/integration-aws-node@0.1.1
- @backstage/plugin-search-common@1.2.1
## 1.4.6-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-node",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "1.4.6-next.2",
"version": "1.5.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {