Skip to content

Commit 00658f5

Browse files
Version Packages
1 parent 10cd31b commit 00658f5

File tree

9 files changed

+14
-13
lines changed

9 files changed

+14
-13
lines changed

.changeset/wild-nights-return.md

Lines changed: 0 additions & 6 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.9.0"
33+
"typedoc-plugin-markdown": ">=4.9.1"
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.9.0"
33+
"typedoc-plugin-markdown": ">=4.9.1"
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.9.0"
34+
"typedoc-plugin-markdown": ">=4.9.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.9.0"
34+
"typedoc-plugin-markdown": ">=4.9.1"
3535
},
3636
"keywords": [
3737
"typedoc",

packages/typedoc-plugin-markdown/CHANGELOG.md

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

3+
## 4.9.1
4+
5+
### Patch Changes
6+
7+
- Resolve "does not have an anchor but one was requested" warnings in verbose log mode ([#850](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/850)).
8+
- Guard against undefined types causing errors in complex types in tables (thanks @ilyabo).
9+
310
## 4.9.0 (2025-09-19)
411

512
### Minor 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.9.0",
3+
"version": "4.9.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
@@ -33,7 +33,7 @@
3333
"vfile": "^6.0.3"
3434
},
3535
"peerDependencies": {
36-
"typedoc-plugin-markdown": ">=4.9.0"
36+
"typedoc-plugin-markdown": ">=4.9.1"
3737
},
3838
"keywords": [
3939
"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 && rm -rf ./test/__snapshots__ && npm test"
3131
},
3232
"peerDependencies": {
33-
"typedoc-plugin-markdown": ">=4.9.0"
33+
"typedoc-plugin-markdown": ">=4.9.1"
3434
},
3535
"license": "MIT",
3636
"keywords": [

0 commit comments

Comments
 (0)