From b17aa0f4bf0d286626d4631f3a1dad915395118e Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 28 Aug 2024 20:46:32 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- ...-flags-when-resolution-only_2024-08-28-17-54.json | 10 ---------- 3 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 common/changes/@microsoft/rush/sennyeya-ignore-flags-when-resolution-only_2024-08-28-17-54.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 641f0fa0e1e..74c36a7991a 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.133.2", + "tag": "@microsoft/rush_v5.133.2", + "date": "Wed, 28 Aug 2024 20:46:32 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where running `rush install --resolution-only` followed by `rush install` would not actually install modules." + } + ] + } + }, { "version": "5.133.1", "tag": "@microsoft/rush_v5.133.1", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 069857920ae..d3a0f157710 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, 28 Aug 2024 18:19:55 GMT and should not be manually modified. +This log was last generated on Wed, 28 Aug 2024 20:46:32 GMT and should not be manually modified. + +## 5.133.2 +Wed, 28 Aug 2024 20:46:32 GMT + +### Updates + +- Fix an issue where running `rush install --resolution-only` followed by `rush install` would not actually install modules. ## 5.133.1 Wed, 28 Aug 2024 18:19:55 GMT diff --git a/common/changes/@microsoft/rush/sennyeya-ignore-flags-when-resolution-only_2024-08-28-17-54.json b/common/changes/@microsoft/rush/sennyeya-ignore-flags-when-resolution-only_2024-08-28-17-54.json deleted file mode 100644 index 6319fc4b752..00000000000 --- a/common/changes/@microsoft/rush/sennyeya-ignore-flags-when-resolution-only_2024-08-28-17-54.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where running `rush install --resolution-only` followed by `rush install` would not actually install modules.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file