Skip to content

Commit 6873fd0

Browse files
committed
1 parent 963250c commit 6873fd0

8 files changed

Lines changed: 48 additions & 4 deletions

File tree

packages/docusaurus-plugin-typedoc/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.16.0) (2021-09-14)
7+
8+
9+
### Features
10+
11+
* TypeDoc 0.22 compatibility fixes ([#249](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/249)) ([963250c](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/963250cbe0b12bc3f413b5138d6d4e33ad2a6353))
12+
13+
14+
15+
16+
617
## [0.15.3](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.15.3) (2021-07-20)
718

819

packages/docusaurus-plugin-typedoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-plugin-typedoc",
3-
"version": "0.15.3",
3+
"version": "0.16.0",
44
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
55
"main": "dist/index.js",
66
"files": [

packages/typedoc-hugo-theme/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.3.0) (2021-09-14)
7+
8+
9+
### Features
10+
11+
* TypeDoc 0.22 compatibility fixes ([#249](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/249)) ([963250c](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/963250cbe0b12bc3f413b5138d6d4e33ad2a6353))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.2.1) (2021-07-12)
718

819

packages/typedoc-hugo-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-hugo-theme",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "An extension of the Markdown theme from typedoc-plugin-markdown that prepends Hugo Front Matter variables in YAML format to pages.",
55
"main": "dist/theme.js",
66
"files": [

packages/typedoc-plugin-markdown/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.11.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.11.0) (2021-09-14)
7+
8+
9+
### Features
10+
11+
* TypeDoc 0.22 compatibility fixes ([#249](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/249)) ([963250c](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/963250cbe0b12bc3f413b5138d6d4e33ad2a6353))
12+
13+
14+
15+
16+
617
## [3.10.4](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.10.4) (2021-07-20)
718

819

packages/typedoc-plugin-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-markdown",
3-
"version": "3.10.4",
3+
"version": "3.11.0",
44
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
55
"main": "dist/index.js",
66
"files": [

packages/vuepress-plugin-typedoc/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.9.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.9.0) (2021-09-14)
7+
8+
9+
### Features
10+
11+
* TypeDoc 0.22 compatibility fixes ([#249](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/249)) ([963250c](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/963250cbe0b12bc3f413b5138d6d4e33ad2a6353))
12+
13+
14+
15+
16+
617
## [0.8.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.8.2) (2021-07-12)
718

819

packages/vuepress-plugin-typedoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-typedoc",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "A VuePress plugin to build api documentation with TypeDoc.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)