From 0a43a6016442330a525586728afad07b4d78f2ef Mon Sep 17 00:00:00 2001 From: Rushbot Date: Sun, 11 Aug 2024 05:02:06 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- ...fix-patches-subspace-folder_2024-08-11-02-27.json | 10 ---------- 3 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 common/changes/@microsoft/rush/fix-patches-subspace-folder_2024-08-11-02-27.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index ca5a7cd4261..6572bba178c 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.131.4", + "tag": "@microsoft/rush_v5.131.4", + "date": "Sun, 11 Aug 2024 05:02:05 GMT", + "comments": { + "none": [ + { + "comment": "Revert a breaking change in Rush 5.131.3 where pnpm patches were moved from `common/pnpm-patches` to `common/config/rush/pnpm-patches`." + } + ] + } + }, { "version": "5.131.3", "tag": "@microsoft/rush_v5.131.3", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 5c7e8d0833c..3435e75c5ab 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 Sat, 10 Aug 2024 02:27:14 GMT and should not be manually modified. +This log was last generated on Sun, 11 Aug 2024 05:02:05 GMT and should not be manually modified. + +## 5.131.4 +Sun, 11 Aug 2024 05:02:05 GMT + +### Updates + +- Revert a breaking change in Rush 5.131.3 where pnpm patches were moved from `common/pnpm-patches` to `common/config/rush/pnpm-patches`. ## 5.131.3 Sat, 10 Aug 2024 02:27:14 GMT diff --git a/common/changes/@microsoft/rush/fix-patches-subspace-folder_2024-08-11-02-27.json b/common/changes/@microsoft/rush/fix-patches-subspace-folder_2024-08-11-02-27.json deleted file mode 100644 index b2335eb8d39..00000000000 --- a/common/changes/@microsoft/rush/fix-patches-subspace-folder_2024-08-11-02-27.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Revert a breaking change in Rush 5.131.3 where pnpm patches were moved from `common/pnpm-patches` to `common/config/rush/pnpm-patches`.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file