diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index a5adacabcc1..7c241480902 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.141.2", + "tag": "@microsoft/rush_v5.141.2", + "date": "Wed, 27 Nov 2024 03:27:26 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where filtered installs neglected to install dependencies from other subspaces" + } + ] + } + }, { "version": "5.141.1", "tag": "@microsoft/rush_v5.141.1", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 128fb196a66..0b441be1707 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @microsoft/rush -This log was last generated on Wed, 20 Nov 2024 00:24:34 GMT and should not be manually modified. +This log was last generated on Wed, 27 Nov 2024 03:27:26 GMT and should not be manually modified. + +## 5.141.2 +Wed, 27 Nov 2024 03:27:26 GMT + +### Updates + +- Fix an issue where filtered installs neglected to install dependencies from other subspaces ## 5.141.1 Wed, 20 Nov 2024 00:24:34 GMT diff --git a/common/changes/@microsoft/rush/pedrogomes-fix-install-all-projects_2024-11-26-04-35.json b/common/changes/@microsoft/rush/pedrogomes-fix-install-all-projects_2024-11-26-04-35.json deleted file mode 100644 index 230d52e85cf..00000000000 --- a/common/changes/@microsoft/rush/pedrogomes-fix-install-all-projects_2024-11-26-04-35.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where filtered installs neglected to install dependencies from other subspaces", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file