Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - docusaurus-plugin-typedoc@0.9.1
 - typedoc-bitbucket-theme@0.0.1
 - typedoc-github-wiki-theme@0.2.1
 - typedoc-plugin-markdown@3.5.0
 - vuepress-plugin-typedoc@0.4.1
  • Loading branch information
tgreyuk committed Feb 15, 2021
1 parent 40e2738 commit 91e000c
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 13 deletions.
8 changes: 8 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.9.1 (2021-02-15)

**Note:** Version bump only for package docusaurus-plugin-typedoc
5 changes: 2 additions & 3 deletions 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.9.0",
"version": "0.9.1",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand All @@ -19,11 +19,10 @@
"typedoc": ">=0.20.0",
"typedoc-plugin-markdown": ">=3.4.0"
},
"dependencies": {},
"devDependencies": {
"@docusaurus/types": "^2.0.0-alpha.37",
"typedoc": "0.20.24",
"typedoc-plugin-markdown": "*"
"typedoc-plugin-markdown": "^3.5.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/typedoc-bitbucket-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-02-15)

**Note:** Version bump only for package typedoc-bitbucket-theme
5 changes: 2 additions & 3 deletions packages/typedoc-bitbucket-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-bitbucket-theme",
"version": "0.0.0",
"version": "0.0.1",
"description": "An extension of the default theme from typedoc-plugin-markdown to fix Bitbucket Cloud's internal anchor linking implementation.",
"main": "dist/theme.js",
"files": [
Expand Down Expand Up @@ -28,10 +28,9 @@
"typedoc": ">=0.20.0",
"typedoc-plugin-markdown": ">=3.1.0"
},
"dependencies": {},
"devDependencies": {
"typedoc": "0.20.24",
"typedoc-plugin-markdown": "*"
"typedoc-plugin-markdown": "^3.5.0"
},
"keywords": []
}
8 changes: 8 additions & 0 deletions packages/typedoc-github-wiki-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1 (2021-02-15)

**Note:** Version bump only for package typedoc-github-wiki-theme
5 changes: 2 additions & 3 deletions 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.2.0",
"version": "0.2.1",
"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 Expand Up @@ -29,10 +29,9 @@
"typedoc": ">=0.20.0",
"typedoc-plugin-markdown": ">=3.4.0"
},
"dependencies": {},
"devDependencies": {
"typedoc": "0.20.24",
"typedoc-plugin-markdown": "*"
"typedoc-plugin-markdown": "^3.5.0"
},
"keywords": []
}
20 changes: 20 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.3.0...typedoc-plugin-markdown@3.5.0) (2021-02-15)


### Bug Fixes

* Added missing class accessor labels ([2b04924](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/2b0492431c27d781a9cc869fdd26eea8259894d6))
* Include missing member type declarations ([84f5703](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/84f5703f6098f89bad7408d1fa1fb4b4d7b5dca6))
* Remove emphasis inside angle brackets ([20c9605](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/20c9605d24dd9c39b49ff84d1b813bc661bb4c3b))


### Features

* Conditionally display hierarchies ([#192](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/192)) ([099351c](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/099351cfc207718f9f577b6a8035bebe10e3fc34))
* Flatten nested params ([#191](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/191)) ([9398d5c](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/9398d5c7f51e7b1e646a15d4c06bd3056f660aa8))
* Left-align table headers ([76012ab](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/76012abb7fbbd972cf8143a03bb48d21898dc5d4))
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.4.5",
"version": "3.5.0",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/vuepress-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.4.1 (2021-02-15)

**Note:** Version bump only for package vuepress-plugin-typedoc
5 changes: 2 additions & 3 deletions 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.4.0",
"version": "0.4.1",
"description": "A VuePress plugin to build api documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand All @@ -19,10 +19,9 @@
"typedoc": ">=0.20.0",
"typedoc-plugin-markdown": ">=3.4.0"
},
"dependencies": {},
"devDependencies": {
"typedoc": "0.20.24",
"typedoc-plugin-markdown": "*"
"typedoc-plugin-markdown": "^3.5.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down

0 comments on commit 91e000c

Please sign in to comment.