From 5cd10d530428e9499d63b8a9bed81c892ce64e9a Mon Sep 17 00:00:00 2001 From: Rushbot Date: Thu, 21 Mar 2019 23:09:57 +0000 Subject: [PATCH] Deleting change files and updating change logs for package updates. --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- .../rush/publish-auth_2019-03-19-20-45.json | 11 ----------- 3 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 common/changes/@microsoft/rush/publish-auth_2019-03-19-20-45.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 2c078c945cd..80c7f083c99 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.6.2", + "tag": "@microsoft/rush_v5.6.2", + "date": "Thu, 21 Mar 2019 23:09:56 GMT", + "comments": { + "none": [ + { + "comment": "Publish: pass auth token through to npm view when checking if package exists" + } + ] + } + }, { "version": "5.6.1", "tag": "@microsoft/rush_v5.6.1", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 99393416c45..0d71f19aacf 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 Mon, 18 Mar 2019 04:48:37 GMT and should not be manually modified. +This log was last generated on Thu, 21 Mar 2019 23:09:56 GMT and should not be manually modified. + +## 5.6.2 +Thu, 21 Mar 2019 23:09:56 GMT + +### Updates + +- Publish: pass auth token through to npm view when checking if package exists ## 5.6.1 Mon, 18 Mar 2019 04:48:37 GMT diff --git a/common/changes/@microsoft/rush/publish-auth_2019-03-19-20-45.json b/common/changes/@microsoft/rush/publish-auth_2019-03-19-20-45.json deleted file mode 100644 index a276dd5b38a..00000000000 --- a/common/changes/@microsoft/rush/publish-auth_2019-03-19-20-45.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Publish: pass auth token through to npm view when checking if package exists", - "packageName": "@microsoft/rush", - "type": "none" - } - ], - "packageName": "@microsoft/rush", - "email": "ecraig12345@users.noreply.github.com" -} \ No newline at end of file