Version Packages
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-techdocs-node
|
||||
|
||||
## 1.14.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cb7c6b1: Added `techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys` configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the `hooks` key which some MkDocs plugins require.
|
||||
- e96f6d9: Removed `INHERIT` from the `ALLOWED_MKDOCS_KEYS` set to address a security concern with MkDocs configuration inheritance.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.8.0
|
||||
- @backstage/integration@2.0.0
|
||||
- @backstage/catalog-model@1.7.7
|
||||
|
||||
## 1.14.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs-node",
|
||||
"version": "1.14.4-next.2",
|
||||
"version": "1.14.4",
|
||||
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
|
||||
Reference in New Issue
Block a user