Deleting change files and updating change logs for package updates.

This commit is contained in:
Rushbot 2020-02-22 02:55:08 +00:00
Родитель ebdb3a4078
Коммит c59df8441c
7 изменённых файлов: 59 добавлений и 14 удалений

Просмотреть файл

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@microsoft/tsdoc",
"comment": "Improve the parsing of `@param` and `@typeParam` tags to recognize legacy syntaxes",
"type": "patch"
}
],
"packageName": "@microsoft/tsdoc",
"email": "ron.buckton@microsoft.com"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "eslint-plugin-tsdoc",
"entries": [
{
"version": "0.2.2",
"tag": "eslint-plugin-tsdoc_v0.2.2",
"date": "Sat, 22 Feb 2020 02:55:07 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.12.16` to `0.12.17`"
},
{
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.13.0` to `0.13.1`"
}
]
}
},
{
"version": "0.2.1",
"tag": "eslint-plugin-tsdoc_v0.2.1",

Просмотреть файл

@ -1,6 +1,11 @@
# Change Log - eslint-plugin-tsdoc
This log was last generated on Tue, 21 Jan 2020 21:26:36 GMT and should not be manually modified.
This log was last generated on Sat, 22 Feb 2020 02:55:07 GMT and should not be manually modified.
## 0.2.2
Sat, 22 Feb 2020 02:55:07 GMT
*Version update only*
## 0.2.1
Tue, 21 Jan 2020 21:26:36 GMT

Просмотреть файл

@ -1,6 +1,18 @@
{
"name": "@microsoft/tsdoc-config",
"entries": [
{
"version": "0.13.1",
"tag": "@microsoft/tsdoc-config_v0.13.1",
"date": "Sat, 22 Feb 2020 02:55:07 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.12.16` to `0.12.17`"
}
]
}
},
{
"version": "0.13.0",
"tag": "@microsoft/tsdoc-config_v0.13.0",

Просмотреть файл

@ -1,6 +1,11 @@
# Change Log - @microsoft/tsdoc-config
This log was last generated on Tue, 21 Jan 2020 21:26:36 GMT and should not be manually modified.
This log was last generated on Sat, 22 Feb 2020 02:55:07 GMT and should not be manually modified.
## 0.13.1
Sat, 22 Feb 2020 02:55:07 GMT
*Version update only*
## 0.13.0
Tue, 21 Jan 2020 21:26:36 GMT

Просмотреть файл

@ -1,6 +1,18 @@
{
"name": "@microsoft/tsdoc",
"entries": [
{
"version": "0.12.17",
"tag": "@microsoft/tsdoc_v0.12.17",
"date": "Sat, 22 Feb 2020 02:55:07 GMT",
"comments": {
"patch": [
{
"comment": "Improve the parsing of `@param` and `@typeParam` tags to recognize legacy syntaxes"
}
]
}
},
{
"version": "0.12.16",
"tag": "@microsoft/tsdoc_v0.12.16",

Просмотреть файл

@ -1,6 +1,13 @@
# Change Log - @microsoft/tsdoc
This log was last generated on Tue, 19 Nov 2019 22:01:56 GMT and should not be manually modified.
This log was last generated on Sat, 22 Feb 2020 02:55:07 GMT and should not be manually modified.
## 0.12.17
Sat, 22 Feb 2020 02:55:07 GMT
### Patches
- Improve the parsing of `@param` and `@typeParam` tags to recognize legacy syntaxes
## 0.12.16
Tue, 19 Nov 2019 22:01:56 GMT