diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 9c242d9cad..59e74f4af6 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.134.0", + "tag": "@microsoft/rush_v5.134.0", + "date": "Fri, 13 Sep 2024 01:02:46 GMT", + "comments": { + "none": [ + { + "comment": "Always update shrinkwrap when `globalPackageExtensions` in `common/config/rush/pnpm-config.json` has been changed." + }, + { + "comment": "Pass the initialized credentials cache to `AzureAuthenticationBase._getCredentialFromTokenAsync` in `@rushstack/rush-azure-storage-build-cache-plugin`." + }, + { + "comment": "Support the `rush-pnpm patch-remove` command." + } + ] + } + }, { "version": "5.133.4", "tag": "@microsoft/rush_v5.133.4", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 6376404301..fb996753f6 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 Sat, 07 Sep 2024 00:18:08 GMT and should not be manually modified. +This log was last generated on Fri, 13 Sep 2024 01:02:46 GMT and should not be manually modified. + +## 5.134.0 +Fri, 13 Sep 2024 01:02:46 GMT + +### Updates + +- Always update shrinkwrap when `globalPackageExtensions` in `common/config/rush/pnpm-config.json` has been changed. +- Pass the initialized credentials cache to `AzureAuthenticationBase._getCredentialFromTokenAsync` in `@rushstack/rush-azure-storage-build-cache-plugin`. +- Support the `rush-pnpm patch-remove` command. ## 5.133.4 Sat, 07 Sep 2024 00:18:08 GMT diff --git a/common/changes/@microsoft/rush/kenrick-fix-update-shrinkwrap-packageExtensions_2024-09-06-03-55.json b/common/changes/@microsoft/rush/kenrick-fix-update-shrinkwrap-packageExtensions_2024-09-06-03-55.json deleted file mode 100644 index 562bec8e66..0000000000 --- a/common/changes/@microsoft/rush/kenrick-fix-update-shrinkwrap-packageExtensions_2024-09-06-03-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Always update shrinkwrap when `globalPackageExtensions` in `common/config/rush/pnpm-config.json` has been changed.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/lockfile-fixes_2024-09-12-22-36.json b/common/changes/@microsoft/rush/lockfile-fixes_2024-09-12-22-36.json deleted file mode 100644 index bd7ff97cb3..0000000000 --- a/common/changes/@microsoft/rush/lockfile-fixes_2024-09-12-22-36.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/pass-credential-cache_2024-09-12-23-22.json b/common/changes/@microsoft/rush/pass-credential-cache_2024-09-12-23-22.json deleted file mode 100644 index 5c66613430..0000000000 --- a/common/changes/@microsoft/rush/pass-credential-cache_2024-09-12-23-22.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Pass the initialized credentials cache to `AzureAuthenticationBase._getCredentialFromTokenAsync` in `@rushstack/rush-azure-storage-build-cache-plugin`.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/rush-pnpm-patch-remove_2024-09-01-01-28.json b/common/changes/@microsoft/rush/rush-pnpm-patch-remove_2024-09-01-01-28.json deleted file mode 100644 index cc6ff40a0a..0000000000 --- a/common/changes/@microsoft/rush/rush-pnpm-patch-remove_2024-09-01-01-28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Support the `rush-pnpm patch-remove` command.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file