From 6c4f3ed6ee307427cc52231672e216fa226b5217 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 31 Jan 2024 22:25:56 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- .../@microsoft/rush/main_2024-01-31-21-44.json | 10 ---------- 3 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 common/changes/@microsoft/rush/main_2024-01-31-21-44.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 29b04391a9a..670e20fd076 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.113.3", + "tag": "@microsoft/rush_v5.113.3", + "date": "Wed, 31 Jan 2024 22:25:55 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where `rush update` would sometimes not correctly sync the `pnpm-lock.yaml` file back to `common/config/rush/` after a project's `package.json` has been updated." + } + ] + } + }, { "version": "5.113.2", "tag": "@microsoft/rush_v5.113.2", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index f35ec98c142..bbdfab518b5 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, 31 Jan 2024 18:45:33 GMT and should not be manually modified. +This log was last generated on Wed, 31 Jan 2024 22:25:55 GMT and should not be manually modified. + +## 5.113.3 +Wed, 31 Jan 2024 22:25:55 GMT + +### Updates + +- Fix an issue where `rush update` would sometimes not correctly sync the `pnpm-lock.yaml` file back to `common/config/rush/` after a project's `package.json` has been updated. ## 5.113.2 Wed, 31 Jan 2024 18:45:33 GMT diff --git a/common/changes/@microsoft/rush/main_2024-01-31-21-44.json b/common/changes/@microsoft/rush/main_2024-01-31-21-44.json deleted file mode 100644 index 3cf96298765..00000000000 --- a/common/changes/@microsoft/rush/main_2024-01-31-21-44.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where `rush update` would sometimes not correctly sync the `pnpm-lock.yaml` file back to `common/config/rush/` after a project's `package.json` has been updated.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file