diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 4aa6af9efe5..c5dcde255fc 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.96.0", + "tag": "@microsoft/rush_v5.96.0", + "date": "Fri, 31 Mar 2023 00:27:51 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where rush-sdk sometimes failed to load if the globally installed Rush version was older than rushVersion in rush.json (GitHub #4039)" + }, + { + "comment": "Modify the scheduling behavior of phased commands to schedule only the expressly enumerated phases in all selected projects, adding additional phases only where needed to satisfy dependencies." + } + ] + } + }, { "version": "5.95.0", "tag": "@microsoft/rush_v5.95.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 408d2400ba3..65d96cbcde3 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @microsoft/rush -This log was last generated on Fri, 24 Mar 2023 08:53:43 GMT and should not be manually modified. +This log was last generated on Fri, 31 Mar 2023 00:27:51 GMT and should not be manually modified. + +## 5.96.0 +Fri, 31 Mar 2023 00:27:51 GMT + +### Updates + +- Fix an issue where rush-sdk sometimes failed to load if the globally installed Rush version was older than rushVersion in rush.json (GitHub #4039) +- Modify the scheduling behavior of phased commands to schedule only the expressly enumerated phases in all selected projects, adding additional phases only where needed to satisfy dependencies. ## 5.95.0 Fri, 24 Mar 2023 08:53:43 GMT diff --git a/common/changes/@microsoft/rush/clean-up-rush-sdk-shipped-files_2023-03-30-18-55.json b/common/changes/@microsoft/rush/clean-up-rush-sdk-shipped-files_2023-03-30-18-55.json deleted file mode 100644 index efcd84c45fb..00000000000 --- a/common/changes/@microsoft/rush/clean-up-rush-sdk-shipped-files_2023-03-30-18-55.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/fix-rush-sdk-loading-issue_2023-03-30-19-19.json b/common/changes/@microsoft/rush/fix-rush-sdk-loading-issue_2023-03-30-19-19.json deleted file mode 100644 index 35bc3cd862a..00000000000 --- a/common/changes/@microsoft/rush/fix-rush-sdk-loading-issue_2023-03-30-19-19.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where rush-sdk sometimes failed to load if the globally installed Rush version was older than rushVersion in rush.json (GitHub #4039)", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/fix-upstream-phase_2022-11-16-08-22.json b/common/changes/@microsoft/rush/fix-upstream-phase_2022-11-16-08-22.json deleted file mode 100644 index 25229491074..00000000000 --- a/common/changes/@microsoft/rush/fix-upstream-phase_2022-11-16-08-22.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Modify the scheduling behavior of phased commands to schedule only the expressly enumerated phases in all selected projects, adding additional phases only where needed to satisfy dependencies.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} diff --git a/common/changes/@microsoft/rush/more-explicit-rush-sdk-filtering_2023-03-30-19-36.json b/common/changes/@microsoft/rush/more-explicit-rush-sdk-filtering_2023-03-30-19-36.json deleted file mode 100644 index efcd84c45fb..00000000000 --- a/common/changes/@microsoft/rush/more-explicit-rush-sdk-filtering_2023-03-30-19-36.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file