Skip to content

Commit ea048fb

Browse files
committed
Update changelogs [skip ci]
1 parent 817658b commit ea048fb

File tree

80 files changed

+974
-163
lines changed

Some content is hidden

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

80 files changed

+974
-163
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.17.10",
6+
"tag": "@microsoft/api-documenter_v7.17.10",
7+
"date": "Sat, 23 Apr 2022 02:13:06 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.17.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.4`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.10`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft\" to `0.45.0`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.0`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "7.17.9",
633
"tag": "@microsoft/api-documenter_v7.17.9",

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 Fri, 15 Apr 2022 00:12:36 GMT and should not be manually modified.
3+
This log was last generated on Sat, 23 Apr 2022 02:13:06 GMT and should not be manually modified.
4+
5+
## 7.17.10
6+
Sat, 23 Apr 2022 02:13:06 GMT
7+
8+
_Version update only_
49

510
## 7.17.9
611
Fri, 15 Apr 2022 00:12:36 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.23.0",
6+
"tag": "@microsoft/api-extractor_v7.23.0",
7+
"date": "Sat, 23 Apr 2022 02:13:06 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Update to TypeScript 4.6"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.17.2`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.4`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.11`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.10`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.0`"
29+
}
30+
]
31+
}
32+
},
433
{
534
"version": "7.22.2",
635
"tag": "@microsoft/api-extractor_v7.22.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 Fri, 15 Apr 2022 00:12:36 GMT and should not be manually modified.
3+
This log was last generated on Sat, 23 Apr 2022 02:13:06 GMT and should not be manually modified.
4+
5+
## 7.23.0
6+
Sat, 23 Apr 2022 02:13:06 GMT
7+
8+
### Minor changes
9+
10+
- Update to TypeScript 4.6
411

512
## 7.22.2
613
Fri, 15 Apr 2022 00:12:36 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.45.0",
6+
"tag": "@rushstack/heft_v0.45.0",
7+
"date": "Sat, 23 Apr 2022 02:13:06 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add support for TypeScript 4.6"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.8.3`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.4`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.11`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.10`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.23.0`"
29+
},
30+
{
31+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.0`"
32+
}
33+
]
34+
}
35+
},
436
{
537
"version": "0.44.13",
638
"tag": "@rushstack/heft_v0.44.13",

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 Fri, 15 Apr 2022 00:12:36 GMT and should not be manually modified.
3+
This log was last generated on Sat, 23 Apr 2022 02:13:06 GMT and should not be manually modified.
4+
5+
## 0.45.0
6+
Sat, 23 Apr 2022 02:13:06 GMT
7+
8+
### Minor changes
9+
10+
- Add support for TypeScript 4.6
411

512
## 0.44.13
613
Fri, 15 Apr 2022 00:12:36 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.185",
6+
"tag": "@rushstack/rundown_v1.0.185",
7+
"date": "Sat, 23 Apr 2022 02:13:07 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.45.4`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.10.10`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.0`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/heft\" to `0.45.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.0`"
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "1.0.184",
630
"tag": "@rushstack/rundown_v1.0.184",

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 Fri, 15 Apr 2022 00:12:36 GMT and should not be manually modified.
3+
This log was last generated on Sat, 23 Apr 2022 02:13:07 GMT and should not be manually modified.
4+
5+
## 1.0.185
6+
Sat, 23 Apr 2022 02:13:07 GMT
7+
8+
_Version update only_
49

510
## 1.0.184
611
Fri, 15 Apr 2022 00:12:36 GMT

common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json

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

common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json

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

0 commit comments

Comments
 (0)