From 173a6cf95172b7804285577fdbe938adb9d9223e Mon Sep 17 00:00:00 2001 From: Rushbot Date: Tue, 23 Apr 2019 07:55:35 +0000 Subject: [PATCH] Deleting change files and updating change logs for package updates. --- apps/rush/CHANGELOG.json | 15 +++++++++++++++ apps/rush/CHANGELOG.md | 10 +++++++++- .../tnc1997-pnpm-version-3_2019-04-22-03-57.json | 11 ----------- .../tnc1997-pnpm-version-3_2019-04-22-03-58.json | 11 ----------- 4 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-57.json delete mode 100644 common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-58.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 51e5b447ab4..a95f6778154 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.7.0", + "tag": "@microsoft/rush_v5.7.0", + "date": "Tue, 23 Apr 2019 07:55:34 GMT", + "comments": { + "none": [ + { + "comment": "Add support for PNPM version 3 (which changed the shrinkwrap file name to \"pnpm-lock.yaml\")" + }, + { + "comment": "Add a new rush.json setting \"pnpmOptions.resolutionStrategy\"" + } + ] + } + }, { "version": "5.6.4", "tag": "@microsoft/rush_v5.6.4", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 83681d2fd54..e13223a9a2f 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, 15 Apr 2019 06:40:00 GMT and should not be manually modified. +This log was last generated on Tue, 23 Apr 2019 07:55:34 GMT and should not be manually modified. + +## 5.7.0 +Tue, 23 Apr 2019 07:55:34 GMT + +### Updates + +- Add support for PNPM version 3 (which changed the shrinkwrap file name to "pnpm-lock.yaml") +- Add a new rush.json setting "pnpmOptions.resolutionStrategy" ## 5.6.4 Mon, 15 Apr 2019 06:40:00 GMT diff --git a/common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-57.json b/common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-57.json deleted file mode 100644 index a73480529b9..00000000000 --- a/common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-57.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Add support for PNPM version 3 (which changed the shrinkwrap file name to \"pnpm-lock.yaml\")", - "packageName": "@microsoft/rush", - "type": "none" - } - ], - "packageName": "@microsoft/rush", - "email": "17160067+tnc1997@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-58.json b/common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-58.json deleted file mode 100644 index 11040738803..00000000000 --- a/common/changes/@microsoft/rush/tnc1997-pnpm-version-3_2019-04-22-03-58.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Add a new rush.json setting \"pnpmOptions.resolutionStrategy\"", - "packageName": "@microsoft/rush", - "type": "none" - } - ], - "packageName": "@microsoft/rush", - "email": "17160067+tnc1997@users.noreply.github.com" -} \ No newline at end of file