From 37b9a0d6004841e5f849c2292f41194b7aaed6ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jan 2025 16:21:24 +0000 Subject: [PATCH] Version Packages --- .changeset/great-rules-hide.md | 5 ----- .changeset/perfect-coins-switch.md | 5 ----- packages/typedoc-github-wiki-theme/package.json | 2 +- packages/typedoc-gitlab-wiki-theme/package.json | 2 +- packages/typedoc-plugin-frontmatter/package.json | 2 +- packages/typedoc-plugin-markdown/CHANGELOG.md | 7 +++++++ packages/typedoc-plugin-markdown/package.json | 2 +- packages/typedoc-plugin-remark/package.json | 2 +- packages/typedoc-vitepress-theme/package.json | 2 +- 9 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/great-rules-hide.md delete mode 100644 .changeset/perfect-coins-switch.md diff --git a/.changeset/great-rules-hide.md b/.changeset/great-rules-hide.md deleted file mode 100644 index ab8570733..000000000 --- a/.changeset/great-rules-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Correctly display inline objects for tuple optional types (#745). diff --git a/.changeset/perfect-coins-switch.md b/.changeset/perfect-coins-switch.md deleted file mode 100644 index 6b8183e9d..000000000 --- a/.changeset/perfect-coins-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Expose isDeprecated flag to navigation category items. diff --git a/packages/typedoc-github-wiki-theme/package.json b/packages/typedoc-github-wiki-theme/package.json index 4e78d77b1..d3436f8d1 100644 --- a/packages/typedoc-github-wiki-theme/package.json +++ b/packages/typedoc-github-wiki-theme/package.json @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.4.0" + "typedoc-plugin-markdown": ">=4.4.1" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-gitlab-wiki-theme/package.json b/packages/typedoc-gitlab-wiki-theme/package.json index 200135a10..1f2515251 100644 --- a/packages/typedoc-gitlab-wiki-theme/package.json +++ b/packages/typedoc-gitlab-wiki-theme/package.json @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.4.0" + "typedoc-plugin-markdown": ">=4.4.1" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-plugin-frontmatter/package.json b/packages/typedoc-plugin-frontmatter/package.json index 0b83b4583..361a51303 100644 --- a/packages/typedoc-plugin-frontmatter/package.json +++ b/packages/typedoc-plugin-frontmatter/package.json @@ -34,7 +34,7 @@ "yaml": "^2.3.4" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.4.0" + "typedoc-plugin-markdown": ">=4.4.1" }, "keywords": [ "frontmatter", diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 7fad0e5b3..87c9b002d 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.4.1 + +### Patch Changes + +- Correctly display inline objects for tuple optional types ([#745](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/745)). +- Expose isDeprecated flag to navigation category items. + ## 4.4.0 (2024-12-30) This release introduces structural enhancements to the user interface and bug fixes to enhance overall functionality. diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 8be0f8377..fc3a2de86 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.4.0", + "version": "4.4.1", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "exports": { ".": "./dist/index.js" diff --git a/packages/typedoc-plugin-remark/package.json b/packages/typedoc-plugin-remark/package.json index 2eacc8565..dd3d91673 100644 --- a/packages/typedoc-plugin-remark/package.json +++ b/packages/typedoc-plugin-remark/package.json @@ -36,7 +36,7 @@ "unist-util-visit": "^5.0.0" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.4.0" + "typedoc-plugin-markdown": ">=4.4.1" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-vitepress-theme/package.json b/packages/typedoc-vitepress-theme/package.json index 6a96e9a36..31691e887 100644 --- a/packages/typedoc-vitepress-theme/package.json +++ b/packages/typedoc-vitepress-theme/package.json @@ -30,7 +30,7 @@ "test:update": "npm run build && npm test -- -u" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.4.0" + "typedoc-plugin-markdown": ">=4.4.1" }, "license": "MIT", "keywords": [