Skip to content

Commit 7456f3f

Browse files
Version Packages
1 parent ef583ee commit 7456f3f

File tree

10 files changed

+14
-21
lines changed

10 files changed

+14
-21
lines changed

.changeset/metal-jars-spend.md

-5
This file was deleted.

.changeset/some-drinks-do.md

-5
This file was deleted.

.changeset/thick-poets-buy.md

-5
This file was deleted.

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

packages/typedoc-plugin-markdown/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.6.2
4+
5+
### Patch Changes
6+
7+
- Expose full declaration for returned union types ([#799](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/799)).
8+
- Move isOptional flag inside backTicks ([#797](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/797)) - thanks @LekoArts.
9+
- Added support for TypeDoc's v0.28.2 features `@group none`, `@category none` and `@disableGroups`.
10+
311
## 4.6.1 (2025-04-02)
412

513
### Patch Changes

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

0 commit comments

Comments
 (0)