Skip to content

Commit 0776bd9

Browse files
committed
Merge branch 'develop'
2 parents 7788b74 + ddd635e commit 0776bd9

40 files changed

+5785
-3906
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
at: .
109109
- attach_workspace:
110110
at: /tmp
111-
- run: npm run projects:patch -- apply --no-stash
111+
- run: npm run tools:patch -- apply --no-stash
112112
- run:
113113
name: Send report
114114
command: /tmp/cc-test-reporter after-build --coverage-input-type lcov --exit-code $(cat ./TEST_STATUS)
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
- attach_workspace:
120120
at: .
121-
- run: npm run projects:patch -- apply --no-stash
121+
- run: npm run tools:patch -- apply --no-stash
122122
- run: npm run lint
123123
- run:
124124
command: |
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- attach_workspace:
144144
at: .
145-
- run: npm run projects:patch -- apply --no-stash
145+
- run: npm run tools:patch -- apply --no-stash
146146
- run: npm run lint
147147
- run:
148148
command: npm run test:ci
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- attach_workspace:
159159
at: .
160-
- run: npm run projects:build
160+
- run: npm run build
161161
- store_artifacts:
162162
path: ./packages/**/dist
163163
- persist_to_workspace:

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
text eol=lf

.husky/commit-msg

100644100755
File mode changed.

.husky/pre-commit

100644100755
File mode changed.

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.15.1

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

0 commit comments

Comments
 (0)