Skip to content

Commit e5f688d

Browse files
committed
Update changelogs [skip ci]
1 parent 58c1168 commit e5f688d

File tree

71 files changed

+829
-64
lines changed

Some content is hidden

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

71 files changed

+829
-64
lines changed

apps/api-documenter/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-documenter",
33
"entries": [
4+
{
5+
"version": "7.18.0",
6+
"tag": "@microsoft/api-documenter_v7.18.0",
7+
"date": "Thu, 30 Jun 2022 04:48:53 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Show protected and readonly modifiers for relevant API items"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.21.0`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/heft\" to `0.46.1`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.17`"
23+
}
24+
]
25+
}
26+
},
427
{
528
"version": "7.17.26",
629
"tag": "@microsoft/api-documenter_v7.17.26",

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 Jun 2022 22:47:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Jun 2022 04:48:53 GMT and should not be manually modified.
4+
5+
## 7.18.0
6+
Thu, 30 Jun 2022 04:48:53 GMT
7+
8+
### Minor changes
9+
10+
- Show protected and readonly modifiers for relevant API items
411

512
## 7.17.26
613
Tue, 28 Jun 2022 22:47:13 GMT

apps/api-extractor/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",
33
"entries": [
4+
{
5+
"version": "7.28.2",
6+
"tag": "@microsoft/api-extractor_v7.28.2",
7+
"date": "Thu, 30 Jun 2022 04:48:53 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Improve logic that determines whether an API item is readonly"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.21.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "7.28.1",
623
"tag": "@microsoft/api-extractor_v7.28.1",

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 Jun 2022 22:47:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Jun 2022 04:48:53 GMT and should not be manually modified.
4+
5+
## 7.28.2
6+
Thu, 30 Jun 2022 04:48:53 GMT
7+
8+
### Patches
9+
10+
- Improve logic that determines whether an API item is readonly
411

512
## 7.28.1
613
Tue, 28 Jun 2022 22:47:13 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": "0.46.1",
6+
"tag": "@rushstack/heft_v0.46.1",
7+
"date": "Thu, 30 Jun 2022 04:48:53 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.28.2`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.46.0",
618
"tag": "@rushstack/heft_v0.46.0",

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 Tue, 28 Jun 2022 22:47:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Jun 2022 04:48:53 GMT and should not be manually modified.
4+
5+
## 0.46.1
6+
Thu, 30 Jun 2022 04:48:53 GMT
7+
8+
_Version update only_
49

510
## 0.46.0
611
Tue, 28 Jun 2022 22:47:13 GMT

apps/rundown/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rushstack/rundown",
33
"entries": [
4+
{
5+
"version": "1.0.202",
6+
"tag": "@rushstack/rundown_v1.0.202",
7+
"date": "Thu, 30 Jun 2022 04:48:54 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft\" to `0.46.1`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.17`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "1.0.201",
621
"tag": "@rushstack/rundown_v1.0.201",

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, 28 Jun 2022 22:47:14 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Jun 2022 04:48:54 GMT and should not be manually modified.
4+
5+
## 1.0.202
6+
Thu, 30 Jun 2022 04:48:54 GMT
7+
8+
_Version update only_
49

510
## 1.0.201
611
Tue, 28 Jun 2022 22:47:14 GMT

common/changes/@microsoft/api-documenter/empty-paragraph-bug-fix_2022-06-17-23-02.json

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

common/changes/@microsoft/api-extractor-model/empty-paragraph-bug-fix_2022-06-17-23-02.json

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

0 commit comments

Comments
 (0)