From 334543677326d06d4e6dd2344f1c21eff7c61459 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 22 Mar 2023 20:48:48 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 15 +++++++++++++++ apps/rush/CHANGELOG.md | 10 +++++++++- .../fix-plugin-installation_2023-03-22-19-55.json | 10 ---------- .../@microsoft/rush/main_2023-03-22-19-25.json | 10 ---------- 4 files changed, 24 insertions(+), 21 deletions(-) delete mode 100644 common/changes/@microsoft/rush/fix-plugin-installation_2023-03-22-19-55.json delete mode 100644 common/changes/@microsoft/rush/main_2023-03-22-19-25.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index b1cd92942dd..8643d620fa8 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.94.1", + "tag": "@microsoft/rush_v5.94.1", + "date": "Wed, 22 Mar 2023 20:48:48 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where rush plugin autoinstallers would fail to install because the Rush global folder had not yet been initialized." + }, + { + "comment": "Fix an issue with `rush update-autoinstaller` where it may fail with an `Cannot install with \"frozen-lockfile\" because pnpm-lock.yaml is not up to date with package.json` error." + } + ] + } + }, { "version": "5.94.0", "tag": "@microsoft/rush_v5.94.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 538ea9772dd..4d013a94cb0 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 Mon, 20 Mar 2023 20:14:36 GMT and should not be manually modified. +This log was last generated on Wed, 22 Mar 2023 20:48:48 GMT and should not be manually modified. + +## 5.94.1 +Wed, 22 Mar 2023 20:48:48 GMT + +### Updates + +- Fix an issue where rush plugin autoinstallers would fail to install because the Rush global folder had not yet been initialized. +- Fix an issue with `rush update-autoinstaller` where it may fail with an `Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json` error. ## 5.94.0 Mon, 20 Mar 2023 20:14:36 GMT diff --git a/common/changes/@microsoft/rush/fix-plugin-installation_2023-03-22-19-55.json b/common/changes/@microsoft/rush/fix-plugin-installation_2023-03-22-19-55.json deleted file mode 100644 index 7313e039f13..00000000000 --- a/common/changes/@microsoft/rush/fix-plugin-installation_2023-03-22-19-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where rush plugin autoinstallers would fail to install because the Rush global folder had not yet been initialized.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/main_2023-03-22-19-25.json b/common/changes/@microsoft/rush/main_2023-03-22-19-25.json deleted file mode 100644 index 38d1fa83b23..00000000000 --- a/common/changes/@microsoft/rush/main_2023-03-22-19-25.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue with `rush update-autoinstaller` where it may fail with an `Cannot install with \"frozen-lockfile\" because pnpm-lock.yaml is not up to date with package.json` error.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file