Skip to content

Commit c2a417f

Browse files
committed
Update changelogs [skip ci]
1 parent fe7ae5f commit c2a417f

File tree

106 files changed

+1239
-265
lines changed

Some content is hidden

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

106 files changed

+1239
-265
lines changed

apps/api-documenter/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.19.16",
6+
"tag": "@microsoft/api-documenter_v7.19.16",
7+
"date": "Thu, 29 Sep 2022 07:13:06 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.24.3`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.0`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.4`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.1.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft\" to `0.48.0`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.11.0`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "7.19.15",
633
"tag": "@microsoft/api-documenter_v7.19.15",

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 Tue, 27 Sep 2022 22:17:20 GMT and should not be manually modified.
3+
This log was last generated on Thu, 29 Sep 2022 07:13:06 GMT and should not be manually modified.
4+
5+
## 7.19.16
6+
Thu, 29 Sep 2022 07:13:06 GMT
7+
8+
_Version update only_
49

510
## 7.19.15
611
Tue, 27 Sep 2022 22:17:20 GMT

apps/api-extractor/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-extractor",
33
"entries": [
4+
{
5+
"version": "7.32.0",
6+
"tag": "@microsoft/api-extractor_v7.32.0",
7+
"date": "Thu, 29 Sep 2022 07:13:06 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Update parser to TypeScript 4.8."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.24.3`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.16`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.4`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.1.0`"
29+
}
30+
]
31+
}
32+
},
433
{
534
"version": "7.31.2",
635
"tag": "@microsoft/api-extractor_v7.31.2",

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, 21 Sep 2022 20:21:10 GMT and should not be manually modified.
3+
This log was last generated on Thu, 29 Sep 2022 07:13:06 GMT and should not be manually modified.
4+
5+
## 7.32.0
6+
Thu, 29 Sep 2022 07:13:06 GMT
7+
8+
### Minor changes
9+
10+
- Update parser to TypeScript 4.8.
411

512
## 7.31.2
613
Wed, 21 Sep 2022 20:21:10 GMT

apps/heft/CHANGELOG.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
{
22
"name": "@rushstack/heft",
33
"entries": [
4+
{
5+
"version": "0.48.0",
6+
"tag": "@rushstack/heft_v0.48.0",
7+
"date": "Thu, 29 Sep 2022 07:13:06 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add support for TypeScript 4.8."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.11.1`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.16`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.4`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.32.0`"
29+
},
30+
{
31+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.1.0`"
32+
}
33+
]
34+
}
35+
},
436
{
537
"version": "0.47.11",
638
"tag": "@rushstack/heft_v0.47.11",

apps/heft/CHANGELOG.md

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

3-
This log was last generated on Tue, 27 Sep 2022 22:17:20 GMT and should not be manually modified.
3+
This log was last generated on Thu, 29 Sep 2022 07:13:06 GMT and should not be manually modified.
4+
5+
## 0.48.0
6+
Thu, 29 Sep 2022 07:13:06 GMT
7+
8+
### Minor changes
9+
10+
- Add support for TypeScript 4.8.
411

512
## 0.47.11
613
Tue, 27 Sep 2022 22:17:20 GMT

apps/rundown/CHANGELOG.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "@rushstack/rundown",
33
"entries": [
4+
{
5+
"version": "1.0.223",
6+
"tag": "@rushstack/rundown_v1.0.223",
7+
"date": "Thu, 29 Sep 2022 07:13:06 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.53.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.4`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.1.0`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/heft\" to `0.48.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.11.0`"
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "1.0.222",
630
"tag": "@rushstack/rundown_v1.0.222",

apps/rundown/CHANGELOG.md

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

3-
This log was last generated on Tue, 27 Sep 2022 22:17:20 GMT and should not be manually modified.
3+
This log was last generated on Thu, 29 Sep 2022 07:13:06 GMT and should not be manually modified.
4+
5+
## 1.0.223
6+
Thu, 29 Sep 2022 07:13:06 GMT
7+
8+
_Version update only_
49

510
## 1.0.222
611
Tue, 27 Sep 2022 22:17:20 GMT

common/changes/@microsoft/api-extractor/ts-4.8_2022-09-26-07-14.json

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

common/changes/@microsoft/loader-load-themed-styles/load-themed-styles-peerdep_2022-09-28-00-15.json

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

common/changes/@microsoft/loader-load-themed-styles/remove-namedExport_2022-09-28-01-13.json

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

common/changes/@rushstack/eslint-config/ts-4.8_2022-09-26-07-14.json

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

common/changes/@rushstack/eslint-plugin-packlets/2022-08-05-23-18.json

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

common/changes/@rushstack/eslint-plugin-packlets/pull-in-heft-changes_2022-09-21-19-09.json

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

common/changes/@rushstack/eslint-plugin-packlets/ts-4.8_2022-09-26-07-14.json

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

common/changes/@rushstack/eslint-plugin-security/2022-08-05-23-18.json

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

common/changes/@rushstack/eslint-plugin-security/issue-3567_2022-08-30-01-25.json

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

common/changes/@rushstack/eslint-plugin-security/pull-in-heft-changes_2022-09-21-19-09.json

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

common/changes/@rushstack/eslint-plugin-security/ts-4.8_2022-09-26-07-14.json

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

common/changes/@rushstack/eslint-plugin/2022-08-05-23-18.json

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

common/changes/@rushstack/eslint-plugin/issue-3567_2022-08-30-01-25.json

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

common/changes/@rushstack/eslint-plugin/pull-in-heft-changes_2022-09-21-19-09.json

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

common/changes/@rushstack/eslint-plugin/ts-4.8_2022-09-26-07-14.json

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

common/changes/@rushstack/heft-jest-plugin/ts-4.8_2022-09-26-07-14.json

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

0 commit comments

Comments
 (0)