Skip to content

Commit

Permalink
Merge pull request #749 from typedoc2md/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tgreyuk authored Dec 30, 2024
2 parents 28e23bc + 1b0d04b commit 4b938fb
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-boats-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-clouds-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-kangaroos-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-camels-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-monkeys-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-pigs-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-pens-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-seahorses-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-snails-dress.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.3.0"
"typedoc-plugin-markdown": ">=4.4.0"
},
"scripts": {
"lint": "eslint ./src",
Expand Down
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.3.0"
"typedoc-plugin-markdown": ">=4.4.0"
},
"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.3.0"
"typedoc-plugin-markdown": ">=4.4.0"
},
"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.3.4"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.3.0"
"typedoc-plugin-markdown": ">=4.4.0"
},
"keywords": [
"frontmatter",
Expand Down
17 changes: 17 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 4.4.0

### Minor Changes

- Expose "isDeprecated" flag to navigation model ([#747](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/747)).
- Moved source link inline and exposed to all parent symbols ([#746](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/746)).
- Remove extraneous "Index" headings.
- Always assign HTML anchor ids to linkable symbols within table rows.

### Patch Changes

- Always display inline object for tuple types ([#745](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/745)).
- Strikeout deprecated items in reflection indexes.
- Fix inline formatting of types when when "useCodeBlocks" is used ([#742](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/742)).
- Expose group descriptions to module indexes.
- Expose global documents with "packages" entryPointStrategy.

## Unreleased

This release introduces structural UI enhancements and several bug fixes.
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.3.3",
"version": "4.4.0",
"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.3.0"
"typedoc-plugin-markdown": ">=4.4.0"
},
"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.3.0"
"typedoc-plugin-markdown": ">=4.4.0"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4b938fb

Please sign in to comment.