Skip to content

Commit 4b938fb

Browse files
authored
Merge pull request #749 from typedoc2md/changeset-release/main
Version Packages
2 parents 28e23bc + 1b0d04b commit 4b938fb

File tree

17 files changed

+24
-52
lines changed

17 files changed

+24
-52
lines changed

.changeset/eleven-boats-give.md

-5
This file was deleted.

.changeset/few-clouds-work.md

-5
This file was deleted.

.changeset/fifty-kangaroos-dance.md

-5
This file was deleted.

.changeset/healthy-camels-jump.md

-5
This file was deleted.

.changeset/neat-monkeys-provide.md

-5
This file was deleted.

.changeset/rare-pigs-drop.md

-5
This file was deleted.

.changeset/selfish-pens-live.md

-5
This file was deleted.

.changeset/swift-seahorses-warn.md

-5
This file was deleted.

.changeset/tender-snails-dress.md

-5
This file was deleted.

packages/docusaurus-plugin-typedoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus",
2222
"peerDependencies": {
23-
"typedoc-plugin-markdown": ">=4.3.0"
23+
"typedoc-plugin-markdown": ">=4.4.0"
2424
},
2525
"scripts": {
2626
"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.3.0"
34+
"typedoc-plugin-markdown": ">=4.4.0"
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.3.0"
34+
"typedoc-plugin-markdown": ">=4.4.0"
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.3.4"
3535
},
3636
"peerDependencies": {
37-
"typedoc-plugin-markdown": ">=4.3.0"
37+
"typedoc-plugin-markdown": ">=4.4.0"
3838
},
3939
"keywords": [
4040
"frontmatter",

packages/typedoc-plugin-markdown/CHANGELOG.md

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

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- Expose "isDeprecated" flag to navigation model ([#747](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/747)).
8+
- Moved source link inline and exposed to all parent symbols ([#746](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/746)).
9+
- Remove extraneous "Index" headings.
10+
- Always assign HTML anchor ids to linkable symbols within table rows.
11+
12+
### Patch Changes
13+
14+
- Always display inline object for tuple types ([#745](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/745)).
15+
- Strikeout deprecated items in reflection indexes.
16+
- Fix inline formatting of types when when "useCodeBlocks" is used ([#742](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/742)).
17+
- Expose group descriptions to module indexes.
18+
- Expose global documents with "packages" entryPointStrategy.
19+
320
## Unreleased
421

522
This release introduces structural UI enhancements and several bug fixes.

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

0 commit comments

Comments
 (0)