Skip to content

Commit 595c60f

Browse files
Version Packages
1 parent cc81535 commit 595c60f

File tree

9 files changed

+13
-20
lines changed

9 files changed

+13
-20
lines changed

.changeset/easy-cows-stop.md

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

.changeset/giant-apples-know.md

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

.changeset/tame-toys-move.md

Lines changed: 0 additions & 5 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.3"
34+
"typedoc-plugin-markdown": ">=4.6.4"
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.3"
34+
"typedoc-plugin-markdown": ">=4.6.4"
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.3"
37+
"typedoc-plugin-markdown": ">=4.6.4"
3838
},
3939
"keywords": [
4040
"frontmatter",

packages/typedoc-plugin-markdown/CHANGELOG.md

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

3+
## 4.6.4
4+
5+
### Patch Changes
6+
7+
- Added theme translations for "de" locale.
8+
- Fix navigation items without group or categories (`@group/@category=none`) ([#815](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/815)).
9+
- Correctly handle sidebar groups for packages with merged modules.
10+
311
## 4.6.3 (2025-04-23)
412

513
### 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.6.3",
3+
"version": "4.6.4",
44
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
55
"exports": {
66
".": "./dist/index.js"

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

0 commit comments

Comments
 (0)