Skip to content

Commit 4cd55a4

Browse files
committed
Merge branch 'version/bump-1686183602079'
2 parents 9de65f6 + 5f9bf9d commit 4cd55a4

File tree

120 files changed

+1033
-123
lines changed

Some content is hidden

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

120 files changed

+1033
-123
lines changed

apps/api-documenter/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-documenter",
33
"entries": [
4+
{
5+
"version": "7.22.12",
6+
"tag": "@microsoft/api-documenter_v7.22.12",
7+
"date": "Thu, 08 Jun 2023 00:20:02 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.1`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.1`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "7.22.11",
621
"tag": "@microsoft/api-documenter_v7.22.11",

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 Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 Jun 2023 00:20:02 GMT and should not be manually modified.
4+
5+
## 7.22.12
6+
Thu, 08 Jun 2023 00:20:02 GMT
7+
8+
_Version update only_
49

510
## 7.22.11
611
Wed, 07 Jun 2023 22:45:16 GMT

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.22.11",
3+
"version": "7.22.12",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

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.52.1",
6+
"tag": "@rushstack/heft_v0.52.1",
7+
"date": "Thu, 08 Jun 2023 00:20:02 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Remove the concept of the cache folder, since it mostly just causes bugs."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.52.0",
618
"tag": "@rushstack/heft_v0.52.0",

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 Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 Jun 2023 00:20:02 GMT and should not be manually modified.
4+
5+
## 0.52.1
6+
Thu, 08 Jun 2023 00:20:02 GMT
7+
8+
### Patches
9+
10+
- Remove the concept of the cache folder, since it mostly just causes bugs.
411

512
## 0.52.0
613
Wed, 07 Jun 2023 22:45:16 GMT

apps/heft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft",
3-
"version": "0.52.0",
3+
"version": "0.52.1",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

apps/lockfile-explorer/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
33
"entries": [
4+
{
5+
"version": "1.0.22",
6+
"tag": "@rushstack/lockfile-explorer_v1.0.22",
7+
"date": "Thu, 08 Jun 2023 00:20:03 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.1`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.1`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "1.0.21",
621
"tag": "@rushstack/lockfile-explorer_v1.0.21",

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 Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 Jun 2023 00:20:03 GMT and should not be manually modified.
4+
5+
## 1.0.22
6+
Thu, 08 Jun 2023 00:20:03 GMT
7+
8+
_Version update only_
49

510
## 1.0.21
611
Wed, 07 Jun 2023 22:45:16 GMT

apps/lockfile-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
55
"keywords": [
66
"conflict",

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.256",
6+
"tag": "@rushstack/rundown_v1.0.256",
7+
"date": "Thu, 08 Jun 2023 00:20:03 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.1`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.1`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "1.0.255",
621
"tag": "@rushstack/rundown_v1.0.255",

0 commit comments

Comments
 (0)