Version Packages

This commit is contained in:
github-actions[bot]
2021-11-11 11:07:58 +00:00
parent ac511f98c4
commit 3369ade8c0
160 changed files with 979 additions and 796 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/techdocs-common
## 0.10.6
### Patch Changes
- a2d4389587: 1. Techdocs publisher constructors now use parameter objects when being
instantiated
2. Internal refactor of `LocalPublish` publisher to use `fromConfig` for
creation to be aligned with other publishers; this does not impact
`LocalPublish` usage.
```diff
- const publisher = new LocalPublish(config, logger, discovery);
+ const publisher = LocalPublish.fromConfig(config, logger, discovery);
```
- 6129c89a47: Default TechDocs container used at docs generation-time is now [v0.3.5](https://github.com/backstage/techdocs-container/releases/tag/v0.3.5).
- f3c7eec64b: Updated to properly join URL segments under any OS for both AWS S3 and GCP
- Updated dependencies
- @backstage/backend-common@0.9.9
## 0.10.5
### Patch Changes