Skip to content

Commit 6d7b357

Browse files
authored
Merge pull request #795 from typedoc2md/changeset-release/main
Version Packages
2 parents cd293b6 + fe98081 commit 6d7b357

File tree

9 files changed

+16
-19
lines changed

9 files changed

+16
-19
lines changed

.changeset/clever-teeth-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-rockets-push.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/typedoc-github-wiki-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"author": "Thomas Grey",
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typedoc-plugin-markdown": ">=4.6.0"
34+
"typedoc-plugin-markdown": ">=4.6.1"
3535
},
3636
"keywords": [
3737
"typedoc",

packages/typedoc-gitlab-wiki-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"author": "Thomas Grey",
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typedoc-plugin-markdown": ">=4.6.0"
34+
"typedoc-plugin-markdown": ">=4.6.1"
3535
},
3636
"keywords": [
3737
"typedoc",

packages/typedoc-plugin-frontmatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"yaml": "^2.7.0"
3535
},
3636
"peerDependencies": {
37-
"typedoc-plugin-markdown": ">=4.6.0"
37+
"typedoc-plugin-markdown": ">=4.6.1"
3838
},
3939
"keywords": [
4040
"frontmatter",

packages/typedoc-plugin-markdown/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.6.1
4+
5+
### Patch Changes
6+
7+
- Correctly render html table when interfacePropertiesFormat=htmlTable ([#794](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/794)).
8+
- Correctly handle overloaded function display in list and table views ([#793](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/793)).
9+
- Expose comments and signatures to index signature members.
10+
- Wrap default values in back ticks on table views to be consistent with list views.
11+
- Append semi colons to signature in code blocks.
12+
313
## 4.6.0 (2025-03-23)
414

515
This release continues the effort to further align to TypeDoc’s default theme, with improvements that make the plugin more consistent and predictable.

packages/typedoc-plugin-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-markdown",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
55
"exports": {
66
".": "./dist/index.js"

packages/typedoc-plugin-remark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"unist-util-visit": "^5.0.0"
3737
},
3838
"peerDependencies": {
39-
"typedoc-plugin-markdown": ">=4.6.0"
39+
"typedoc-plugin-markdown": ">=4.6.1"
4040
},
4141
"keywords": [
4242
"typedoc",

packages/typedoc-vitepress-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test:update": "npm run build && npm test -- -u"
3131
},
3232
"peerDependencies": {
33-
"typedoc-plugin-markdown": ">=4.6.0"
33+
"typedoc-plugin-markdown": ">=4.6.1"
3434
},
3535
"license": "MIT",
3636
"keywords": [

0 commit comments

Comments
 (0)