diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 922b9408758..37ccd8070ed 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.97.1", + "tag": "@microsoft/rush_v5.97.1", + "date": "Tue, 18 Apr 2023 16:39:03 GMT", + "comments": { + "none": [ + { + "comment": "`rush version` will now respect the `ensureConsistentVersions` field in `rush.json`" + }, + { + "comment": "Bump webpack to 5.78.0" + }, + { + "comment": "Fix file watching on Windows in the presence of Git's fsmonitor by not watching the .git folder." + } + ] + } + }, { "version": "5.97.0", "tag": "@microsoft/rush_v5.97.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 256c2b7d078..d73d20ca6e1 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @microsoft/rush -This log was last generated on Wed, 05 Apr 2023 21:46:37 GMT and should not be manually modified. +This log was last generated on Tue, 18 Apr 2023 16:39:03 GMT and should not be manually modified. + +## 5.97.1 +Tue, 18 Apr 2023 16:39:03 GMT + +### Updates + +- `rush version` will now respect the `ensureConsistentVersions` field in `rush.json` +- Bump webpack to 5.78.0 +- Fix file watching on Windows in the presence of Git's fsmonitor by not watching the .git folder. ## 5.97.0 Wed, 05 Apr 2023 21:46:37 GMT diff --git a/common/changes/@microsoft/rush/aruniverse-respect_ensureConsistentVersions_2023-04-13-22-13.json b/common/changes/@microsoft/rush/aruniverse-respect_ensureConsistentVersions_2023-04-13-22-13.json deleted file mode 100644 index d104b5f4b70..00000000000 --- a/common/changes/@microsoft/rush/aruniverse-respect_ensureConsistentVersions_2023-04-13-22-13.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "`rush version` will now respect the `ensureConsistentVersions` field in `rush.json`", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/main_2023-04-07-20-22.json b/common/changes/@microsoft/rush/main_2023-04-07-20-22.json deleted file mode 100644 index 7ffd10e9c97..00000000000 --- a/common/changes/@microsoft/rush/main_2023-04-07-20-22.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Bump webpack to 5.78.0", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-watch-perf_2023-03-30-00-47.json b/common/changes/@microsoft/rush/rush-watch-perf_2023-03-30-00-47.json deleted file mode 100644 index c1b3344b7e8..00000000000 --- a/common/changes/@microsoft/rush/rush-watch-perf_2023-03-30-00-47.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix file watching on Windows in the presence of Git's fsmonitor by not watching the .git folder.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file