Version Packages

This commit is contained in:
github-actions[bot]
2024-09-17 13:19:01 +00:00
parent 7d9f2ff245
commit 698adeb1ea
565 changed files with 7343 additions and 2357 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/plugin-techdocs-node
## 1.12.11
### Patch Changes
- f715f5c: Move `TechdocsContainerRunner` from `publish` to `generate`.
- 4417dd4: Fix typo and unify TechDocs casing in doc strings
- 57da51f: Add support for mapping custom tags in the techdocs yaml parser that validates the mkdocs.yaml file
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
- 3606843: Internal fixes to match `testcontainers` update
- 33ebb28: As the `@backstage/backend-common` package is deprecated, we have updated the `techdocs-node` package to stop depending on it.
- Updated dependencies
- @backstage/backend-plugin-api@1.0.0
- @backstage/catalog-model@1.7.0
- @backstage/integration@1.15.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/plugin-search-common@1.2.14
- @backstage/plugin-techdocs-common@0.1.0
## 1.12.11-next.2
### Patch Changes