From d1bf2a528265444229064d313dc134ed487a3abb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Sep 2024 21:14:57 +0000 Subject: [PATCH] Version Packages --- .changeset/fluffy-jeans-approve.md | 5 ----- .changeset/metal-shirts-invite.md | 5 ----- .changeset/silent-starfishes-build.md | 5 ----- packages/typedoc-plugin-markdown/CHANGELOG.md | 8 ++++++++ packages/typedoc-plugin-markdown/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fluffy-jeans-approve.md delete mode 100644 .changeset/metal-shirts-invite.md delete mode 100644 .changeset/silent-starfishes-build.md diff --git a/.changeset/fluffy-jeans-approve.md b/.changeset/fluffy-jeans-approve.md deleted file mode 100644 index cb8b774aa..000000000 --- a/.changeset/fluffy-jeans-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Correctly handle top level custom groups in navigation (#685) diff --git a/.changeset/metal-shirts-invite.md b/.changeset/metal-shirts-invite.md deleted file mode 100644 index 01f92902d..000000000 --- a/.changeset/metal-shirts-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Fix missing index descriptions for some signatures (#670) diff --git a/.changeset/silent-starfishes-build.md b/.changeset/silent-starfishes-build.md deleted file mode 100644 index 60120cb45..000000000 --- a/.changeset/silent-starfishes-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Add '?' for optional type declarations in tables diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index fdb420046..672359a6a 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.7 + +### Patch Changes + +- Correctly handle top level custom groups in navigation ([#685](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/685)) +- Fix missing index descriptions for some signatures ([#670](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/670)) +- Add '?' for optional type declarations in tables + ## 4.2.6 (2024-08-25) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index f3a91316a..39366857d 100644 --- a/packages/typedoc-plugin-markdown/package.json +++ b/packages/typedoc-plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-markdown", - "version": "4.2.6", + "version": "4.2.7", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [