Skip to content

Commit 9bb0c61

Browse files
authored
Merge pull request #844 from typedoc2md/changeset-release/main
Version Packages
2 parents 801522b + 5b803ed commit 9bb0c61

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

.changeset/beige-deer-sleep.md

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

.changeset/yellow-hoops-burn.md

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

packages/docusaurus-plugin-typedoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"author": "Thomas Grey",
3131
"license": "MIT",
3232
"peerDependencies": {
33-
"typedoc-plugin-markdown": ">=4.8.0"
33+
"typedoc-plugin-markdown": ">=4.9.0"
3434
},
3535
"dependencies": {
3636
"typedoc-docusaurus-theme": "^1.4.0"

packages/typedoc-docusaurus-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 && rm -rf ./test/__snapshots__ && npm test"
3131
},
3232
"peerDependencies": {
33-
"typedoc-plugin-markdown": ">=4.8.0"
33+
"typedoc-plugin-markdown": ">=4.9.0"
3434
},
3535
"license": "MIT",
3636
"keywords": [

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.8.1"
34+
"typedoc-plugin-markdown": ">=4.9.0"
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.8.1"
34+
"typedoc-plugin-markdown": ">=4.9.0"
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.8.1"
37+
"typedoc-plugin-markdown": ">=4.9.0"
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.9.0
4+
5+
### Minor Changes
6+
7+
- Exposed new option `navigationJson` that can be used to write navigation structure as JSON to disk.
8+
9+
### Patch Changes
10+
11+
- Remove type params from inline reflection titles when router=module to resolve anchoring issues ([#843](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/843)).
12+
313
## 4.8.1 (2025-08-12)
414

515
### Patch Changes

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.8.1",
3+
"version": "4.9.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"vfile": "^6.0.3"
3434
},
3535
"peerDependencies": {
36-
"typedoc-plugin-markdown": ">=4.8.1"
36+
"typedoc-plugin-markdown": ">=4.9.0"
3737
},
3838
"keywords": [
3939
"typedoc",

0 commit comments

Comments
 (0)