Skip to content

Commit 878c58a

Browse files
authored
Merge pull request #789 from typedoc2md/changeset-release/main
Version Packages
2 parents c847715 + bbcb2c9 commit 878c58a

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

.changeset/dirty-actors-poke.md

-6
This file was deleted.

.changeset/icy-dryers-smile.md

-8
This file was deleted.

packages/docusaurus-plugin-typedoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus",
2121
"peerDependencies": {
22-
"typedoc-plugin-markdown": ">=4.5.2"
22+
"typedoc-plugin-markdown": ">=4.6.0"
2323
},
2424
"scripts": {
2525
"lint": "eslint ./src",

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

+1-1
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.5.2"
34+
"typedoc-plugin-markdown": ">=4.6.0"
3535
},
3636
"keywords": [
3737
"typedoc",

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

+1-1
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.5.2"
34+
"typedoc-plugin-markdown": ">=4.6.0"
3535
},
3636
"keywords": [
3737
"typedoc",

packages/typedoc-plugin-frontmatter/package.json

+1-1
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.5.0"
37+
"typedoc-plugin-markdown": ">=4.6.0"
3838
},
3939
"keywords": [
4040
"frontmatter",

packages/typedoc-plugin-markdown/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 4.6.0
4+
5+
### Minor Changes
6+
7+
- Implemented support for consuming TypeDoc core routers.
8+
- Exported routers to public api.
9+
- Implemented a hierarchy summary page as per default theme.
10+
- Updated "Constructor" titles of classes to fix internal anchor issues.
11+
12+
### Patch Changes
13+
14+
- Fix incompatibility when used with "outputs" ([#788](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/788)).
15+
- Utilize "anchorPrefix" option to ensure unique anchors linking if required ([#764](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/764)).
16+
317
## 4.6.0 (2025-03-23)
418

519
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-markdown",
3-
"version": "4.5.2",
3+
"version": "4.6.0",
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

+1-1
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.5.0"
39+
"typedoc-plugin-markdown": ">=4.6.0"
4040
},
4141
"keywords": [
4242
"typedoc",

packages/typedoc-vitepress-theme/package.json

+1-1
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.5.2"
33+
"typedoc-plugin-markdown": ">=4.6.0"
3434
},
3535
"license": "MIT",
3636
"keywords": [

0 commit comments

Comments
 (0)