From 7456f3f04478a1571cb3702c48f8ad21c01a139b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:09:28 +0000 Subject: [PATCH] Version Packages --- .changeset/metal-jars-spend.md | 5 ----- .changeset/some-drinks-do.md | 5 ----- .changeset/thick-poets-buy.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 | 8 ++++++++ packages/typedoc-plugin-markdown/package.json | 2 +- packages/typedoc-plugin-remark/package.json | 2 +- packages/typedoc-vitepress-theme/package.json | 2 +- 10 files changed, 14 insertions(+), 21 deletions(-) delete mode 100644 .changeset/metal-jars-spend.md delete mode 100644 .changeset/some-drinks-do.md delete mode 100644 .changeset/thick-poets-buy.md diff --git a/.changeset/metal-jars-spend.md b/.changeset/metal-jars-spend.md deleted file mode 100644 index 0fbb193ee..000000000 --- a/.changeset/metal-jars-spend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Expose full declaration for returned union types (#799). diff --git a/.changeset/some-drinks-do.md b/.changeset/some-drinks-do.md deleted file mode 100644 index 1c97da495..000000000 --- a/.changeset/some-drinks-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Move isOptional flag inside backTicks (#797) - thanks @LekoArts. diff --git a/.changeset/thick-poets-buy.md b/.changeset/thick-poets-buy.md deleted file mode 100644 index b802d632a..000000000 --- a/.changeset/thick-poets-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Added support for TypeDoc's v0.28.2 features `@group none`, `@category none` and `@disableGroups`. diff --git a/packages/typedoc-github-wiki-theme/package.json b/packages/typedoc-github-wiki-theme/package.json index dae5cf1b4..b8deae570 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.6.1" + "typedoc-plugin-markdown": ">=4.6.2" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-gitlab-wiki-theme/package.json b/packages/typedoc-gitlab-wiki-theme/package.json index 23a415958..263add9f3 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.6.1" + "typedoc-plugin-markdown": ">=4.6.2" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-plugin-frontmatter/package.json b/packages/typedoc-plugin-frontmatter/package.json index 6fdcd7365..78f3d4f9a 100644 --- a/packages/typedoc-plugin-frontmatter/package.json +++ b/packages/typedoc-plugin-frontmatter/package.json @@ -34,7 +34,7 @@ "yaml": "^2.7.0" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.6.1" + "typedoc-plugin-markdown": ">=4.6.2" }, "keywords": [ "frontmatter", diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 3c69d4848..ab57cc76d 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.6.2 + +### Patch Changes + +- Expose full declaration for returned union types ([#799](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/799)). +- Move isOptional flag inside backTicks ([#797](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/797)) - thanks @LekoArts. +- Added support for TypeDoc's v0.28.2 features `@group none`, `@category none` and `@disableGroups`. + ## 4.6.1 (2025-04-02) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 88d02e25b..e7fba5448 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.6.1", + "version": "4.6.2", "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 74858672f..535ec9e47 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.6.1" + "typedoc-plugin-markdown": ">=4.6.2" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-vitepress-theme/package.json b/packages/typedoc-vitepress-theme/package.json index 44774aeae..048a1e6aa 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.6.1" + "typedoc-plugin-markdown": ">=4.6.2" }, "license": "MIT", "keywords": [