diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 1870a671886..42196b95178 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.93.2", + "tag": "@microsoft/rush_v5.93.2", + "date": "Mon, 06 Mar 2023 20:18:01 GMT", + "comments": { + "none": [ + { + "comment": "Do not delete the local pnpm store after all install attempts has failed. `rush purge` will still delete a local store." + } + ] + } + }, { "version": "5.93.1", "tag": "@microsoft/rush_v5.93.1", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 39ea008752a..ce4346f35a1 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 Fri, 17 Feb 2023 14:46:59 GMT and should not be manually modified. +This log was last generated on Mon, 06 Mar 2023 20:18:01 GMT and should not be manually modified. + +## 5.93.2 +Mon, 06 Mar 2023 20:18:01 GMT + +### Updates + +- Do not delete the local pnpm store after all install attempts has failed. `rush purge` will still delete a local store. ## 5.93.1 Fri, 17 Feb 2023 14:46:59 GMT diff --git a/common/changes/@microsoft/rush/remove-pnpm-store-purge_2023-03-06-19-22.json b/common/changes/@microsoft/rush/remove-pnpm-store-purge_2023-03-06-19-22.json deleted file mode 100644 index 6102e3300fe..00000000000 --- a/common/changes/@microsoft/rush/remove-pnpm-store-purge_2023-03-06-19-22.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Do not delete the local pnpm store after all install attempts has failed. `rush purge` will still delete a local store.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file