Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/metal-jars-spend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/some-drinks-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-poets-buy.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/typedoc-github-wiki-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.6.1"
"typedoc-plugin-markdown": ">=4.6.2"
},
"keywords": [
"typedoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-gitlab-wiki-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.6.1"
"typedoc-plugin-markdown": ">=4.6.2"
},
"keywords": [
"typedoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"yaml": "^2.7.0"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.6.1"
"typedoc-plugin-markdown": ">=4.6.2"
},
"keywords": [
"frontmatter",
Expand Down
8 changes: 8 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.6.2

### Patch Changes

- Expose full declaration for returned union types ([#799](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/799)).
- Move isOptional flag inside backTicks ([#797](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/797)) - thanks @LekoArts.
- Added support for TypeDoc's v0.28.2 features `@group none`, `@category none` and `@disableGroups`.

## 4.6.1 (2025-04-02)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-markdown",
"version": "4.6.1",
"version": "4.6.2",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"exports": {
".": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.6.1"
"typedoc-plugin-markdown": ">=4.6.2"
},
"keywords": [
"typedoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-vitepress-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:update": "npm run build && npm test -- -u"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.6.1"
"typedoc-plugin-markdown": ">=4.6.2"
},
"license": "MIT",
"keywords": [
Expand Down