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 13, 2023
1 parent 78fd8d4 commit fb3bb3f
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 132 deletions.
36 changes: 36 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.100.0",
"tag": "@microsoft/rush_v5.100.0",
"date": "Tue, 13 Jun 2023 01:49:21 GMT",
"comments": {
"none": [
{
"comment": "(BREAKING API CHANGE) Remove unused members of the `BumpType` API. See https://github.com/microsoft/rushstack/issues/1335 for details."
},
{
"comment": "Add `--peer` flag to `rush add` command to add peerDependencies"
},
{
"comment": "Add support for PNPM 8."
},
{
"comment": "Remove the dependency on `lodash`."
},
{
"comment": "Add functionality for the Amazon S3 Build Cache Plugin to read credentials from common AWS_* environment variables."
},
{
"comment": "Write cache logs to their own file(s)."
},
{
"comment": "Fix an issue where cache logging data was always written to stdout."
},
{
"comment": "Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder."
},
{
"comment": "Bump webpack to v5.82.1"
}
]
}
},
{
"version": "5.99.0",
"tag": "@microsoft/rush_v5.99.0",
Expand Down
17 changes: 16 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log - @microsoft/rush

This log was last generated on Fri, 02 Jun 2023 22:08:29 GMT and should not be manually modified.
This log was last generated on Tue, 13 Jun 2023 01:49:21 GMT and should not be manually modified.

## 5.100.0
Tue, 13 Jun 2023 01:49:21 GMT

### Updates

- (BREAKING API CHANGE) Remove unused members of the `BumpType` API. See https://github.com/microsoft/rushstack/issues/1335 for details.
- Add `--peer` flag to `rush add` command to add peerDependencies
- Add support for PNPM 8.
- Remove the dependency on `lodash`.
- Add functionality for the Amazon S3 Build Cache Plugin to read credentials from common AWS_* environment variables.
- Write cache logs to their own file(s).
- Fix an issue where cache logging data was always written to stdout.
- Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder.
- Bump webpack to v5.82.1

## 5.99.0
Fri, 02 Jun 2023 22:08:28 GMT
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/issue_1335_2023-06-02-20-54.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/main_2023-02-23-17-02.json

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/pnpm8-support_2023-06-11-03-04.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/pr-4167_2023-06-06-09-30.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit fb3bb3f

Please sign in to comment.