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 Jun 22, 2024
1 parent 6d33ef6 commit abb5272
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
9 changes: 0 additions & 9 deletions .changeset/blue-houses-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-feet-flow.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 @@ -16,7 +16,7 @@
},
"homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0"
"typedoc-plugin-markdown": ">=4.1.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
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 @@ -28,7 +28,7 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0"
"typedoc-plugin-markdown": ">=4.1.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 @@ -28,7 +28,7 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0"
"typedoc-plugin-markdown": ">=4.1.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 @@ -31,7 +31,7 @@
"yaml": "^2.3.4"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0"
"typedoc-plugin-markdown": ">=4.1.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.1.0

### Minor Changes

- Theme support for TypeDoc’s 0.26 localization model.
- Theme support for TypeDoc’s 0.26 documents implementation.
- Exposed a new key "htmlTable" to formatting options enabling block elements to render as intended inside table cells. Affects all existing formatting options. Fixes ([#618](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/618)).
- Added new formatting options --classPropertiesFormat, --interfacePropertiesFormat and --propertyMembersFormat to further control formatting of different declaration structures.
- Supports the ability to control what table columns are rendered with the --tableColumnSettings option.

### Patch Changes

- Handle duplicate files when tagged in same group ([#625](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/625))
- Fix issues with tables and block tags ([#618](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/618))

## 4.0.3 (2024-05-27)

### 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.0.3",
"version": "4.1.0",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
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 @@ -32,7 +32,7 @@
"to-vfile": "^8.0.0"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0"
"typedoc-plugin-markdown": ">=4.1.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 @@ -27,7 +27,7 @@
"test:update": "npm run build && npm test -- -u"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0"
"typedoc-plugin-markdown": ">=4.1.0"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit abb5272

Please sign in to comment.