Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Aug 25, 2023
1 parent 310bdb9 commit 2f50b8d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
8 changes: 7 additions & 1 deletion packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.1](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.19.0...docusaurus-plugin-typedoc@0.19.1) (2022-04-20)
## [0.20.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.19.0...docusaurus-plugin-typedoc@0.20.0) (2023-08-26)

### Bug Fixes

- TypeDoc 0.25 compatibility fixes.

## [0.19.1](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.19.0...docusaurus-plugin-typedoc@0.19.1) (2023-04-20)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-typedoc",
"version": "0.19.2",
"version": "0.20.0",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 8 additions & 2 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.16.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.4...typedoc-plugin-markdown@3.16.0) (2023-08-26)

### Fixes

- TypeDoc 0.25 compatibility fixes.

## [3.15.4](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.3...typedoc-plugin-markdown@3.15.4) (2022-07-24)

### Fixes

- Split out comment summary and tags for signatures [(#451)](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/451)

## [3.15.3](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.2...typedoc-plugin-markdown@3.15.3) (2022-04-29)
## [3.15.3](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.2...typedoc-plugin-markdown@3.15.3) (2023-04-29)

### Fixes

- Updated dependencies

## [3.15.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.1...typedoc-plugin-markdown@3.15.2) (2022-04-20)
## [3.15.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.15.1...typedoc-plugin-markdown@3.15.2) (2023-04-20)

### 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": "3.15.4",
"version": "3.16.0",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/vuepress-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/vuepress-plugin-typedoc@0.12.0...vuepress-plugin-typedoc@0.13.0) (2023-08-26)

### Bug Fixes

- TypeDoc 0.25 compatibility fixes.

# [0.12.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/vuepress-plugin-typedoc@0.11.2...vuepress-plugin-typedoc@0.12.0) (2023-04-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-typedoc",
"version": "0.12.1",
"version": "0.13.0",
"description": "A VuePress plugin to build API documentation with TypeDoc.",
"main": "./dist/v1/index.js",
"exports": {
Expand Down

0 comments on commit 2f50b8d

Please sign in to comment.