Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 880ee3b commit 19c21a3
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-teachers-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-cheetahs-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-meals-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-lizards-float.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.0.0"
"typedoc-plugin-markdown": ">=4.3.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.1.0"
"typedoc-plugin-markdown": ">=4.3.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.1.0"
"typedoc-plugin-markdown": ">=4.3.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.1.0"
"typedoc-plugin-markdown": ">=4.3.0"
},
"keywords": [
"frontmatter",
Expand Down
15 changes: 15 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 4.3.0

### Minor Changes

- Implemented typedoc 0.27 compatibility support.
- Exposed "typeDeclarationVisibility" option to provide a "compact" output structure ([#703](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/703)).
- Exposed "pageTitleTemplates" option that accepts a string with placeholder or function arguments to control page titles ([#715](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/715)).
- Exposed formatting with prettier options "formatWithPrettier" and "prettierConfigFile" that enables additional formatting of output if Prettier is installed on a project.

### Patch Changes

- Improved structure of curried and overloaded signatures ([#714](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/714)) ([#718](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/718))
- The "hideGroupHeadings" option respects group order ([#716](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/716))
- Handle Optional types correctly ([#719](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/719)).

## 4.3 Pre-release (2024-11-26)

This release introduces support for TypeDoc 0.27 and some additional UX features and improvements in addition to some 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.2.10",
"version": "4.3.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 @@ -35,7 +35,7 @@
"to-vfile": "^8.0.0"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.1.0"
"typedoc-plugin-markdown": ">=4.3.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.1.0"
"typedoc-plugin-markdown": ">=4.3.0"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 19c21a3

Please sign in to comment.