Skip to content

Commit b9aeac0

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 2ad993e commit b9aeac0

57 files changed

Lines changed: 571 additions & 60 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.2.2",
6+
"tag": "@microsoft/api-documenter_v7.2.2",
7+
"date": "Tue, 04 Jun 2019 05:51:53 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.1` to `7.1.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.14` to `0.3.15`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.62` to `6.0.63`"
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "7.2.1",
624
"tag": "@microsoft/api-documenter_v7.2.1",

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 Mon, 27 May 2019 04:13:44 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Jun 2019 05:51:53 GMT and should not be manually modified.
4+
5+
## 7.2.2
6+
Tue, 04 Jun 2019 05:51:53 GMT
7+
8+
*Version update only*
49

510
## 7.2.1
611
Mon, 27 May 2019 04:13:44 GMT

apps/api-extractor-model/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-extractor-model",
33
"entries": [
4+
{
5+
"version": "7.1.2",
6+
"tag": "@microsoft/api-extractor-model_v7.1.2",
7+
"date": "Tue, 04 Jun 2019 05:51:53 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix an issue where ApiConstructor inherited from ApiStaticMixin, but TypeScript constructors cannot be static"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.1.1",
618
"tag": "@microsoft/api-extractor-model_v7.1.1",

apps/api-extractor-model/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-model
22

3-
This log was last generated on Mon, 27 May 2019 04:13:44 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Jun 2019 05:51:53 GMT and should not be manually modified.
4+
5+
## 7.1.2
6+
Tue, 04 Jun 2019 05:51:53 GMT
7+
8+
### Patches
9+
10+
- Fix an issue where ApiConstructor inherited from ApiStaticMixin, but TypeScript constructors cannot be static
411

512
## 7.1.1
613
Mon, 27 May 2019 04:13:44 GMT

apps/api-extractor/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",
33
"entries": [
4+
{
5+
"version": "7.1.7",
6+
"tag": "@microsoft/api-extractor_v7.1.7",
7+
"date": "Tue, 04 Jun 2019 05:51:53 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static"
12+
},
13+
{
14+
"comment": "Improve handling of symbolic property and method names."
15+
}
16+
],
17+
"dependency": [
18+
{
19+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.1.1` to `7.1.2`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "7.1.6",
626
"tag": "@microsoft/api-extractor_v7.1.6",

apps/api-extractor/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
22

3-
This log was last generated on Mon, 27 May 2019 04:13:44 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Jun 2019 05:51:53 GMT and should not be manually modified.
4+
5+
## 7.1.7
6+
Tue, 04 Jun 2019 05:51:53 GMT
7+
8+
### Patches
9+
10+
- Upgrade api-extractor-model to remove ApiConstructor.isStatic, since TypeScript constructors cannot be static
11+
- Improve handling of symbolic property and method names.
412

513
## 7.1.6
614
Mon, 27 May 2019 04:13:44 GMT

common/changes/@microsoft/api-extractor-model/octogonz-ae-ctor-cannot-be-static_2019-06-02-21-52.json

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

common/changes/@microsoft/api-extractor/octogonz-ae-ctor-cannot-be-static_2019-06-02-21-52.json

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

common/changes/@microsoft/api-extractor/supportSymbolMembers_2019-05-29-22-28.json

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

core-build/gulp-core-build-sass/CHANGELOG.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"name": "@microsoft/gulp-core-build-sass",
33
"entries": [
4+
{
5+
"version": "4.7.1",
6+
"tag": "@microsoft/gulp-core-build-sass_v4.7.1",
7+
"date": "Tue, 04 Jun 2019 05:51:53 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.2` to `1.9.3`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.14` to `0.3.15`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.62` to `6.0.63`"
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "4.7.0",
624
"tag": "@microsoft/gulp-core-build-sass_v4.7.0",

0 commit comments

Comments
 (0)