From abb5272a7138cd82b057fc56403e41aa9ff517d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 22 Jun 2024 10:36:15 +0000 Subject: [PATCH] Version Packages --- .changeset/blue-houses-nail.md | 9 --------- .changeset/wild-feet-flow.md | 6 ------ packages/docusaurus-plugin-typedoc/package.json | 2 +- 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 | 15 +++++++++++++++ packages/typedoc-plugin-markdown/package.json | 2 +- packages/typedoc-plugin-remark/package.json | 2 +- packages/typedoc-vitepress-theme/package.json | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 .changeset/blue-houses-nail.md delete mode 100644 .changeset/wild-feet-flow.md diff --git a/.changeset/blue-houses-nail.md b/.changeset/blue-houses-nail.md deleted file mode 100644 index f445acabc..000000000 --- a/.changeset/blue-houses-nail.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'typedoc-plugin-markdown': minor ---- - -- Theme support for TypeDoc’s 0.26 localization model. -- Theme support for TypeDoc’s 0.26 documents implementation. -- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes (#618). -- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures. -- Supports the ability to control what table columns are rendered with the --tableColumnSettings option. diff --git a/.changeset/wild-feet-flow.md b/.changeset/wild-feet-flow.md deleted file mode 100644 index da4d99d36..000000000 --- a/.changeset/wild-feet-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Handle duplicate files when tagged in same group (#625) -- Fix issues with tables and block tags (#618) diff --git a/packages/docusaurus-plugin-typedoc/package.json b/packages/docusaurus-plugin-typedoc/package.json index bdd0fbf4e..961466bc3 100644 --- a/packages/docusaurus-plugin-typedoc/package.json +++ b/packages/docusaurus-plugin-typedoc/package.json @@ -16,7 +16,7 @@ }, "homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.0.0" + "typedoc-plugin-markdown": ">=4.1.0" }, "scripts": { "lint": "eslint ./src --ext .ts", diff --git a/packages/typedoc-github-wiki-theme/package.json b/packages/typedoc-github-wiki-theme/package.json index b1ad3c9e2..0c0f947cf 100644 --- a/packages/typedoc-github-wiki-theme/package.json +++ b/packages/typedoc-github-wiki-theme/package.json @@ -28,7 +28,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.0.0" + "typedoc-plugin-markdown": ">=4.1.0" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-gitlab-wiki-theme/package.json b/packages/typedoc-gitlab-wiki-theme/package.json index f34e7f342..815272b5a 100644 --- a/packages/typedoc-gitlab-wiki-theme/package.json +++ b/packages/typedoc-gitlab-wiki-theme/package.json @@ -28,7 +28,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.0.0" + "typedoc-plugin-markdown": ">=4.1.0" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-plugin-frontmatter/package.json b/packages/typedoc-plugin-frontmatter/package.json index 62aed1034..dbf658df0 100644 --- a/packages/typedoc-plugin-frontmatter/package.json +++ b/packages/typedoc-plugin-frontmatter/package.json @@ -31,7 +31,7 @@ "yaml": "^2.3.4" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.0.0" + "typedoc-plugin-markdown": ">=4.1.0" }, "keywords": [ "frontmatter", diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 013e8ecf3..fd4ea83be 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 4.1.0 + +### Minor Changes + +- Theme support for TypeDoc’s 0.26 localization model. +- Theme support for TypeDoc’s 0.26 documents implementation. +- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes ([#618](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/618)). +- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures. +- Supports the ability to control what table columns are rendered with the --tableColumnSettings option. + +### Patch Changes + +- Handle duplicate files when tagged in same group ([#625](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/625)) +- Fix issues with tables and block tags ([#618](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) + ## 4.0.3 (2024-05-27) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index f8d2c7578..7ec7b837b 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.0.3", + "version": "4.1.0", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [ diff --git a/packages/typedoc-plugin-remark/package.json b/packages/typedoc-plugin-remark/package.json index 1e72c6558..0b1861bb8 100644 --- a/packages/typedoc-plugin-remark/package.json +++ b/packages/typedoc-plugin-remark/package.json @@ -32,7 +32,7 @@ "to-vfile": "^8.0.0" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.0.0" + "typedoc-plugin-markdown": ">=4.1.0" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-vitepress-theme/package.json b/packages/typedoc-vitepress-theme/package.json index bfca2971d..c1cc3b9ab 100644 --- a/packages/typedoc-vitepress-theme/package.json +++ b/packages/typedoc-vitepress-theme/package.json @@ -27,7 +27,7 @@ "test:update": "npm run build && npm test -- -u" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.0.0" + "typedoc-plugin-markdown": ">=4.1.0" }, "license": "MIT", "keywords": [