Skip to content

Commit 6ae6a7a

Browse files
committed
Update changelogs [skip ci]
1 parent 6e62fba commit 6ae6a7a

File tree

130 files changed

+1217
-292
lines changed

Some content is hidden

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

130 files changed

+1217
-292
lines changed

apps/api-documenter/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-documenter",
33
"entries": [
4+
{
5+
"version": "7.27.4",
6+
"tag": "@microsoft/api-documenter_v7.27.4",
7+
"date": "Tue, 04 Nov 2025 08:15:14 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.4`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "7.27.3",
618
"tag": "@microsoft/api-documenter_v7.27.3",

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, 24 Oct 2025 00:13:38 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Nov 2025 08:15:14 GMT and should not be manually modified.
4+
5+
## 7.27.4
6+
Tue, 04 Nov 2025 08:15:14 GMT
7+
8+
_Version update only_
49

510
## 7.27.3
611
Fri, 24 Oct 2025 00:13:38 GMT

apps/api-extractor/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.54.0",
6+
"tag": "@microsoft/api-extractor_v7.54.0",
7+
"date": "Tue, 04 Nov 2025 08:15:14 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add a new setting `IExtractorInvokeOptions.printApiReportDiff` that makes build logs easier to diagnose by printing a diff of any changes to API report files (*.api.md)."
12+
},
13+
{
14+
"comment": "Add a `--print-api-report-diff` CLI flag that causes a diff of any changes to API report files (*.api.md) to be printed."
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "7.53.3",
621
"tag": "@microsoft/api-extractor_v7.53.3",

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 Fri, 24 Oct 2025 00:13:38 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Nov 2025 08:15:14 GMT and should not be manually modified.
4+
5+
## 7.54.0
6+
Tue, 04 Nov 2025 08:15:14 GMT
7+
8+
### Minor changes
9+
10+
- Add a new setting `IExtractorInvokeOptions.printApiReportDiff` that makes build logs easier to diagnose by printing a diff of any changes to API report files (*.api.md).
11+
- Add a `--print-api-report-diff` CLI flag that causes a diff of any changes to API report files (*.api.md) to be printed.
412

513
## 7.53.3
614
Fri, 24 Oct 2025 00:13:38 GMT

apps/cpu-profile-summarizer/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rushstack/cpu-profile-summarizer",
33
"entries": [
4+
{
5+
"version": "0.1.33",
6+
"tag": "@rushstack/cpu-profile-summarizer_v0.1.33",
7+
"date": "Tue, 04 Nov 2025 08:15:14 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.6.4`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.4`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.1.32",
621
"tag": "@rushstack/cpu-profile-summarizer_v0.1.32",

apps/cpu-profile-summarizer/CHANGELOG.md

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

3-
This log was last generated on Fri, 24 Oct 2025 00:13:38 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Nov 2025 08:15:14 GMT and should not be manually modified.
4+
5+
## 0.1.33
6+
Tue, 04 Nov 2025 08:15:14 GMT
7+
8+
_Version update only_
49

510
## 0.1.32
611
Fri, 24 Oct 2025 00:13:38 GMT

apps/heft/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/heft",
33
"entries": [
4+
{
5+
"version": "1.1.4",
6+
"tag": "@rushstack/heft_v1.1.4",
7+
"date": "Tue, 04 Nov 2025 08:15:14 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.54.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.1.3",
618
"tag": "@rushstack/heft_v1.1.3",

apps/heft/CHANGELOG.md

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

3-
This log was last generated on Fri, 24 Oct 2025 00:13:38 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Nov 2025 08:15:14 GMT and should not be manually modified.
4+
5+
## 1.1.4
6+
Tue, 04 Nov 2025 08:15:14 GMT
7+
8+
_Version update only_
49

510
## 1.1.3
611
Fri, 24 Oct 2025 00:13:38 GMT

apps/lockfile-explorer/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
33
"entries": [
4+
{
5+
"version": "2.0.5",
6+
"tag": "@rushstack/lockfile-explorer_v2.0.5",
7+
"date": "Tue, 04 Nov 2025 08:15:14 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.4`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.0.4",
618
"tag": "@rushstack/lockfile-explorer_v2.0.4",

apps/lockfile-explorer/CHANGELOG.md

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

3-
This log was last generated on Fri, 24 Oct 2025 00:13:38 GMT and should not be manually modified.
3+
This log was last generated on Tue, 04 Nov 2025 08:15:14 GMT and should not be manually modified.
4+
5+
## 2.0.5
6+
Tue, 04 Nov 2025 08:15:14 GMT
7+
8+
_Version update only_
49

510
## 2.0.4
611
Fri, 24 Oct 2025 00:13:38 GMT

0 commit comments

Comments
 (0)