From c75dd98442dca9ad9b5a6536078ab7a33028c41b Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 5 Apr 2023 21:46:37 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- .../clean-up-env-vars-enum_2023-03-30-19-39.json | 10 ---------- .../rush/enelson-fix-lock_2023-04-01-14-57.json | 10 ---------- 4 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 common/changes/@microsoft/rush/clean-up-env-vars-enum_2023-03-30-19-39.json delete mode 100644 common/changes/@microsoft/rush/enelson-fix-lock_2023-04-01-14-57.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index c5dcde255fc..922b9408758 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.97.0", + "tag": "@microsoft/rush_v5.97.0", + "date": "Wed, 05 Apr 2023 21:46:37 GMT", + "comments": { + "none": [ + { + "comment": "Convert the `EnvironmentVariableNames` from an enum to a const so that its values can be referred to by type." + } + ] + } + }, { "version": "5.96.0", "tag": "@microsoft/rush_v5.96.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 65d96cbcde3..256c2b7d078 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 Fri, 31 Mar 2023 00:27:51 GMT and should not be manually modified. +This log was last generated on Wed, 05 Apr 2023 21:46:37 GMT and should not be manually modified. + +## 5.97.0 +Wed, 05 Apr 2023 21:46:37 GMT + +### Updates + +- Convert the `EnvironmentVariableNames` from an enum to a const so that its values can be referred to by type. ## 5.96.0 Fri, 31 Mar 2023 00:27:51 GMT diff --git a/common/changes/@microsoft/rush/clean-up-env-vars-enum_2023-03-30-19-39.json b/common/changes/@microsoft/rush/clean-up-env-vars-enum_2023-03-30-19-39.json deleted file mode 100644 index 7550d199d04..00000000000 --- a/common/changes/@microsoft/rush/clean-up-env-vars-enum_2023-03-30-19-39.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Convert the `EnvironmentVariableNames` from an enum to a const so that its values can be referred to by type.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/enelson-fix-lock_2023-04-01-14-57.json b/common/changes/@microsoft/rush/enelson-fix-lock_2023-04-01-14-57.json deleted file mode 100644 index bd7ff97cb34..00000000000 --- a/common/changes/@microsoft/rush/enelson-fix-lock_2023-04-01-14-57.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file