diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 4d06c85c8f0..8a2aba53d6e 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.141.4", + "tag": "@microsoft/rush_v5.141.4", + "date": "Mon, 02 Dec 2024 20:40:41 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where Rush sometimes incorrectly reported \"fatal: could not open 'packages/xxx/.rush/temp/shrinkwrap-deps.json' for reading: No such file or directory\" when using subspaces" + } + ] + } + }, { "version": "5.141.3", "tag": "@microsoft/rush_v5.141.3", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 099097e7389..2419d890bdb 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, 27 Nov 2024 07:16:50 GMT and should not be manually modified. +This log was last generated on Mon, 02 Dec 2024 20:40:41 GMT and should not be manually modified. + +## 5.141.4 +Mon, 02 Dec 2024 20:40:41 GMT + +### Updates + +- Fix an issue where Rush sometimes incorrectly reported "fatal: could not open 'packages/xxx/.rush/temp/shrinkwrap-deps.json' for reading: No such file or directory" when using subspaces ## 5.141.3 Wed, 27 Nov 2024 07:16:50 GMT diff --git a/common/changes/@microsoft/rush/pedrogomes-fix-non-existing-hashes_2024-11-28-07-23.json b/common/changes/@microsoft/rush/pedrogomes-fix-non-existing-hashes_2024-11-28-07-23.json deleted file mode 100644 index 3e05c3638a8..00000000000 --- a/common/changes/@microsoft/rush/pedrogomes-fix-non-existing-hashes_2024-11-28-07-23.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where Rush sometimes incorrectly reported \"fatal: could not open 'packages/xxx/.rush/temp/shrinkwrap-deps.json' for reading: No such file or directory\" when using subspaces", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file