Version Packages

This commit is contained in:
github-actions[bot]
2022-02-03 09:42:25 +00:00
parent 379427cbbf
commit a12bb7b065
238 changed files with 1675 additions and 1306 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-techdocs
## 0.13.2
### Patch Changes
- 742434a6ba: Fixed a bug where links to files within a TechDocs site that use the `download` attribute would result in a 404 in cases where the TechDocs backend and Backstage frontend application are on the same host.
- 359c31e31d: Added support for documentation using the raw `<source>` tag to point to relative resources like audio or video files.
- 18317a08db: Fixed a bug where copy-to-clipboard buttons were appended to unintended elements.
- Updated dependencies
- @backstage/core-components@0.8.7
- @backstage/plugin-catalog-react@0.6.13
- @backstage/integration-react@0.1.20
- @backstage/plugin-catalog@0.7.11
- @backstage/plugin-search@0.6.1
## 0.13.2-next.1
### Patch Changes