From f2ee9d6db33750194f767e58f338393ed174cc0b Mon Sep 17 00:00:00 2001 From: Rushbot Date: Fri, 2 Jun 2023 22:08:29 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 21 +++++++++++++++++++ apps/rush/CHANGELOG.md | 12 ++++++++++- ...-log-for-build-cache_2023-05-23-11-22.json | 10 --------- ...-hooks-log-telemetry_2023-05-23-19-53.json | 10 --------- ...lease-heft-0.50.0-rc_2023-06-01-22-32.json | 11 ---------- ...rush-boot-parse-perf_2023-05-30-17-40.json | 10 --------- 6 files changed, 32 insertions(+), 42 deletions(-) delete mode 100644 common/changes/@microsoft/rush/feat-log-for-build-cache_2023-05-23-11-22.json delete mode 100644 common/changes/@microsoft/rush/feature-custom-hooks-log-telemetry_2023-05-23-19-53.json delete mode 100644 common/changes/@microsoft/rush/release-heft-0.50.0-rc_2023-06-01-22-32.json delete mode 100644 common/changes/@microsoft/rush/rush-boot-parse-perf_2023-05-30-17-40.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 388424dfe6f..2ef3980a3c9 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.99.0", + "tag": "@microsoft/rush_v5.99.0", + "date": "Fri, 02 Jun 2023 22:08:28 GMT", + "comments": { + "none": [ + { + "comment": "Use a separate temrinal for logging cache subsystem" + }, + { + "comment": "Expose beforeLog hook" + }, + { + "comment": "Convert to multi-phase Heft" + }, + { + "comment": "Use `JSON.parse` instead of `jju` to parse `package.json` files for faster performance." + } + ] + } + }, { "version": "5.98.0", "tag": "@microsoft/rush_v5.98.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 3b0d65f2964..6f7328665be 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log - @microsoft/rush -This log was last generated on Sun, 21 May 2023 00:18:35 GMT and should not be manually modified. +This log was last generated on Fri, 02 Jun 2023 22:08:29 GMT and should not be manually modified. + +## 5.99.0 +Fri, 02 Jun 2023 22:08:28 GMT + +### Updates + +- Use a separate temrinal for logging cache subsystem +- Expose beforeLog hook +- Convert to multi-phase Heft +- Use `JSON.parse` instead of `jju` to parse `package.json` files for faster performance. ## 5.98.0 Sun, 21 May 2023 00:18:35 GMT diff --git a/common/changes/@microsoft/rush/feat-log-for-build-cache_2023-05-23-11-22.json b/common/changes/@microsoft/rush/feat-log-for-build-cache_2023-05-23-11-22.json deleted file mode 100644 index cfbe0ac39f4..00000000000 --- a/common/changes/@microsoft/rush/feat-log-for-build-cache_2023-05-23-11-22.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Use a separate temrinal for logging cache subsystem", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/feature-custom-hooks-log-telemetry_2023-05-23-19-53.json b/common/changes/@microsoft/rush/feature-custom-hooks-log-telemetry_2023-05-23-19-53.json deleted file mode 100644 index 619202630be..00000000000 --- a/common/changes/@microsoft/rush/feature-custom-hooks-log-telemetry_2023-05-23-19-53.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Expose beforeLog hook", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/release-heft-0.50.0-rc_2023-06-01-22-32.json b/common/changes/@microsoft/rush/release-heft-0.50.0-rc_2023-06-01-22-32.json deleted file mode 100644 index 863ae12e3b2..00000000000 --- a/common/changes/@microsoft/rush/release-heft-0.50.0-rc_2023-06-01-22-32.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "Convert to multi-phase Heft", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "dmichon-msft@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-boot-parse-perf_2023-05-30-17-40.json b/common/changes/@microsoft/rush/rush-boot-parse-perf_2023-05-30-17-40.json deleted file mode 100644 index da83be36b94..00000000000 --- a/common/changes/@microsoft/rush/rush-boot-parse-perf_2023-05-30-17-40.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Use `JSON.parse` instead of `jju` to parse `package.json` files for faster performance.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file