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 Jan 1, 2025
1 parent c317a99 commit 37b9a0d
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-rules-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-coins-switch.md

This file was deleted.

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.4.0"
"typedoc-plugin-markdown": ">=4.4.1"
},
"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.4.0"
"typedoc-plugin-markdown": ">=4.4.1"
},
"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.4.0"
"typedoc-plugin-markdown": ">=4.4.1"
},
"keywords": [
"frontmatter",
Expand Down
7 changes: 7 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.4.1

### Patch Changes

- Correctly display inline objects for tuple optional types ([#745](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/745)).
- Expose isDeprecated flag to navigation category items.

## 4.4.0 (2024-12-30)

This release introduces structural enhancements to the user interface and bug fixes to enhance overall functionality.
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.4.0",
"version": "4.4.1",
"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.4.0"
"typedoc-plugin-markdown": ">=4.4.1"
},
"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.4.0"
"typedoc-plugin-markdown": ">=4.4.1"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 37b9a0d

Please sign in to comment.