Skip to content

Commit ddd635e

Browse files
committed
chore: bump to version 0.22.6
1 parent 261efde commit ddd635e

File tree

13 files changed

+54
-39
lines changed

13 files changed

+54
-39
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.22.6](https://github.com/KnodesCommunity/typedoc-plugins/compare/v0.22.5...v0.22.6) (2022-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* add lodash as a dependency ([6306880](https://github.com/KnodesCommunity/typedoc-plugins/commit/6306880f7c248e2ea1e94adf5bae396702db6661)), closes [#99](https://github.com/KnodesCommunity/typedoc-plugins/issues/99)
7+
* **build:** typedoc patcher truncate file on open ([cdb4fca](https://github.com/KnodesCommunity/typedoc-plugins/commit/cdb4fca980e6ab333498de1cb7c2f5d1880522d5))
8+
* continue fixes for Windows scripts ([40f8d1d](https://github.com/KnodesCommunity/typedoc-plugins/commit/40f8d1d63bd54f6d68fb28d6a72f3be238799215))
9+
* continue normalize behaviors between windows & non-windows ([c1803ef](https://github.com/KnodesCommunity/typedoc-plugins/commit/c1803ef30033890e5ee8dbb4f94868c15e1e3805))
10+
* **deps:** update dependency memfs to v3.4.3 ([445a9cc](https://github.com/KnodesCommunity/typedoc-plugins/commit/445a9cc2b588487dc34144130dcc0435e56a37f2))
11+
* **deps:** update dependency memfs to v3.4.4 ([2d83aa6](https://github.com/KnodesCommunity/typedoc-plugins/commit/2d83aa6758ed3f8cf8d32a0953aee641a3ee46df))
12+
* normalize behavior between POSIX & Windows systems ([3ce9434](https://github.com/KnodesCommunity/typedoc-plugins/commit/3ce9434100e9e87d5af8a9dd6536a8ea93e5342c))
13+
14+
15+
116
## [0.22.5](https://github.com/KnodesCommunity/typedoc-plugins/compare/v0.22.4...v0.22.5) (2022-04-30)
217

318

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knodes/typedoc-plugins",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"description": "A monorepo containing all knodes-published TypeDoc plugins",
55
"license": "MIT",
66
"private": true,

packages/plugin-code-blocks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- HEADER -->
2-
# @knodes/typedoc-plugin-code-blocks
3-
4-
> A TypeDoc plugin to embed source code into your output documentation
2+
# @knodes/typedoc-plugin-code-blocks
3+
4+
> A TypeDoc plugin to embed source code into your output documentation
55
66
[![npm version](https://img.shields.io/npm/v/@knodes/typedoc-plugin-code-blocks?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugin-code-blocks)
77
[![npm downloads](https://img.shields.io/npm/dm/@knodes/typedoc-plugin-code-blocks?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugin-code-blocks)

packages/plugin-code-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knodes/typedoc-plugin-code-blocks",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"description": "A TypeDoc plugin to embed source code into your output documentation",
55
"license": "MIT",
66
"repository": {
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"lodash": "^4.17.21",
41-
"@knodes/typedoc-pluginutils": "~0.22.5"
41+
"@knodes/typedoc-pluginutils": "~0.22.6"
4242
},
4343
"peerDependencies": {
4444
"typedoc": "^0.22.0"

packages/plugin-monorepo-readmes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- HEADER -->
2-
# @knodes/typedoc-plugin-monorepo-readmes
3-
4-
> A TypeDoc plugin to prepend modules indexes with readmes
2+
# @knodes/typedoc-plugin-monorepo-readmes
3+
4+
> A TypeDoc plugin to prepend modules indexes with readmes
55
66
[![npm version](https://img.shields.io/npm/v/@knodes/typedoc-plugin-monorepo-readmes?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugin-monorepo-readmes)
77
[![npm downloads](https://img.shields.io/npm/dm/@knodes/typedoc-plugin-monorepo-readmes?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugin-monorepo-readmes)

packages/plugin-monorepo-readmes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knodes/typedoc-plugin-monorepo-readmes",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"description": "A TypeDoc plugin to prepend modules indexes with readmes",
55
"license": "MIT",
66
"repository": {
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"lodash": "^4.17.21",
39-
"@knodes/typedoc-pluginutils": "~0.22.5",
39+
"@knodes/typedoc-pluginutils": "~0.22.6",
4040
"find-up": "^4.1.0"
4141
},
4242
"peerDependencies": {

packages/plugin-pages/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- HEADER -->
2-
# @knodes/typedoc-plugin-pages
3-
4-
> A TypeDoc plugin that lets you integrate your own pages into the documentation output
2+
# @knodes/typedoc-plugin-pages
3+
4+
> A TypeDoc plugin that lets you integrate your own pages into the documentation output
55
66
[![npm version](https://img.shields.io/npm/v/@knodes/typedoc-plugin-pages?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugin-pages)
77
[![npm downloads](https://img.shields.io/npm/dm/@knodes/typedoc-plugin-pages?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugin-pages)

packages/plugin-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knodes/typedoc-plugin-pages",
3-
"version": "0.22.5",
3+
"version": "0.22.6",
44
"description": "A TypeDoc plugin that lets you integrate your own pages into the documentation output",
55
"license": "MIT",
66
"repository": {
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"lodash": "^4.17.21",
41-
"@knodes/typedoc-pluginutils": "~0.22.5"
41+
"@knodes/typedoc-pluginutils": "~0.22.6"
4242
},
4343
"peerDependencies": {
4444
"typedoc": "^0.22.0",

packages/plugintestbed/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- HEADER -->
2-
# @knodes/typedoc-plugintestbed
3-
4-
> A set of utilities to test TypeDoc plugins
2+
# @knodes/typedoc-plugintestbed
3+
4+
> A set of utilities to test TypeDoc plugins
55
66
[![npm version](https://img.shields.io/npm/v/@knodes/typedoc-plugintestbed?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugintestbed)
77
[![npm downloads](https://img.shields.io/npm/dm/@knodes/typedoc-plugintestbed?style=for-the-badge)](https://www.npmjs.com/package/@knodes/typedoc-plugintestbed)

0 commit comments

Comments
 (0)