Skip to content

Commit c1e3f3d

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 3651cff commit c1e3f3d

58 files changed

Lines changed: 583 additions & 71 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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.3.2",
6+
"tag": "@microsoft/api-documenter_v7.3.2",
7+
"date": "Tue, 11 Jun 2019 00:48:06 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Add support for emitting type parameters in the YamlDocumenter"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.3` to `7.2.0`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.17` to `0.3.18`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.65` to `6.0.66`"
23+
}
24+
]
25+
}
26+
},
427
{
528
"version": "7.3.1",
629
"tag": "@microsoft/api-documenter_v7.3.1",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Thu, 06 Jun 2019 22:33:36 GMT and should not be manually modified.
3+
This log was last generated on Tue, 11 Jun 2019 00:48:06 GMT and should not be manually modified.
4+
5+
## 7.3.2
6+
Tue, 11 Jun 2019 00:48:06 GMT
7+
8+
### Patches
9+
10+
- Add support for emitting type parameters in the YamlDocumenter
411

512
## 7.3.1
613
Thu, 06 Jun 2019 22:33:36 GMT

apps/api-extractor-model/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/api-extractor-model",
33
"entries": [
4+
{
5+
"version": "7.2.0",
6+
"tag": "@microsoft/api-extractor-model_v7.2.0",
7+
"date": "Tue, 11 Jun 2019 00:48:06 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Improve the .api.json deserializer to validate the schema version and support backwards compatibility"
12+
}
13+
],
14+
"minor": [
15+
{
16+
"comment": "Add API support for type parameters and type alias types"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "7.1.3",
623
"tag": "@microsoft/api-extractor-model_v7.1.3",

apps/api-extractor-model/CHANGELOG.md

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

3-
This log was last generated on Wed, 05 Jun 2019 19:12:34 GMT and should not be manually modified.
3+
This log was last generated on Tue, 11 Jun 2019 00:48:06 GMT and should not be manually modified.
4+
5+
## 7.2.0
6+
Tue, 11 Jun 2019 00:48:06 GMT
7+
8+
### Minor changes
9+
10+
- Add API support for type parameters and type alias types
11+
12+
### Patches
13+
14+
- Improve the .api.json deserializer to validate the schema version and support backwards compatibility
415

516
## 7.1.3
617
Wed, 05 Jun 2019 19:12:34 GMT

apps/api-extractor/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.2.0",
6+
"tag": "@microsoft/api-extractor_v7.2.0",
7+
"date": "Tue, 11 Jun 2019 00:48:06 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Generate ApiTypeParameter entries and type alias types"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.3` to `7.2.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "7.1.8",
623
"tag": "@microsoft/api-extractor_v7.1.8",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Wed, 05 Jun 2019 19:12:34 GMT and should not be manually modified.
3+
This log was last generated on Tue, 11 Jun 2019 00:48:06 GMT and should not be manually modified.
4+
5+
## 7.2.0
6+
Tue, 11 Jun 2019 00:48:06 GMT
7+
8+
### Minor changes
9+
10+
- Generate ApiTypeParameter entries and type alias types
411

512
## 7.1.8
613
Wed, 05 Jun 2019 19:12:34 GMT

common/changes/@microsoft/api-documenter/updateApiModel_2019-06-08-04-52.json

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

common/changes/@microsoft/api-extractor-model/octogonz-ae-model-versioning_2019-06-10-17-19.json

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

common/changes/@microsoft/api-extractor-model/updateApiModel_2019-06-06-21-47.json

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

common/changes/@microsoft/api-extractor/updateApiModel_2019-06-06-21-47.json

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

0 commit comments

Comments
 (0)