Deleting change files and updating change logs for package updates.

This commit is contained in:
Rushbot 2020-12-03 04:31:52 +00:00
Родитель d9d04fc4c6
Коммит e990613566
7 изменённых файлов: 59 добавлений и 14 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "@microsoft/tsdoc",
"comment": "Add a definition for the `@decorator` block tag (RFC 271)",
"type": "patch"
}
],
"packageName": "@microsoft/tsdoc",
"email": "4673363+octogonz@users.noreply.github.com"
}

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

@ -1,6 +1,21 @@
{
"name": "eslint-plugin-tsdoc",
"entries": [
{
"version": "0.2.9",
"tag": "eslint-plugin-tsdoc_v0.2.9",
"date": "Thu, 03 Dec 2020 04:31:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.12.22` to `0.12.23`"
},
{
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.13.7` to `0.13.8`"
}
]
}
},
{
"version": "0.2.8",
"tag": "eslint-plugin-tsdoc_v0.2.8",

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

@ -1,6 +1,11 @@
# Change Log - eslint-plugin-tsdoc
This log was last generated on Mon, 30 Nov 2020 06:16:21 GMT and should not be manually modified.
This log was last generated on Thu, 03 Dec 2020 04:31:52 GMT and should not be manually modified.
## 0.2.9
Thu, 03 Dec 2020 04:31:52 GMT
_Version update only_
## 0.2.8
Mon, 30 Nov 2020 06:16:21 GMT

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

@ -1,6 +1,18 @@
{
"name": "@microsoft/tsdoc-config",
"entries": [
{
"version": "0.13.8",
"tag": "@microsoft/tsdoc-config_v0.13.8",
"date": "Thu, 03 Dec 2020 04:31:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.12.22` to `0.12.23`"
}
]
}
},
{
"version": "0.13.7",
"tag": "@microsoft/tsdoc-config_v0.13.7",

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

@ -1,6 +1,11 @@
# Change Log - @microsoft/tsdoc-config
This log was last generated on Mon, 30 Nov 2020 06:16:21 GMT and should not be manually modified.
This log was last generated on Thu, 03 Dec 2020 04:31:52 GMT and should not be manually modified.
## 0.13.8
Thu, 03 Dec 2020 04:31:52 GMT
_Version update only_
## 0.13.7
Mon, 30 Nov 2020 06:16:21 GMT

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

@ -1,6 +1,18 @@
{
"name": "@microsoft/tsdoc",
"entries": [
{
"version": "0.12.23",
"tag": "@microsoft/tsdoc_v0.12.23",
"date": "Thu, 03 Dec 2020 04:31:52 GMT",
"comments": {
"patch": [
{
"comment": "Add a definition for the `@decorator` block tag (RFC 271)"
}
]
}
},
{
"version": "0.12.22",
"tag": "@microsoft/tsdoc_v0.12.22",

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

@ -1,6 +1,13 @@
# Change Log - @microsoft/tsdoc
This log was last generated on Mon, 30 Nov 2020 06:16:21 GMT and should not be manually modified.
This log was last generated on Thu, 03 Dec 2020 04:31:52 GMT and should not be manually modified.
## 0.12.23
Thu, 03 Dec 2020 04:31:52 GMT
### Patches
- Add a definition for the `@decorator` block tag (RFC 271)
## 0.12.22
Mon, 30 Nov 2020 06:16:21 GMT