Skip to content

Commit 3cd8c27

Browse files
authored
Merge pull request #784 from typedoc2md/changeset-release/main
Version Packages
2 parents a915aa5 + e09b994 commit 3cd8c27

File tree

8 files changed

+12
-15
lines changed

8 files changed

+12
-15
lines changed

.changeset/forty-onions-relate.md

-5
This file was deleted.

.changeset/long-weeks-post.md

-5
This file was deleted.

packages/docusaurus-plugin-typedoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus",
2121
"peerDependencies": {
22-
"typedoc-plugin-markdown": ">=4.5.0"
22+
"typedoc-plugin-markdown": ">=4.5.1"
2323
},
2424
"scripts": {
2525
"lint": "eslint ./src",

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.5.0"
34+
"typedoc-plugin-markdown": ">=4.5.1"
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.5.0"
34+
"typedoc-plugin-markdown": ">=4.5.1"
3535
},
3636
"keywords": [
3737
"typedoc",

packages/typedoc-plugin-markdown/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.5.1
4+
5+
### Patch Changes
6+
7+
- Correctly handle package index paths ([#782](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/782)).
8+
- Make all options optional in PluginOptions interface ([#781](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/781)).
9+
310
## 4.5.0 (2025-03-16)
411

512
This release introduces support for [TypeDoc 0.28](https://github.com/TypeStrong/typedoc/blob/v0.28.0/CHANGELOG.md#v0280-2025-03-15) that contains several under-the-hood breaking API 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.5.0",
3+
"version": "4.5.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-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.5.0"
33+
"typedoc-plugin-markdown": ">=4.5.1"
3434
},
3535
"license": "MIT",
3636
"keywords": [

0 commit comments

Comments
 (0)