Version Packages

This commit is contained in:
github-actions[bot]
2021-08-12 08:21:56 +00:00
parent cc36ece4eb
commit c734d6995a
151 changed files with 1144 additions and 757 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/techdocs-common
## 0.8.1
### Patch Changes
- bc405be6e: Stale TechDocs content (files that had previously been published but which have
since been removed) is now removed from storage at publish-time. This is now
supported by the following publishers:
- Google GCS
- AWS S3
- Azure Blob Storage
You may need to apply a greater level of permissions (e.g. the ability to
delete objects in your storage provider) to any credentials/accounts used by
the TechDocs CLI or TechDocs backend in order for this change to take effect.
For more details, see [#6132][issue-ref].
[issue-ref]: https://github.com/backstage/backstage/issues/6132
- Updated dependencies
- @backstage/integration@0.6.0
- @backstage/backend-common@0.8.9
## 0.8.0
### Minor Changes