From 1480badc65e0075dc4e2dde1b011199d60045d3c Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 22 Mar 2023 20:48:31 +0000 Subject: [PATCH] Update changelogs [skip ci] --- ...helarkinn-embed-deps_2023-02-24-00-50.json | 10 --------- ...helarkinn-embed-deps_2023-02-24-00-50.json | 10 --------- .../hashed-folder-copy-plugin/CHANGELOG.json | 12 ++++++++++ .../hashed-folder-copy-plugin/CHANGELOG.md | 7 +++++- .../CHANGELOG.json | 12 ++++++++++ .../CHANGELOG.md | 7 +++++- .../CHANGELOG.json | 22 +++++++++++++++++++ .../CHANGELOG.md | 11 ++++++++++ .../webpack-plugin-utilities/CHANGELOG.json | 12 ++++++++++ webpack/webpack-plugin-utilities/CHANGELOG.md | 9 +++++++- .../CHANGELOG.json | 15 +++++++++++++ .../webpack4-localization-plugin/CHANGELOG.md | 7 +++++- 12 files changed, 110 insertions(+), 24 deletions(-) delete mode 100644 common/changes/@rushstack/webpack-embedded-dependencies-plugin/thelarkinn-embed-deps_2023-02-24-00-50.json delete mode 100644 common/changes/@rushstack/webpack-plugin-utilities/thelarkinn-embed-deps_2023-02-24-00-50.json create mode 100644 webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json create mode 100644 webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md diff --git a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/thelarkinn-embed-deps_2023-02-24-00-50.json b/common/changes/@rushstack/webpack-embedded-dependencies-plugin/thelarkinn-embed-deps_2023-02-24-00-50.json deleted file mode 100644 index f866b80df34..00000000000 --- a/common/changes/@rushstack/webpack-embedded-dependencies-plugin/thelarkinn-embed-deps_2023-02-24-00-50.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/webpack-embedded-dependencies-plugin", - "comment": "Introduce webpack-embedded-dependencies-plugin", - "type": "minor" - } - ], - "packageName": "@rushstack/webpack-embedded-dependencies-plugin" -} \ No newline at end of file diff --git a/common/changes/@rushstack/webpack-plugin-utilities/thelarkinn-embed-deps_2023-02-24-00-50.json b/common/changes/@rushstack/webpack-plugin-utilities/thelarkinn-embed-deps_2023-02-24-00-50.json deleted file mode 100644 index b40bc00b7e1..00000000000 --- a/common/changes/@rushstack/webpack-plugin-utilities/thelarkinn-embed-deps_2023-02-24-00-50.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/webpack-plugin-utilities", - "comment": "Added Testing.getTestingWebpackCompiler utility function for webpack plugin testing.", - "type": "minor" - } - ], - "packageName": "@rushstack/webpack-plugin-utilities" -} \ No newline at end of file diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index 121df577375..5c284fff8b2 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": "0.2.5", + "tag": "@rushstack/hashed-folder-copy-plugin_v0.2.5", + "date": "Wed, 22 Mar 2023 20:48:30 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.2.0`" + } + ] + } + }, { "version": "0.2.4", "tag": "@rushstack/hashed-folder-copy-plugin_v0.2.4", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 43b18a532e1..f1ee741f55a 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 Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified. +This log was last generated on Wed, 22 Mar 2023 20:48:30 GMT and should not be manually modified. + +## 0.2.5 +Wed, 22 Mar 2023 20:48:30 GMT + +_Version update only_ ## 0.2.4 Sat, 18 Mar 2023 00:20:56 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 3f62e49c4ae..d2201d6afa4 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.json +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/set-webpack-public-path-plugin", "entries": [ + { + "version": "3.3.94", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.3.94", + "date": "Wed, 22 Mar 2023 20:48:30 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.2.0`" + } + ] + } + }, { "version": "3.3.93", "tag": "@rushstack/set-webpack-public-path-plugin_v3.3.93", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index d78d08c49c2..7c502ae02da 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 Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified. +This log was last generated on Wed, 22 Mar 2023 20:48:30 GMT and should not be manually modified. + +## 3.3.94 +Wed, 22 Mar 2023 20:48:30 GMT + +_Version update only_ ## 3.3.93 Sat, 18 Mar 2023 00:20:56 GMT diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json new file mode 100644 index 00000000000..e953674f77b --- /dev/null +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.json @@ -0,0 +1,22 @@ +{ + "name": "@rushstack/webpack-embedded-dependencies-plugin", + "entries": [ + { + "version": "0.1.0", + "tag": "@rushstack/webpack-embedded-dependencies-plugin_v0.1.0", + "date": "Wed, 22 Mar 2023 20:48:30 GMT", + "comments": { + "minor": [ + { + "comment": "Introduce webpack-embedded-dependencies-plugin" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.2.0`" + } + ] + } + } + ] +} diff --git a/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md new file mode 100644 index 00000000000..804b04fb31d --- /dev/null +++ b/webpack/webpack-embedded-dependencies-plugin/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @rushstack/webpack-embedded-dependencies-plugin + +This log was last generated on Wed, 22 Mar 2023 20:48:30 GMT and should not be manually modified. + +## 0.1.0 +Wed, 22 Mar 2023 20:48:30 GMT + +### Minor changes + +- Introduce webpack-embedded-dependencies-plugin + diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index 65729a4608b..9a8b19b7240 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.2.0", + "tag": "@rushstack/webpack-plugin-utilities_v0.2.0", + "date": "Wed, 22 Mar 2023 20:48:30 GMT", + "comments": { + "minor": [ + { + "comment": "Added Testing.getTestingWebpackCompiler utility function for webpack plugin testing." + } + ] + } + }, { "version": "0.1.57", "tag": "@rushstack/webpack-plugin-utilities_v0.1.57", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index 92c6f2b83fc..d5251a54b68 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.md +++ b/webpack/webpack-plugin-utilities/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/webpack-plugin-utilities -This log was last generated on Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified. +This log was last generated on Wed, 22 Mar 2023 20:48:30 GMT and should not be manually modified. + +## 0.2.0 +Wed, 22 Mar 2023 20:48:30 GMT + +### Minor changes + +- Added Testing.getTestingWebpackCompiler utility function for webpack plugin testing. ## 0.1.57 Sat, 18 Mar 2023 00:20:56 GMT diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.json b/webpack/webpack4-localization-plugin/CHANGELOG.json index db2682bf0f8..952b3b1cf28 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.17.5", + "tag": "@rushstack/webpack4-localization-plugin_v0.17.5", + "date": "Wed, 22 Mar 2023 20:48:30 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.3.94`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.3.93` to `^3.3.94`" + } + ] + } + }, { "version": "0.17.4", "tag": "@rushstack/webpack4-localization-plugin_v0.17.4", diff --git a/webpack/webpack4-localization-plugin/CHANGELOG.md b/webpack/webpack4-localization-plugin/CHANGELOG.md index a6c178ab6af..eb41a268262 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 Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified. +This log was last generated on Wed, 22 Mar 2023 20:48:30 GMT and should not be manually modified. + +## 0.17.5 +Wed, 22 Mar 2023 20:48:30 GMT + +_Version update only_ ## 0.17.4 Sat, 18 Mar 2023 00:20:56 GMT