Skip to content

Commit f2fafef

Browse files
committed
Update changelogs [skip ci]
1 parent 0f1b766 commit f2fafef

File tree

111 files changed

+1215
-336
lines changed

Some content is hidden

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

111 files changed

+1215
-336
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.2",
6+
"tag": "@microsoft/api-documenter_v7.19.2",
7+
"date": "Wed, 03 Aug 2022 18:40:35 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.23.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.50.1`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.2`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.0.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.0`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.10.0`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "7.19.1",
633
"tag": "@microsoft/api-documenter_v7.19.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, 01 Aug 2022 02:45:32 GMT and should not be manually modified.
3+
This log was last generated on Wed, 03 Aug 2022 18:40:35 GMT and should not be manually modified.
4+
5+
## 7.19.2
6+
Wed, 03 Aug 2022 18:40:35 GMT
7+
8+
_Version update only_
49

510
## 7.19.1
611
Mon, 01 Aug 2022 02:45:32 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.29.0",
6+
"tag": "@microsoft/api-extractor_v7.29.0",
7+
"date": "Wed, 03 Aug 2022 18:40:35 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Upgrade TypeScript dependency to 4.7"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.23.0`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.50.1`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.14`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.2`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.0.0`"
29+
}
30+
]
31+
}
32+
},
433
{
534
"version": "7.28.7",
635
"tag": "@microsoft/api-extractor_v7.28.7",

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 Mon, 01 Aug 2022 02:45:32 GMT and should not be manually modified.
3+
This log was last generated on Wed, 03 Aug 2022 18:40:35 GMT and should not be manually modified.
4+
5+
## 7.29.0
6+
Wed, 03 Aug 2022 18:40:35 GMT
7+
8+
### Minor changes
9+
10+
- Upgrade TypeScript dependency to 4.7
411

512
## 7.28.7
613
Mon, 01 Aug 2022 02:45:32 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.47.0",
6+
"tag": "@rushstack/heft_v0.47.0",
7+
"date": "Wed, 03 Aug 2022 18:40:35 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Update the highest supported version of TypeScript to 4.7"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.9.2`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.50.1`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.14`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.2`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.29.0`"
29+
},
30+
{
31+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.0.0`"
32+
}
33+
]
34+
}
35+
},
436
{
537
"version": "0.46.7",
638
"tag": "@rushstack/heft_v0.46.7",

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 Mon, 01 Aug 2022 02:45:32 GMT and should not be manually modified.
3+
This log was last generated on Wed, 03 Aug 2022 18:40:35 GMT and should not be manually modified.
4+
5+
## 0.47.0
6+
Wed, 03 Aug 2022 18:40:35 GMT
7+
8+
### Minor changes
9+
10+
- Update the highest supported version of TypeScript to 4.7
411

512
## 0.46.7
613
Mon, 01 Aug 2022 02:45:32 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.209",
6+
"tag": "@rushstack/rundown_v1.0.209",
7+
"date": "Wed, 03 Aug 2022 18:40:35 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.50.1`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.2`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.0.0`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.10.0`"
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "1.0.208",
630
"tag": "@rushstack/rundown_v1.0.208",

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 Mon, 01 Aug 2022 02:45:32 GMT and should not be manually modified.
3+
This log was last generated on Wed, 03 Aug 2022 18:40:35 GMT and should not be manually modified.
4+
5+
## 1.0.209
6+
Wed, 03 Aug 2022 18:40:35 GMT
7+
8+
_Version update only_
49

510
## 1.0.208
611
Mon, 01 Aug 2022 02:45:32 GMT

common/changes/@microsoft/api-extractor-model/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@microsoft/api-extractor/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@rushstack/eslint-config/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@rushstack/eslint-plugin-packlets/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@rushstack/eslint-plugin-packlets/update-cyclics_2022-06-28-04-27.json

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

common/changes/@rushstack/eslint-plugin-packlets/will-issue-547_2022-07-01-17-58.json

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

common/changes/@rushstack/eslint-plugin-security/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@rushstack/eslint-plugin-security/update-cyclics_2022-06-28-04-27.json

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

common/changes/@rushstack/eslint-plugin-security/will-issue-547_2022-07-01-17-58.json

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

common/changes/@rushstack/eslint-plugin/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@rushstack/eslint-plugin/update-cyclics_2022-06-28-04-27.json

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

common/changes/@rushstack/eslint-plugin/will-issue-547_2022-07-01-17-58.json

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

common/changes/@rushstack/heft-config-file/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@rushstack/heft-dev-cert-plugin/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

common/changes/@rushstack/heft-jest-plugin/benpapp-upgrade-ts-4.7_2022-08-02-20-58.json

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

0 commit comments

Comments
 (0)