From 3cc8aa51e4f77d9ca151ccfb55e3b7df48e4acdb Mon Sep 17 00:00:00 2001 From: Rushbot Date: Tue, 13 Jul 2021 23:03:01 +0000 Subject: [PATCH] Deleting change files and updating change logs for package updates. --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- .../rush/ianc-fix-no-fetch_2021-07-13-22-37.json | 11 ----------- 3 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 common/changes/@microsoft/rush/ianc-fix-no-fetch_2021-07-13-22-37.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 5d0d74ecaf0..252131831d9 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.49.1", + "tag": "@microsoft/rush_v5.49.1", + "date": "Tue, 13 Jul 2021 23:03:01 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where the \"--no-fetch\" \"rush change\" parameter would cause a \"git fetch\" and absence of that parameter wouldn't fetch." + } + ] + } + }, { "version": "5.49.0", "tag": "@microsoft/rush_v5.49.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 7835ffdcaf7..ff46ce589bb 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 Tue, 13 Jul 2021 06:22:09 GMT and should not be manually modified. +This log was last generated on Tue, 13 Jul 2021 23:03:01 GMT and should not be manually modified. + +## 5.49.1 +Tue, 13 Jul 2021 23:03:01 GMT + +### Updates + +- Fix an issue where the "--no-fetch" "rush change" parameter would cause a "git fetch" and absence of that parameter wouldn't fetch. ## 5.49.0 Tue, 13 Jul 2021 06:22:09 GMT diff --git a/common/changes/@microsoft/rush/ianc-fix-no-fetch_2021-07-13-22-37.json b/common/changes/@microsoft/rush/ianc-fix-no-fetch_2021-07-13-22-37.json deleted file mode 100644 index 99f93af8048..00000000000 --- a/common/changes/@microsoft/rush/ianc-fix-no-fetch_2021-07-13-22-37.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where the \"--no-fetch\" \"rush change\" parameter would cause a \"git fetch\" and absence of that parameter wouldn't fetch.", - "type": "none" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file