diff --git a/.changeset/big-trainers-run.md b/.changeset/big-trainers-run.md deleted file mode 100644 index 6d40b680..00000000 --- a/.changeset/big-trainers-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": minor ---- - -Configure idPrefix and classes. diff --git a/.changeset/famous-pumpkins-work.md b/.changeset/famous-pumpkins-work.md deleted file mode 100644 index ade8cf04..00000000 --- a/.changeset/famous-pumpkins-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": patch ---- - -Use 'markdown-content-' as id prefix, instead of 'content-'. diff --git a/.changeset/six-pets-draw.md b/.changeset/six-pets-draw.md deleted file mode 100644 index 8b052d5a..00000000 --- a/.changeset/six-pets-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": minor ---- - -Custom templates can be used using `template` configuration option diff --git a/.changeset/tough-deers-study.md b/.changeset/tough-deers-study.md deleted file mode 100644 index 26bda29d..00000000 --- a/.changeset/tough-deers-study.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@zazuko/trifid-markdown-content": minor ---- - -Add support for `autoLink` configuration. -If set to `true`, which is the default value, this will add links to headings. diff --git a/packages/markdown-content/CHANGELOG.md b/packages/markdown-content/CHANGELOG.md index c337ab21..a2b8b333 100644 --- a/packages/markdown-content/CHANGELOG.md +++ b/packages/markdown-content/CHANGELOG.md @@ -1,5 +1,18 @@ # @zazuko/trifid-markdown-content +## 0.2.0 + +### Minor Changes + +- b45cc1b: Configure idPrefix and classes. +- 2b308df: Custom templates can be used using `template` configuration option +- b703951: Add support for `autoLink` configuration. + If set to `true`, which is the default value, this will add links to headings. + +### Patch Changes + +- 7babef1: Use 'markdown-content-' as id prefix, instead of 'content-'. + ## 0.1.0 ### Minor Changes diff --git a/packages/markdown-content/package.json b/packages/markdown-content/package.json index 5f7a8921..fd256744 100644 --- a/packages/markdown-content/package.json +++ b/packages/markdown-content/package.json @@ -1,6 +1,6 @@ { "name": "@zazuko/trifid-markdown-content", - "version": "0.1.0", + "version": "0.2.0", "description": "Trifid plugin to handle Markdown files", "main": "src/index.js", "type": "module",