Skip to content

Commit 6b45fa6

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent dc71bc0 commit 6b45fa6

74 files changed

Lines changed: 722 additions & 226 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/api-documenter/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.0.35",
6+
"tag": "@microsoft/api-documenter_v7.0.35",
7+
"date": "Mon, 18 Mar 2019 04:28:43 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.26` to `7.0.27`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.39` to `6.0.40`"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "7.0.34",
627
"tag": "@microsoft/api-documenter_v7.0.34",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Fri, 15 Mar 2019 19:13:25 GMT and should not be manually modified.
3+
This log was last generated on Mon, 18 Mar 2019 04:28:43 GMT and should not be manually modified.
4+
5+
## 7.0.35
6+
Mon, 18 Mar 2019 04:28:43 GMT
7+
8+
*Version update only*
49

510
## 7.0.34
611
Fri, 15 Mar 2019 19:13:25 GMT

apps/api-extractor-model/CHANGELOG.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "@microsoft/api-extractor-model",
33
"entries": [
4+
{
5+
"version": "7.0.27",
6+
"tag": "@microsoft/api-extractor-model_v7.0.27",
7+
"date": "Mon, 18 Mar 2019 04:28:43 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Add helper functions for ReleaseTag"
12+
},
13+
{
14+
"comment": "Export IApiItemConstructor to eliminate the ae-forgotten-export warning"
15+
}
16+
],
17+
"dependency": [
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "7.0.26",
626
"tag": "@microsoft/api-extractor-model_v7.0.26",

apps/api-extractor-model/CHANGELOG.md

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

3-
This log was last generated on Wed, 13 Mar 2019 19:13:14 GMT and should not be manually modified.
3+
This log was last generated on Mon, 18 Mar 2019 04:28:43 GMT and should not be manually modified.
4+
5+
## 7.0.27
6+
Mon, 18 Mar 2019 04:28:43 GMT
7+
8+
### Patches
9+
10+
- Add helper functions for ReleaseTag
11+
- Export IApiItemConstructor to eliminate the ae-forgotten-export warning
412

513
## 7.0.26
614
Wed, 13 Mar 2019 19:13:14 GMT

apps/api-extractor/CHANGELOG.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.0.28",
6+
"tag": "@microsoft/api-extractor_v7.0.28",
7+
"date": "Mon, 18 Mar 2019 04:28:43 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Rename the \"ae-inconsistent-release-tags\" warning to \"ae-different-release-tags\""
12+
},
13+
{
14+
"comment": "Introduce a new warning \"ae-incompatible-release-tags\" that checks for API signatures that reference types with incompatible release tags"
15+
},
16+
{
17+
"comment": "Fix an issue where this error was sometimes reported incorrectly: \"The messages.extractorMessageReporting table contains an unrecognized identifier ___\""
18+
}
19+
],
20+
"dependency": [
21+
{
22+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.0.26` to `7.0.27`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`"
26+
}
27+
]
28+
}
29+
},
430
{
531
"version": "7.0.27",
632
"tag": "@microsoft/api-extractor_v7.0.27",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Fri, 15 Mar 2019 19:13:25 GMT and should not be manually modified.
3+
This log was last generated on Mon, 18 Mar 2019 04:28:43 GMT and should not be manually modified.
4+
5+
## 7.0.28
6+
Mon, 18 Mar 2019 04:28:43 GMT
7+
8+
### Patches
9+
10+
- Rename the "ae-inconsistent-release-tags" warning to "ae-different-release-tags"
11+
- Introduce a new warning "ae-incompatible-release-tags" that checks for API signatures that reference types with incompatible release tags
12+
- Fix an issue where this error was sometimes reported incorrectly: "The messages.extractorMessageReporting table contains an unrecognized identifier ___"
413

514
## 7.0.27
615
Fri, 15 Mar 2019 19:13:25 GMT

common/changes/@microsoft/api-extractor-model/octogonz-ae-incompatible-tags_2019-03-17-19-32.json

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

common/changes/@microsoft/api-extractor-model/octogonz-bump-cyclics_2019-03-16-05-34.json

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

common/changes/@microsoft/api-extractor/octogonz-ae-incompatible-tags_2019-03-17-19-32.json

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

common/changes/@microsoft/api-extractor/octogonz-ae-incompatible-tags_2019-03-17-19-33.json

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

0 commit comments

Comments
 (0)