From 781133fb8bbc53c44729ac56e11814fef07bf93f Mon Sep 17 00:00:00 2001 From: Rushbot Date: Fri, 15 Mar 2024 00:12:41 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/api-documenter/CHANGELOG.json | 12 +++++++ apps/api-documenter/CHANGELOG.md | 7 +++- apps/heft/CHANGELOG.json | 12 +++++++ apps/heft/CHANGELOG.md | 9 ++++- apps/lockfile-explorer/CHANGELOG.json | 12 +++++++ apps/lockfile-explorer/CHANGELOG.md | 7 +++- apps/rundown/CHANGELOG.json | 12 +++++++ apps/rundown/CHANGELOG.md | 7 +++- apps/trace-import/CHANGELOG.json | 12 +++++++ apps/trace-import/CHANGELOG.md | 7 +++- .../heft/patch-1_2024-03-14-12-44.json | 10 ------ eslint/eslint-bulk/CHANGELOG.json | 12 +++++++ eslint/eslint-bulk/CHANGELOG.md | 7 +++- .../heft-api-extractor-plugin/CHANGELOG.json | 15 +++++++++ .../heft-api-extractor-plugin/CHANGELOG.md | 7 +++- .../heft-dev-cert-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-dev-cert-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-jest-plugin/CHANGELOG.json | 15 +++++++++ heft-plugins/heft-jest-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-lint-plugin/CHANGELOG.json | 18 ++++++++++ heft-plugins/heft-lint-plugin/CHANGELOG.md | 7 +++- heft-plugins/heft-sass-plugin/CHANGELOG.json | 18 ++++++++++ heft-plugins/heft-sass-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 21 ++++++++++++ .../heft-serverless-stack-plugin/CHANGELOG.md | 7 +++- .../heft-storybook-plugin/CHANGELOG.json | 21 ++++++++++++ .../heft-storybook-plugin/CHANGELOG.md | 7 +++- .../heft-typescript-plugin/CHANGELOG.json | 15 +++++++++ .../heft-typescript-plugin/CHANGELOG.md | 7 +++- .../heft-webpack4-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-webpack4-plugin/CHANGELOG.md | 7 +++- .../heft-webpack5-plugin/CHANGELOG.json | 18 ++++++++++ .../heft-webpack5-plugin/CHANGELOG.md | 7 +++- .../debug-certificate-manager/CHANGELOG.json | 12 +++++++ .../debug-certificate-manager/CHANGELOG.md | 7 +++- libraries/load-themed-styles/CHANGELOG.json | 12 +++++++ libraries/load-themed-styles/CHANGELOG.md | 7 +++- .../localization-utilities/CHANGELOG.json | 15 +++++++++ libraries/localization-utilities/CHANGELOG.md | 7 +++- libraries/module-minifier/CHANGELOG.json | 15 +++++++++ libraries/module-minifier/CHANGELOG.md | 7 +++- libraries/package-deps-hash/CHANGELOG.json | 12 +++++++ libraries/package-deps-hash/CHANGELOG.md | 7 +++- libraries/package-extractor/CHANGELOG.json | 18 ++++++++++ libraries/package-extractor/CHANGELOG.md | 7 +++- libraries/stream-collator/CHANGELOG.json | 12 +++++++ libraries/stream-collator/CHANGELOG.md | 7 +++- libraries/typings-generator/CHANGELOG.json | 12 +++++++ libraries/typings-generator/CHANGELOG.md | 7 +++- libraries/worker-pool/CHANGELOG.json | 12 +++++++ libraries/worker-pool/CHANGELOG.md | 7 +++- rigs/heft-node-rig/CHANGELOG.json | 27 +++++++++++++++ rigs/heft-node-rig/CHANGELOG.md | 7 +++- rigs/heft-web-rig/CHANGELOG.json | 33 +++++++++++++++++++ rigs/heft-web-rig/CHANGELOG.md | 7 +++- .../hashed-folder-copy-plugin/CHANGELOG.json | 12 +++++++ .../hashed-folder-copy-plugin/CHANGELOG.md | 7 +++- .../loader-load-themed-styles/CHANGELOG.json | 18 ++++++++++ .../loader-load-themed-styles/CHANGELOG.md | 7 +++- webpack/loader-raw-script/CHANGELOG.json | 12 +++++++ webpack/loader-raw-script/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 12 +++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../CHANGELOG.md | 7 +++- .../webpack-plugin-utilities/CHANGELOG.json | 12 +++++++ webpack/webpack-plugin-utilities/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../webpack4-localization-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 18 ++++++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 18 ++++++++++ .../CHANGELOG.md | 7 +++- .../CHANGELOG.json | 15 +++++++++ .../webpack5-localization-plugin/CHANGELOG.md | 7 +++- .../CHANGELOG.json | 21 ++++++++++++ .../CHANGELOG.md | 7 +++- 79 files changed, 848 insertions(+), 49 deletions(-) delete mode 100644 common/changes/@rushstack/heft/patch-1_2024-03-14-12-44.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index c8a2167b02e..636413be5e3 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.23.38", + "tag": "@microsoft/api-documenter_v7.23.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "7.23.37", "tag": "@microsoft/api-documenter_v7.23.37", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index fe05e9c6322..aeb93ef4e48 100644 --- a/apps/api-documenter/CHANGELOG.md +++ b/apps/api-documenter/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/api-documenter -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 7.23.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 7.23.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index 11421dbf5d5..f022a5d9f16 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.66.1", + "tag": "@rushstack/heft_v0.66.1", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "patch": [ + { + "comment": "Fix internal error when run 'heft clean'" + } + ] + } + }, { "version": "0.66.0", "tag": "@rushstack/heft_v0.66.0", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 06f06cfc0e7..c2e34637853 100644 --- a/apps/heft/CHANGELOG.md +++ b/apps/heft/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/heft -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.66.1 +Fri, 15 Mar 2024 00:12:40 GMT + +### Patches + +- Fix internal error when run 'heft clean' ## 0.66.0 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/apps/lockfile-explorer/CHANGELOG.json b/apps/lockfile-explorer/CHANGELOG.json index 37bab61bc9e..4494942b8af 100644 --- a/apps/lockfile-explorer/CHANGELOG.json +++ b/apps/lockfile-explorer/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/lockfile-explorer", "entries": [ + { + "version": "1.2.38", + "tag": "@rushstack/lockfile-explorer_v1.2.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "1.2.37", "tag": "@rushstack/lockfile-explorer_v1.2.37", diff --git a/apps/lockfile-explorer/CHANGELOG.md b/apps/lockfile-explorer/CHANGELOG.md index f837bb413db..4d7bc4f6d13 100644 --- a/apps/lockfile-explorer/CHANGELOG.md +++ b/apps/lockfile-explorer/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/lockfile-explorer -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 1.2.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 1.2.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index 41aafa85af5..009eed872bc 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.1.38", + "tag": "@rushstack/rundown_v1.1.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "1.1.37", "tag": "@rushstack/rundown_v1.1.37", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index 571029c2178..0b062ba6ba2 100644 --- a/apps/rundown/CHANGELOG.md +++ b/apps/rundown/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rundown -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 1.1.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 1.1.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/apps/trace-import/CHANGELOG.json b/apps/trace-import/CHANGELOG.json index c6fdfbfb4e5..364cf158473 100644 --- a/apps/trace-import/CHANGELOG.json +++ b/apps/trace-import/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/trace-import", "entries": [ + { + "version": "0.3.38", + "tag": "@rushstack/trace-import_v0.3.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.3.37", "tag": "@rushstack/trace-import_v0.3.37", diff --git a/apps/trace-import/CHANGELOG.md b/apps/trace-import/CHANGELOG.md index 4357b283fff..2a67e623e38 100644 --- a/apps/trace-import/CHANGELOG.md +++ b/apps/trace-import/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/trace-import -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.3.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.3.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/common/changes/@rushstack/heft/patch-1_2024-03-14-12-44.json b/common/changes/@rushstack/heft/patch-1_2024-03-14-12-44.json deleted file mode 100644 index 0b5db0cbfa7..00000000000 --- a/common/changes/@rushstack/heft/patch-1_2024-03-14-12-44.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft", - "comment": "Fix internal error when run 'heft clean'", - "type": "patch" - } - ], - "packageName": "@rushstack/heft" -} \ No newline at end of file diff --git a/eslint/eslint-bulk/CHANGELOG.json b/eslint/eslint-bulk/CHANGELOG.json index 9633abbb8b0..bd4d165d416 100644 --- a/eslint/eslint-bulk/CHANGELOG.json +++ b/eslint/eslint-bulk/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-bulk", "entries": [ + { + "version": "0.1.28", + "tag": "@rushstack/eslint-bulk_v0.1.28", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.1.27", "tag": "@rushstack/eslint-bulk_v0.1.27", diff --git a/eslint/eslint-bulk/CHANGELOG.md b/eslint/eslint-bulk/CHANGELOG.md index 55cd8573d18..02782b4e216 100644 --- a/eslint/eslint-bulk/CHANGELOG.md +++ b/eslint/eslint-bulk/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/eslint-bulk -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.1.28 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.1.27 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json index 43d4a99cb03..9355dabc57d 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-api-extractor-plugin", "entries": [ + { + "version": "0.3.21", + "tag": "@rushstack/heft-api-extractor-plugin_v0.3.21", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.3.20", "tag": "@rushstack/heft-api-extractor-plugin_v0.3.20", diff --git a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md index 33a0ec23e07..df7e027fb6f 100644 --- a/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md +++ b/heft-plugins/heft-api-extractor-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-api-extractor-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.3.21 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.3.20 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index 7b19e9bb57d..49a90ca5c74 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-dev-cert-plugin", "entries": [ + { + "version": "0.4.38", + "tag": "@rushstack/heft-dev-cert-plugin_v0.4.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.4.37", "tag": "@rushstack/heft-dev-cert-plugin_v0.4.37", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index 0d5229b7ad5..4cf925c1f8b 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-dev-cert-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.4.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.4.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index 52471438de6..46d48752bbe 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.json +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-jest-plugin", "entries": [ + { + "version": "0.11.22", + "tag": "@rushstack/heft-jest-plugin_v0.11.22", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.11.21", "tag": "@rushstack/heft-jest-plugin_v0.11.21", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index d580e3c379f..ea6fcf30d85 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.md +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-jest-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.11.22 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.11.21 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.json b/heft-plugins/heft-lint-plugin/CHANGELOG.json index 98daa4942d5..441c868fc28 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.json +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-lint-plugin", "entries": [ + { + "version": "0.3.21", + "tag": "@rushstack/heft-lint-plugin_v0.3.21", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.3.20", "tag": "@rushstack/heft-lint-plugin_v0.3.20", diff --git a/heft-plugins/heft-lint-plugin/CHANGELOG.md b/heft-plugins/heft-lint-plugin/CHANGELOG.md index 76a6b4658b8..1661ac655b8 100644 --- a/heft-plugins/heft-lint-plugin/CHANGELOG.md +++ b/heft-plugins/heft-lint-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-lint-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.3.21 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.3.20 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index 4294c5bd965..0241cd5bcd2 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-sass-plugin", "entries": [ + { + "version": "0.13.24", + "tag": "@rushstack/heft-sass-plugin_v0.13.24", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.13.23", "tag": "@rushstack/heft-sass-plugin_v0.13.23", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index e5ae93cd26a..cc39b59f2ce 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.md +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-sass-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.13.24 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.13.23 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index c8a8ca01ee5..78cd862f668 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-serverless-stack-plugin", "entries": [ + { + "version": "0.3.38", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.3.37", "tag": "@rushstack/heft-serverless-stack-plugin_v0.3.37", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 33f073078cb..f52ece4764f 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-serverless-stack-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.3.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.3.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index 7d01c08c384..8023060994a 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.json +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-storybook-plugin", "entries": [ + { + "version": "0.6.15", + "tag": "@rushstack/heft-storybook-plugin_v0.6.15", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.10.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.6.14", "tag": "@rushstack/heft-storybook-plugin_v0.6.14", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index 17c0cd21cf9..90a68551dc1 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.md +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-storybook-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.6.15 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.6.14 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.json b/heft-plugins/heft-typescript-plugin/CHANGELOG.json index a57ecf63698..b2eb12f986f 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.json +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-typescript-plugin", "entries": [ + { + "version": "0.3.21", + "tag": "@rushstack/heft-typescript-plugin_v0.3.21", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.3.20", "tag": "@rushstack/heft-typescript-plugin_v0.3.20", diff --git a/heft-plugins/heft-typescript-plugin/CHANGELOG.md b/heft-plugins/heft-typescript-plugin/CHANGELOG.md index 792a5f1f5c2..33d9fd33d01 100644 --- a/heft-plugins/heft-typescript-plugin/CHANGELOG.md +++ b/heft-plugins/heft-typescript-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-typescript-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.3.21 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.3.20 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 9e198d7377f..8ab3d0b45a7 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-webpack4-plugin", "entries": [ + { + "version": "0.10.38", + "tag": "@rushstack/heft-webpack4-plugin_v0.10.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.10.37", "tag": "@rushstack/heft-webpack4-plugin_v0.10.37", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index a9027e28212..605f36b68e5 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack4-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.10.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.10.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 87841bc55f8..d2743b310ee 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-webpack5-plugin", "entries": [ + { + "version": "0.9.38", + "tag": "@rushstack/heft-webpack5-plugin_v0.9.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.3.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.9.37", "tag": "@rushstack/heft-webpack5-plugin_v0.9.37", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index 1af74785da6..3a57e64eebb 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-webpack5-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.9.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.9.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index db6b13450b6..bf77d75420b 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.json +++ b/libraries/debug-certificate-manager/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/debug-certificate-manager", "entries": [ + { + "version": "1.3.38", + "tag": "@rushstack/debug-certificate-manager_v1.3.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "1.3.37", "tag": "@rushstack/debug-certificate-manager_v1.3.37", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index 07656d64bb7..ef8ac0b0718 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.md +++ b/libraries/debug-certificate-manager/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/debug-certificate-manager -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 1.3.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 1.3.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index d75e1a20c83..c0a0f0cf253 100644 --- a/libraries/load-themed-styles/CHANGELOG.json +++ b/libraries/load-themed-styles/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/load-themed-styles", "entries": [ + { + "version": "2.0.114", + "tag": "@microsoft/load-themed-styles_v2.0.114", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "2.0.113", "tag": "@microsoft/load-themed-styles_v2.0.113", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index ba85187af13..b18e2900ead 100644 --- a/libraries/load-themed-styles/CHANGELOG.md +++ b/libraries/load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/load-themed-styles -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 2.0.114 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 2.0.113 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index f8d3ade1ed9..c4f8ebd2b76 100644 --- a/libraries/localization-utilities/CHANGELOG.json +++ b/libraries/localization-utilities/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/localization-utilities", "entries": [ + { + "version": "0.9.38", + "tag": "@rushstack/localization-utilities_v0.9.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.12.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.9.37", "tag": "@rushstack/localization-utilities_v0.9.37", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index 2e2356eeaed..5a53ff4bf45 100644 --- a/libraries/localization-utilities/CHANGELOG.md +++ b/libraries/localization-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/localization-utilities -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.9.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.9.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index 35bbe630bb6..ac4aabc20ca 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.4.38", + "tag": "@rushstack/module-minifier_v0.4.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.4.37", "tag": "@rushstack/module-minifier_v0.4.37", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 47ae0ee1a2e..70521fad823 100644 --- a/libraries/module-minifier/CHANGELOG.md +++ b/libraries/module-minifier/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/module-minifier -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.4.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.4.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index f58139ffce8..569c7605e51 100644 --- a/libraries/package-deps-hash/CHANGELOG.json +++ b/libraries/package-deps-hash/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/package-deps-hash", "entries": [ + { + "version": "4.1.39", + "tag": "@rushstack/package-deps-hash_v4.1.39", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "4.1.38", "tag": "@rushstack/package-deps-hash_v4.1.38", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index b665219d14a..8a873cdccf3 100644 --- a/libraries/package-deps-hash/CHANGELOG.md +++ b/libraries/package-deps-hash/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-deps-hash -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 4.1.39 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 4.1.38 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/package-extractor/CHANGELOG.json b/libraries/package-extractor/CHANGELOG.json index bcbddac2b43..bdd45d75293 100644 --- a/libraries/package-extractor/CHANGELOG.json +++ b/libraries/package-extractor/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/package-extractor", "entries": [ + { + "version": "0.6.41", + "tag": "@rushstack/package-extractor_v0.6.41", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.38`" + } + ] + } + }, { "version": "0.6.40", "tag": "@rushstack/package-extractor_v0.6.40", diff --git a/libraries/package-extractor/CHANGELOG.md b/libraries/package-extractor/CHANGELOG.md index 8f8a524c4a4..9dac79be6b8 100644 --- a/libraries/package-extractor/CHANGELOG.md +++ b/libraries/package-extractor/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/package-extractor -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.6.41 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.6.40 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index bd291a62f48..5d7be207c14 100644 --- a/libraries/stream-collator/CHANGELOG.json +++ b/libraries/stream-collator/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/stream-collator", "entries": [ + { + "version": "4.1.39", + "tag": "@rushstack/stream-collator_v4.1.39", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "4.1.38", "tag": "@rushstack/stream-collator_v4.1.38", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index 1106547eefe..f088e99ba9f 100644 --- a/libraries/stream-collator/CHANGELOG.md +++ b/libraries/stream-collator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/stream-collator -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 4.1.39 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 4.1.38 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index 782e1905a6f..bcab6157bfa 100644 --- a/libraries/typings-generator/CHANGELOG.json +++ b/libraries/typings-generator/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/typings-generator", "entries": [ + { + "version": "0.12.38", + "tag": "@rushstack/typings-generator_v0.12.38", + "date": "Fri, 15 Mar 2024 00:12:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.12.37", "tag": "@rushstack/typings-generator_v0.12.37", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index 7d7452bb024..29db930a7c1 100644 --- a/libraries/typings-generator/CHANGELOG.md +++ b/libraries/typings-generator/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/typings-generator -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:41 GMT and should not be manually modified. + +## 0.12.38 +Fri, 15 Mar 2024 00:12:41 GMT + +_Version update only_ ## 0.12.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index 4f2766428fa..af814b9b118 100644 --- a/libraries/worker-pool/CHANGELOG.json +++ b/libraries/worker-pool/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/worker-pool", "entries": [ + { + "version": "0.4.38", + "tag": "@rushstack/worker-pool_v0.4.38", + "date": "Fri, 15 Mar 2024 00:12:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.4.37", "tag": "@rushstack/worker-pool_v0.4.37", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index 725a4c63e1b..5e1817af1e8 100644 --- a/libraries/worker-pool/CHANGELOG.md +++ b/libraries/worker-pool/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/worker-pool -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:41 GMT and should not be manually modified. + +## 0.4.38 +Fri, 15 Mar 2024 00:12:41 GMT + +_Version update only_ ## 0.4.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index f7f3dac3d1d..2c63be53130 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "2.4.25", + "tag": "@rushstack/heft-node-rig_v2.4.25", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "2.4.24", "tag": "@rushstack/heft-node-rig_v2.4.24", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 80a1c39b2de..19a2c28924f 100644 --- a/rigs/heft-node-rig/CHANGELOG.md +++ b/rigs/heft-node-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-node-rig -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 2.4.25 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 2.4.24 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 0ddb13fc34d..27ee9a00fd8 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.22.9", + "tag": "@rushstack/heft-web-rig_v0.22.9", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-api-extractor-plugin\" to `0.3.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.11.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.13.24`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.3.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.9.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.66.0` to `0.66.1`" + } + ] + } + }, { "version": "0.22.8", "tag": "@rushstack/heft-web-rig_v0.22.8", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index ca202dd2a10..3c7e52f1ed1 100644 --- a/rigs/heft-web-rig/CHANGELOG.md +++ b/rigs/heft-web-rig/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft-web-rig -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.22.9 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.22.8 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index e221afc557e..431f23863b9 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.json +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/hashed-folder-copy-plugin", "entries": [ + { + "version": "1.0.30", + "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.30", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "1.0.29", "tag": "@rushstack/hashed-folder-copy-plugin_v1.0.29", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 8706a300424..f79501edec9 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.md +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/hashed-folder-copy-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 1.0.30 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 1.0.29 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index 5bc4a453145..19ca30251e4 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.json +++ b/webpack/loader-load-themed-styles/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/loader-load-themed-styles", "entries": [ + { + "version": "2.1.38", + "tag": "@microsoft/loader-load-themed-styles_v2.1.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.114`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.113` to `2.0.114`" + } + ] + } + }, { "version": "2.1.37", "tag": "@microsoft/loader-load-themed-styles_v2.1.37", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index efd58f7e6a6..c3866086dde 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.md +++ b/webpack/loader-load-themed-styles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/loader-load-themed-styles -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 2.1.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 2.1.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index efdcd40a150..40f8e95c74f 100644 --- a/webpack/loader-raw-script/CHANGELOG.json +++ b/webpack/loader-raw-script/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/loader-raw-script", "entries": [ + { + "version": "1.4.38", + "tag": "@rushstack/loader-raw-script_v1.4.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "1.4.37", "tag": "@rushstack/loader-raw-script_v1.4.37", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index b4c0a5fad7e..e2336d12495 100644 --- a/webpack/loader-raw-script/CHANGELOG.md +++ b/webpack/loader-raw-script/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/loader-raw-script -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 1.4.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 1.4.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index a052eddb7d6..6e001fb9cc7 100644 --- a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json +++ b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/webpack-preserve-dynamic-require-plugin", "entries": [ + { + "version": "0.11.38", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.38", + "date": "Fri, 15 Mar 2024 00:12:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.11.37", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.37", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index e7fa1780adf..1339459802c 100644 --- a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md +++ b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-preserve-dynamic-require-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:41 GMT and should not be manually modified. + +## 0.11.38 +Fri, 15 Mar 2024 00:12:41 GMT + +_Version update only_ ## 0.11.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 1d34bee36a7..c10a391ece2 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.json +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/set-webpack-public-path-plugin", "entries": [ + { + "version": "5.1.22", + "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.22", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "5.1.21", "tag": "@rushstack/set-webpack-public-path-plugin_v5.1.21", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index e8ce2e31c5e..ee8ca3bffb8 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.md +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/set-webpack-public-path-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 5.1.22 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 5.1.21 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json index d6d5e3303ed..427bfaafce4 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack-embedded-dependencies-plugin", "entries": [ + { + "version": "0.2.39", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.39", + "date": "Fri, 15 Mar 2024 00:12:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.4.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.2.38", "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.2.38", diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md index 705a4b20afc..e168029bb4a 100644 --- a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-embedded-dependencies-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:41 GMT and should not be manually modified. + +## 0.2.39 +Fri, 15 Mar 2024 00:12:41 GMT + +_Version update only_ ## 0.2.38 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index 57cbe988251..d6e3d66c3db 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.json +++ b/webpack/webpack-plugin-utilities/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/webpack-plugin-utilities", "entries": [ + { + "version": "0.4.22", + "tag": "@rushstack/webpack-plugin-utilities_v0.4.22", + "date": "Fri, 15 Mar 2024 00:12:41 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.4.21", "tag": "@rushstack/webpack-plugin-utilities_v0.4.21", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index e8de8823ec6..38e230dbe59 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.md +++ b/webpack/webpack-plugin-utilities/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack-plugin-utilities -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:41 GMT and should not be manually modified. + +## 0.4.22 +Fri, 15 Mar 2024 00:12:41 GMT + +_Version update only_ ## 0.4.21 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index 18b404ff481..1980a2bb202 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.json +++ b/webpack/webpack4-localization-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack4-localization-plugin", "entries": [ + { + "version": "0.18.38", + "tag": "@rushstack/webpack4-localization-plugin_v0.18.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.18.37", "tag": "@rushstack/webpack4-localization-plugin_v0.18.37", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index ae1e3827c08..5c45208c1d8 100644 --- a/webpack/webpack4-localization-plugin/CHANGELOG.md +++ b/webpack/webpack4-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-localization-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.18.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.18.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json index 183bcd3f29e..42bbcd81c28 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/webpack4-module-minifier-plugin", "entries": [ + { + "version": "0.13.38", + "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.38`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.13.37", "tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.37", diff --git a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md index 5250a723ab9..069b95b7c60 100644 --- a/webpack/webpack4-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack4-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack4-module-minifier-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.13.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.13.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json index e2f2fbddd7d..891c00242c4 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/webpack5-load-themed-styles-loader", "entries": [ + { + "version": "0.2.38", + "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `2.0.114`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `^2.0.113` to `2.0.114`" + } + ] + } + }, { "version": "0.2.37", "tag": "@microsoft/webpack5-load-themed-styles-loader_v0.2.37", diff --git a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md index e676998b472..16779831370 100644 --- a/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md +++ b/webpack/webpack5-load-themed-styles-loader/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/webpack5-load-themed-styles-loader -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.2.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.2.37 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.json b/webpack/webpack5-localization-plugin/CHANGELOG.json index 86588aa7918..9d01dd99f32 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.json +++ b/webpack/webpack5-localization-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack5-localization-plugin", "entries": [ + { + "version": "0.9.13", + "tag": "@rushstack/webpack5-localization-plugin_v0.9.13", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + } + ] + } + }, { "version": "0.9.12", "tag": "@rushstack/webpack5-localization-plugin_v0.9.12", diff --git a/webpack/webpack5-localization-plugin/CHANGELOG.md b/webpack/webpack5-localization-plugin/CHANGELOG.md index 6bc2c479fec..27b47cea05a 100644 --- a/webpack/webpack5-localization-plugin/CHANGELOG.md +++ b/webpack/webpack5-localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-localization-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 0.9.13 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 0.9.12 Tue, 05 Mar 2024 01:19:24 GMT diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json index b98b4f9184e..be215ab637b 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.json +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/webpack5-module-minifier-plugin", "entries": [ + { + "version": "5.5.38", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.38", + "date": "Fri, 15 Mar 2024 00:12:40 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.38`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.66.1`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.4.38`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.4.38`" + } + ] + } + }, { "version": "5.5.37", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.37", diff --git a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md index d849802442e..1604d2e1e1f 100644 --- a/webpack/webpack5-module-minifier-plugin/CHANGELOG.md +++ b/webpack/webpack5-module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-module-minifier-plugin -This log was last generated on Tue, 05 Mar 2024 01:19:24 GMT and should not be manually modified. +This log was last generated on Fri, 15 Mar 2024 00:12:40 GMT and should not be manually modified. + +## 5.5.38 +Fri, 15 Mar 2024 00:12:40 GMT + +_Version update only_ ## 5.5.37 Tue, 05 Mar 2024 01:19:24 GMT