Skip to content

Commit 5b925e9

Browse files
authored
Merge pull request microsoft#1144 from Microsoft/ianc/tsdoc-bump
Bump @microsoft/tsdoc to 0.12.8
2 parents f9a8cfb + f49be6d commit 5b925e9

7 files changed

Lines changed: 121 additions & 89 deletions

File tree

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@microsoft/api-extractor-model": "7.0.24",
1919
"@microsoft/node-core-library": "3.12.0",
2020
"@microsoft/ts-command-line": "4.2.3",
21-
"@microsoft/tsdoc": "0.12.7",
21+
"@microsoft/tsdoc": "0.12.8",
2222
"colors": "~1.2.1",
2323
"js-yaml": "~3.9.1"
2424
},

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@microsoft/node-core-library": "3.12.0",
21-
"@microsoft/tsdoc": "0.12.7",
21+
"@microsoft/tsdoc": "0.12.8",
2222
"@types/node": "8.5.8"
2323
},
2424
"devDependencies": {

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@microsoft/api-extractor-model": "7.0.24",
3939
"@microsoft/node-core-library": "3.12.0",
4040
"@microsoft/ts-command-line": "4.2.3",
41-
"@microsoft/tsdoc": "0.12.7",
41+
"@microsoft/tsdoc": "0.12.8",
4242
"colors": "~1.2.1",
4343
"lodash": "~4.17.5",
4444
"resolve": "1.8.1",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-documenter",
5+
"comment": "Upgrade TSDoc",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-documenter",
10+
"email": "iclanton@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor-model",
5+
"comment": "Upgrade TSDoc",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model",
10+
"email": "iclanton@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor",
5+
"comment": "Upgrade TSDoc",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)