Skip to content

Commit

Permalink
chore(release)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 18, 2021
1 parent 9659567 commit ca0c328
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.15.0) (2021-06-18)


### Features

* TypeDoc 0.21 compatibility ([9659567](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/9659567e439a20de57aaeeddc8abf09f787a8a97))





## [0.14.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.14.2) (2021-06-01)


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.14.2",
"version": "0.15.0",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand Down
9 changes: 7 additions & 2 deletions packages/typedoc-github-wiki-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-github-wiki-theme@0.2.1...typedoc-github-wiki-theme@0.3.0) (2021-05-11)
# [0.4.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-github-wiki-theme@0.3.0...typedoc-github-wiki-theme@0.4.0) (2021-06-18)


### Features

* Improved sidebar structure ([58798fd](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/58798fd4b25299c8d69d6671b477973c3b896aaa))
* TypeDoc 0.21 compatibility ([d19d6f3](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/d19d6f37a4648e48f334cf24b82b6cc9fea00abc))





# [0.3.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.3.0) (2021-05-11)


### Features

* Improved sidebar structure ([58798fd](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/58798fd4b25299c8d69d6671b477973c3b896aaa))
2 changes: 1 addition & 1 deletion packages/typedoc-github-wiki-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-github-wiki-theme",
"version": "0.3.0",
"version": "0.4.0",
"description": "An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for Github Wiki pages.",
"main": "dist/theme.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.10.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.10.0) (2021-06-18)


### Features

* TypeDoc 0.21 compatibility ([fa5e913](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/fa5e913ef238c92817761218aa77022bff8d999a))





# [3.9.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.9.0) (2021-06-01)


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

# [0.8.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.8.0) (2021-06-18)


### Features

* TypeDoc 0.21 compatibility ([52085fa](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/52085fa57dcaf72e41627a752c906b9c7eae1ad4))





# [0.7.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.7.0) (2021-05-11)


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.7.0",
"version": "0.8.0",
"description": "A VuePress plugin to build api documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit ca0c328

Please sign in to comment.