From 034ece4c6d2cb2f614f91f87878200b8a23ac34e Mon Sep 17 00:00:00 2001 From: Rushbot Date: Tue, 12 Dec 2023 00:20:51 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 18 ++++++++++++++++++ apps/rush/CHANGELOG.md | 11 ++++++++++- .../bring-back-preminor_2023-12-11-22-59.json | 10 ---------- .../@microsoft/rush/main_2023-12-11-22-19.json | 11 ----------- .../@microsoft/rush/main_2023-12-11-23-29.json | 10 ---------- .../will-intro-subspace_2023-12-04-16-28.json | 10 ---------- 6 files changed, 28 insertions(+), 42 deletions(-) delete mode 100644 common/changes/@microsoft/rush/bring-back-preminor_2023-12-11-22-59.json delete mode 100644 common/changes/@microsoft/rush/main_2023-12-11-22-19.json delete mode 100644 common/changes/@microsoft/rush/main_2023-12-11-23-29.json delete mode 100644 common/changes/@microsoft/rush/will-intro-subspace_2023-12-04-16-28.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 89eeec4401c..a228aecc5e3 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.112.2", + "tag": "@microsoft/rush_v5.112.2", + "date": "Tue, 12 Dec 2023 00:20:51 GMT", + "comments": { + "none": [ + { + "comment": "Bring back the erroneously removed `preminor` bump type for lockstepped packages." + }, + { + "comment": "Fix an issue where the contents of a folder set in the `\"folderToCopy\"` field of the `deploy.json` config file would be copied into a subfolder instead of into the root of the deploy folder." + }, + { + "comment": "(EXPERIMENTAL) Implemented config file loader for the not-yet-released \"subspaces\" feature (GitHub #4230)" + } + ] + } + }, { "version": "5.112.1", "tag": "@microsoft/rush_v5.112.1", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index f1b5e7ebdff..1c47f3ea8c6 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @microsoft/rush -This log was last generated on Wed, 29 Nov 2023 08:59:31 GMT and should not be manually modified. +This log was last generated on Tue, 12 Dec 2023 00:20:51 GMT and should not be manually modified. + +## 5.112.2 +Tue, 12 Dec 2023 00:20:51 GMT + +### Updates + +- Bring back the erroneously removed `preminor` bump type for lockstepped packages. +- Fix an issue where the contents of a folder set in the `"folderToCopy"` field of the `deploy.json` config file would be copied into a subfolder instead of into the root of the deploy folder. +- (EXPERIMENTAL) Implemented config file loader for the not-yet-released "subspaces" feature (GitHub #4230) ## 5.112.1 Wed, 29 Nov 2023 08:59:31 GMT diff --git a/common/changes/@microsoft/rush/bring-back-preminor_2023-12-11-22-59.json b/common/changes/@microsoft/rush/bring-back-preminor_2023-12-11-22-59.json deleted file mode 100644 index 60c5ab046cd..00000000000 --- a/common/changes/@microsoft/rush/bring-back-preminor_2023-12-11-22-59.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Bring back the erroneously removed `preminor` bump type for lockstepped packages.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/main_2023-12-11-22-19.json b/common/changes/@microsoft/rush/main_2023-12-11-22-19.json deleted file mode 100644 index 259bd5669de..00000000000 --- a/common/changes/@microsoft/rush/main_2023-12-11-22-19.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "ianc@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/main_2023-12-11-23-29.json b/common/changes/@microsoft/rush/main_2023-12-11-23-29.json deleted file mode 100644 index 4c029fb1559..00000000000 --- a/common/changes/@microsoft/rush/main_2023-12-11-23-29.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where the contents of a folder set in the `\"folderToCopy\"` field of the `deploy.json` config file would be copied into a subfolder instead of into the root of the deploy folder.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/will-intro-subspace_2023-12-04-16-28.json b/common/changes/@microsoft/rush/will-intro-subspace_2023-12-04-16-28.json deleted file mode 100644 index e99c1eb9b6e..00000000000 --- a/common/changes/@microsoft/rush/will-intro-subspace_2023-12-04-16-28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "(EXPERIMENTAL) Implemented config file loader for the not-yet-released \"subspaces\" feature (GitHub #4230)", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file