Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jun 3, 2024
1 parent 79cca65 commit 8c30cee
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 71 deletions.
30 changes: 30 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.126.0",
"tag": "@microsoft/rush_v5.126.0",
"date": "Mon, 03 Jun 2024 02:49:05 GMT",
"comments": {
"none": [
{
"comment": "Fixes a string schema validation warning message when running `rush deploy`."
},
{
"comment": "Update the functionality that runs external lifecycle processes to be async."
},
{
"comment": "Move logs into the project `rush-logs` folder regardless of whether or not the `\"phasedCommands\"` experiment is enabled."
},
{
"comment": "Update the `nodeSupportedVersionRange` in the `rush init` template to the LTS and current Node versions."
},
{
"comment": "Update the `pnpmVersion` in the `rush init` template to the latest version of pnpm 8."
},
{
"comment": "Update the `.gitignore` in the `rush init` template to include some common toolchain output files and folders."
},
{
"comment": "Include missing `type` modifiers on type-only exports."
}
]
}
},
{
"version": "5.125.1",
"tag": "@microsoft/rush_v5.125.1",
Expand Down
15 changes: 14 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log - @microsoft/rush

This log was last generated on Wed, 29 May 2024 05:39:54 GMT and should not be manually modified.
This log was last generated on Mon, 03 Jun 2024 02:49:05 GMT and should not be manually modified.

## 5.126.0
Mon, 03 Jun 2024 02:49:05 GMT

### Updates

- Fixes a string schema validation warning message when running `rush deploy`.
- Update the functionality that runs external lifecycle processes to be async.
- Move logs into the project `rush-logs` folder regardless of whether or not the `"phasedCommands"` experiment is enabled.
- Update the `nodeSupportedVersionRange` in the `rush init` template to the LTS and current Node versions.
- Update the `pnpmVersion` in the `rush init` template to the latest version of pnpm 8.
- Update the `.gitignore` in the `rush init` template to include some common toolchain output files and folders.
- Include missing `type` modifiers on type-only exports.

## 5.125.1
Wed, 29 May 2024 05:39:54 GMT
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/main_2023-09-24-06-11.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/main_2024-05-29-07-33.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 8c30cee

Please sign in to comment.