Skip to content

Commit f772000

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent aac158f commit f772000

File tree

101 files changed

+1029
-367
lines changed

Some content is hidden

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

101 files changed

+1029
-367
lines changed

apps/api-documenter/CHANGELOG.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.7.13",
6+
"tag": "@microsoft/api-documenter_v7.7.13",
7+
"date": "Tue, 17 Mar 2020 23:55:58 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.7` to `7.7.8`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.3.10` to `4.3.11`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.3` to `0.4.4`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.4` to `6.4.5`"
29+
}
30+
]
31+
}
32+
},
433
{
534
"version": "7.7.12",
635
"tag": "@microsoft/api-documenter_v7.7.12",

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 Tue, 28 Jan 2020 02:23:44 GMT and should not be manually modified.
3+
This log was last generated on Tue, 17 Mar 2020 23:55:58 GMT and should not be manually modified.
4+
5+
## 7.7.13
6+
Tue, 17 Mar 2020 23:55:58 GMT
7+
8+
### Patches
9+
10+
- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
411

512
## 7.7.12
613
Tue, 28 Jan 2020 02:23:44 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.7.8",
6+
"tag": "@microsoft/api-extractor-model_v7.7.8",
7+
"date": "Tue, 17 Mar 2020 23:55:58 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "7.7.7",
623
"tag": "@microsoft/api-extractor-model_v7.7.7",

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 Tue, 28 Jan 2020 02:23:44 GMT and should not be manually modified.
3+
This log was last generated on Tue, 17 Mar 2020 23:55:58 GMT and should not be manually modified.
4+
5+
## 7.7.8
6+
Tue, 17 Mar 2020 23:55:58 GMT
7+
8+
### Patches
9+
10+
- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
411

512
## 7.7.7
613
Tue, 28 Jan 2020 02:23:44 GMT

apps/api-extractor/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-extractor",
33
"entries": [
4+
{
5+
"version": "7.7.9",
6+
"tag": "@microsoft/api-extractor_v7.7.9",
7+
"date": "Tue, 17 Mar 2020 23:55:58 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.7.7` to `7.7.8`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/ts-command-line\" from `4.3.10` to `4.3.11`"
23+
}
24+
]
25+
}
26+
},
427
{
528
"version": "7.7.8",
629
"tag": "@microsoft/api-extractor_v7.7.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 Tue, 28 Jan 2020 02:23:44 GMT and should not be manually modified.
3+
This log was last generated on Tue, 17 Mar 2020 23:55:58 GMT and should not be manually modified.
4+
5+
## 7.7.9
6+
Tue, 17 Mar 2020 23:55:58 GMT
7+
8+
### Patches
9+
10+
- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
411

512
## 7.7.8
613
Tue, 28 Jan 2020 02:23:44 GMT

common/changes/@microsoft/api-documenter/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/api-extractor-model/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/api-extractor/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/gulp-core-build-sass/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/gulp-core-build-serve/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/gulp-core-build-typescript/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/gulp-core-build/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-2.4/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-2.7/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-2.8/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-2.9/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.0/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.1/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.2/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.3/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.4/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.5/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.6/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack-compiler-3.7/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

common/changes/@microsoft/rush-stack/octogonz-rushstack-npm-scope_2020-03-17-22-46.json

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

0 commit comments

Comments
 (0)