Skip to content

Commit 62656db

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent e66ec2c commit 62656db

File tree

9 files changed

+70
-36
lines changed

9 files changed

+70
-36
lines changed

common/changes/@microsoft/tsdoc-config/allowlist-html-tags_2022-04-05-21-35.json

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

common/changes/@microsoft/tsdoc/allowlist-html-tags_2022-04-05-21-35.json

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

common/changes/@microsoft/tsdoc/master_2021-12-07-00-40.json

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

eslint-plugin/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "eslint-plugin-tsdoc",
33
"entries": [
4+
{
5+
"version": "0.2.15",
6+
"tag": "eslint-plugin-tsdoc_v0.2.15",
7+
"date": "Thu, 07 Apr 2022 22:51:07 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.13.2` to `0.14.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.15.2` to `0.16.0`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.2.14",
621
"tag": "eslint-plugin-tsdoc_v0.2.14",

eslint-plugin/CHANGELOG.md

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

3-
This log was last generated on Tue, 20 Apr 2021 04:25:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 07 Apr 2022 22:51:07 GMT and should not be manually modified.
4+
5+
## 0.2.15
6+
Thu, 07 Apr 2022 22:51:07 GMT
7+
8+
_Version update only_
49

510
## 0.2.14
611
Tue, 20 Apr 2021 04:25:13 GMT

tsdoc-config/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/tsdoc-config",
33
"entries": [
4+
{
5+
"version": "0.16.0",
6+
"tag": "@microsoft/tsdoc-config_v0.16.0",
7+
"date": "Thu, 07 Apr 2022 22:51:07 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add `supportedHtmlTags` and `reportUnsupportedHtmlTags` configuration options"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.13.2` to `0.14.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.15.2",
623
"tag": "@microsoft/tsdoc-config_v0.15.2",

tsdoc-config/CHANGELOG.md

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

3-
This log was last generated on Tue, 20 Apr 2021 04:25:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 07 Apr 2022 22:51:07 GMT and should not be manually modified.
4+
5+
## 0.16.0
6+
Thu, 07 Apr 2022 22:51:07 GMT
7+
8+
### Minor changes
9+
10+
- Add `supportedHtmlTags` and `reportUnsupportedHtmlTags` configuration options
411

512
## 0.15.2
613
Tue, 20 Apr 2021 04:25:13 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.14.0",
6+
"tag": "@microsoft/tsdoc_v0.14.0",
7+
"date": "Thu, 07 Apr 2022 22:51:07 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add `supportedHtmlTags` and `reportUnsupportedHtmlTags` options and corresponding validation"
12+
},
13+
{
14+
"comment": "Convert \"const enum\" APIs to be regular enums to enable compatibility with isolatedModules=true (GitHub #306)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.13.2",
621
"tag": "@microsoft/tsdoc_v0.13.2",

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 Tue, 20 Apr 2021 04:25:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 07 Apr 2022 22:51:07 GMT and should not be manually modified.
4+
5+
## 0.14.0
6+
Thu, 07 Apr 2022 22:51:07 GMT
7+
8+
### Minor changes
9+
10+
- Add `supportedHtmlTags` and `reportUnsupportedHtmlTags` options and corresponding validation
11+
- Convert "const enum" APIs to be regular enums to enable compatibility with isolatedModules=true (GitHub #306)
412

513
## 0.13.2
614
Tue, 20 Apr 2021 04:25:13 GMT

0 commit comments

Comments
 (0)