Skip to content

Commit ac39d6c

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 8aaac70 commit ac39d6c

File tree

9 files changed

+70
-36
lines changed

9 files changed

+70
-36
lines changed

common/changes/@microsoft/tsdoc/FIX-tsdoc-characters-after-block-tag-no-message_2020-03-27-01-21.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/tsdoc/octogonz-fix-html-name-regexp_2020-03-27-05-15.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/eslint-plugin-tsdoc/eslint-plugin-url_2020-03-27-01-03.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

eslint-plugin/CHANGELOG.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "eslint-plugin-tsdoc",
33
"entries": [
4+
{
5+
"version": "0.2.4",
6+
"tag": "eslint-plugin-tsdoc_v0.2.4",
7+
"date": "Fri, 27 Mar 2020 23:14:53 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Improve plugin documentation URL in ESLint metadata"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.12.18` to `0.12.19`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.13.2` to `0.13.3`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "0.2.3",
626
"tag": "eslint-plugin-tsdoc_v0.2.3",

eslint-plugin/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - eslint-plugin-tsdoc
22

3-
This log was last generated on Sat, 22 Feb 2020 20:44:16 GMT and should not be manually modified.
3+
This log was last generated on Fri, 27 Mar 2020 23:14:53 GMT and should not be manually modified.
4+
5+
## 0.2.4
6+
Fri, 27 Mar 2020 23:14:53 GMT
7+
8+
### Patches
9+
10+
- Improve plugin documentation URL in ESLint metadata
411

512
## 0.2.3
613
Sat, 22 Feb 2020 20:44:16 GMT

tsdoc-config/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/tsdoc-config",
33
"entries": [
4+
{
5+
"version": "0.13.3",
6+
"tag": "@microsoft/tsdoc-config_v0.13.3",
7+
"date": "Fri, 27 Mar 2020 23:14:53 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.12.18` to `0.12.19`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.13.2",
618
"tag": "@microsoft/tsdoc-config_v0.13.2",

tsdoc-config/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @microsoft/tsdoc-config
22

3-
This log was last generated on Sat, 22 Feb 2020 20:44:16 GMT and should not be manually modified.
3+
This log was last generated on Fri, 27 Mar 2020 23:14:53 GMT and should not be manually modified.
4+
5+
## 0.13.3
6+
Fri, 27 Mar 2020 23:14:53 GMT
7+
8+
*Version update only*
49

510
## 0.13.2
611
Sat, 22 Feb 2020 20:44:16 GMT

tsdoc/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/tsdoc",
33
"entries": [
4+
{
5+
"version": "0.12.19",
6+
"tag": "@microsoft/tsdoc_v0.12.19",
7+
"date": "Fri, 27 Mar 2020 23:14:53 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Add some missing entries to TSDocConfiguration.allTsdocMessageIds() which were breaking eslint-plugin-tsdoc"
12+
},
13+
{
14+
"comment": "Fix an issue where \"h1\" was not allowed as an HTML element name"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.12.18",
621
"tag": "@microsoft/tsdoc_v0.12.18",

tsdoc/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @microsoft/tsdoc
22

3-
This log was last generated on Sat, 22 Feb 2020 20:44:16 GMT and should not be manually modified.
3+
This log was last generated on Fri, 27 Mar 2020 23:14:53 GMT and should not be manually modified.
4+
5+
## 0.12.19
6+
Fri, 27 Mar 2020 23:14:53 GMT
7+
8+
### Patches
9+
10+
- Add some missing entries to TSDocConfiguration.allTsdocMessageIds() which were breaking eslint-plugin-tsdoc
11+
- Fix an issue where "h1" was not allowed as an HTML element name
412

513
## 0.12.18
614
Sat, 22 Feb 2020 20:44:16 GMT

0 commit comments

Comments
 (0)