From f03abd4b11b0252fc3f75dc3840ee545c17e599d Mon Sep 17 00:00:00 2001 From: Rushbot Date: Tue, 7 Jun 2022 09:37:05 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/api-documenter/CHANGELOG.json | 18 +++++++++++++ apps/api-documenter/CHANGELOG.md | 7 ++++- apps/api-extractor/CHANGELOG.json | 20 ++++++++++++++ apps/api-extractor/CHANGELOG.md | 10 ++++++- apps/heft/CHANGELOG.json | 12 +++++++++ apps/heft/CHANGELOG.md | 7 ++++- apps/rundown/CHANGELOG.json | 15 +++++++++++ apps/rundown/CHANGELOG.md | 7 ++++- .../api-readonly-mixin_2022-05-19-20-18.json | 10 ------- .../protected-mixin_2022-05-20-22-50.json | 10 ------- .../api-readonly-mixin_2022-05-19-20-18.json | 10 ------- .../protected-mixin_2022-05-20-22-50.json | 10 ------- .../heft-dev-cert-plugin/CHANGELOG.json | 24 +++++++++++++++++ .../heft-dev-cert-plugin/CHANGELOG.md | 7 ++++- heft-plugins/heft-jest-plugin/CHANGELOG.json | 18 +++++++++++++ heft-plugins/heft-jest-plugin/CHANGELOG.md | 7 ++++- heft-plugins/heft-sass-plugin/CHANGELOG.json | 24 +++++++++++++++++ heft-plugins/heft-sass-plugin/CHANGELOG.md | 7 ++++- .../CHANGELOG.json | 18 +++++++++++++ .../heft-serverless-stack-plugin/CHANGELOG.md | 7 ++++- .../heft-storybook-plugin/CHANGELOG.json | 18 +++++++++++++ .../heft-storybook-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 ++++- libraries/api-extractor-model/CHANGELOG.json | 15 +++++++++++ libraries/api-extractor-model/CHANGELOG.md | 10 ++++++- .../debug-certificate-manager/CHANGELOG.json | 15 +++++++++++ .../debug-certificate-manager/CHANGELOG.md | 7 ++++- libraries/load-themed-styles/CHANGELOG.json | 15 +++++++++++ libraries/load-themed-styles/CHANGELOG.md | 7 ++++- .../localization-utilities/CHANGELOG.json | 18 +++++++++++++ libraries/localization-utilities/CHANGELOG.md | 7 ++++- libraries/module-minifier/CHANGELOG.json | 18 +++++++++++++ libraries/module-minifier/CHANGELOG.md | 7 ++++- libraries/package-deps-hash/CHANGELOG.json | 15 +++++++++++ libraries/package-deps-hash/CHANGELOG.md | 7 ++++- libraries/stream-collator/CHANGELOG.json | 18 +++++++++++++ libraries/stream-collator/CHANGELOG.md | 7 ++++- libraries/terminal/CHANGELOG.json | 15 +++++++++++ libraries/terminal/CHANGELOG.md | 7 ++++- libraries/typings-generator/CHANGELOG.json | 15 +++++++++++ libraries/typings-generator/CHANGELOG.md | 7 ++++- libraries/worker-pool/CHANGELOG.json | 15 +++++++++++ libraries/worker-pool/CHANGELOG.md | 7 ++++- rigs/heft-node-rig/CHANGELOG.json | 21 +++++++++++++++ rigs/heft-node-rig/CHANGELOG.md | 7 ++++- rigs/heft-web-rig/CHANGELOG.json | 27 +++++++++++++++++++ rigs/heft-web-rig/CHANGELOG.md | 7 ++++- rush-plugins/rush-serve-plugin/CHANGELOG.json | 18 +++++++++++++ rush-plugins/rush-serve-plugin/CHANGELOG.md | 7 ++++- .../hashed-folder-copy-plugin/CHANGELOG.json | 21 +++++++++++++++ .../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 | 15 +++++++++++ webpack/loader-raw-script/CHANGELOG.md | 7 ++++- webpack/localization-plugin/CHANGELOG.json | 24 +++++++++++++++++ webpack/localization-plugin/CHANGELOG.md | 7 ++++- .../module-minifier-plugin-5/CHANGELOG.json | 24 +++++++++++++++++ webpack/module-minifier-plugin-5/CHANGELOG.md | 7 ++++- webpack/module-minifier-plugin/CHANGELOG.json | 21 +++++++++++++++ webpack/module-minifier-plugin/CHANGELOG.md | 7 ++++- .../CHANGELOG.json | 15 +++++++++++ .../CHANGELOG.md | 7 ++++- .../CHANGELOG.json | 21 +++++++++++++++ .../CHANGELOG.md | 7 ++++- .../webpack-plugin-utilities/CHANGELOG.json | 15 +++++++++++ webpack/webpack-plugin-utilities/CHANGELOG.md | 7 ++++- 70 files changed, 806 insertions(+), 73 deletions(-) delete mode 100644 common/changes/@microsoft/api-extractor-model/api-readonly-mixin_2022-05-19-20-18.json delete mode 100644 common/changes/@microsoft/api-extractor-model/protected-mixin_2022-05-20-22-50.json delete mode 100644 common/changes/@microsoft/api-extractor/api-readonly-mixin_2022-05-19-20-18.json delete mode 100644 common/changes/@microsoft/api-extractor/protected-mixin_2022-05-20-22-50.json diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index 9f4ebea3ebc..7b3122b5d44 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.17.17", + "tag": "@microsoft/api-documenter_v7.17.17", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.18.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "7.17.16", "tag": "@microsoft/api-documenter_v7.17.16", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index a76294908b5..85d88916e58 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 7.17.17 +Tue, 07 Jun 2022 09:37:04 GMT + +_Version update only_ ## 7.17.16 Wed, 25 May 2022 22:25:07 GMT diff --git a/apps/api-extractor/CHANGELOG.json b/apps/api-extractor/CHANGELOG.json index d72fb606c36..2eb508fe1b3 100644 --- a/apps/api-extractor/CHANGELOG.json +++ b/apps/api-extractor/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@microsoft/api-extractor", "entries": [ + { + "version": "7.25.0", + "tag": "@microsoft/api-extractor_v7.25.0", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "minor": [ + { + "comment": "Add an \"isReadonly\" field to the doc model to indicate whether a property or variable is readonly" + }, + { + "comment": "Add an \"isProtected\" field to the doc model to indicate protected class members" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.18.0`" + } + ] + } + }, { "version": "7.24.2", "tag": "@microsoft/api-extractor_v7.24.2", diff --git a/apps/api-extractor/CHANGELOG.md b/apps/api-extractor/CHANGELOG.md index b5ae98aa3a7..1a01ce24228 100644 --- a/apps/api-extractor/CHANGELOG.md +++ b/apps/api-extractor/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @microsoft/api-extractor -This log was last generated on Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 7.25.0 +Tue, 07 Jun 2022 09:37:04 GMT + +### Minor changes + +- Add an "isReadonly" field to the doc model to indicate whether a property or variable is readonly +- Add an "isProtected" field to the doc model to indicate protected class members ## 7.24.2 Wed, 25 May 2022 22:25:07 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index a5b97510926..8fb82be27ee 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.45.6", + "tag": "@rushstack/heft_v0.45.6", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.25.0`" + } + ] + } + }, { "version": "0.45.5", "tag": "@rushstack/heft_v0.45.5", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 240e72607f2..70df102cfac 100644 --- a/apps/heft/CHANGELOG.md +++ b/apps/heft/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/heft -This log was last generated on Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 0.45.6 +Tue, 07 Jun 2022 09:37:04 GMT + +_Version update only_ ## 0.45.5 Wed, 25 May 2022 22:25:07 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index 3468135214e..b2c2154e136 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.0.192", + "tag": "@rushstack/rundown_v1.0.192", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "1.0.191", "tag": "@rushstack/rundown_v1.0.191", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index 5ba4974cf50..7b7ca8ec0ee 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 Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 1.0.192 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 1.0.191 Wed, 25 May 2022 22:25:08 GMT diff --git a/common/changes/@microsoft/api-extractor-model/api-readonly-mixin_2022-05-19-20-18.json b/common/changes/@microsoft/api-extractor-model/api-readonly-mixin_2022-05-19-20-18.json deleted file mode 100644 index b0380433357..00000000000 --- a/common/changes/@microsoft/api-extractor-model/api-readonly-mixin_2022-05-19-20-18.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor-model", - "comment": "Add an \"isReadonly\" field to ApiProperty, ApiPropertySignature, and ApiVariable", - "type": "minor" - } - ], - "packageName": "@microsoft/api-extractor-model" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor-model/protected-mixin_2022-05-20-22-50.json b/common/changes/@microsoft/api-extractor-model/protected-mixin_2022-05-20-22-50.json deleted file mode 100644 index 8d4390c4dbd..00000000000 --- a/common/changes/@microsoft/api-extractor-model/protected-mixin_2022-05-20-22-50.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor-model", - "comment": "Add an \"isProtected\" field to ApiConstructor, ApiMethod, and ApiProperty", - "type": "minor" - } - ], - "packageName": "@microsoft/api-extractor-model" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/api-readonly-mixin_2022-05-19-20-18.json b/common/changes/@microsoft/api-extractor/api-readonly-mixin_2022-05-19-20-18.json deleted file mode 100644 index 000ad71a5d1..00000000000 --- a/common/changes/@microsoft/api-extractor/api-readonly-mixin_2022-05-19-20-18.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor", - "comment": "Add an \"isReadonly\" field to the doc model to indicate whether a property or variable is readonly", - "type": "minor" - } - ], - "packageName": "@microsoft/api-extractor" -} \ No newline at end of file diff --git a/common/changes/@microsoft/api-extractor/protected-mixin_2022-05-20-22-50.json b/common/changes/@microsoft/api-extractor/protected-mixin_2022-05-20-22-50.json deleted file mode 100644 index 1099b359645..00000000000 --- a/common/changes/@microsoft/api-extractor/protected-mixin_2022-05-20-22-50.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/api-extractor", - "comment": "Add an \"isProtected\" field to the doc model to indicate protected class members", - "type": "minor" - } - ], - "packageName": "@microsoft/api-extractor" -} \ No newline at end of file diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json index b68850dc23b..498217d373c 100644 --- a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json +++ b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-dev-cert-plugin", "entries": [ + { + "version": "0.1.36", + "tag": "@rushstack/heft-dev-cert-plugin_v0.1.36", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.1.47`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.25.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.1.35", "tag": "@rushstack/heft-dev-cert-plugin_v0.1.35", diff --git a/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md b/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md index daf6f031054..5798d5d49e8 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 0.1.36 +Tue, 07 Jun 2022 09:37:04 GMT + +_Version update only_ ## 0.1.35 Wed, 25 May 2022 22:25:07 GMT diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json index 3de9300e052..a706ab9cb0b 100644 --- a/heft-plugins/heft-jest-plugin/CHANGELOG.json +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-jest-plugin", "entries": [ + { + "version": "0.3.6", + "tag": "@rushstack/heft-jest-plugin_v0.3.6", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.25.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.3.5", "tag": "@rushstack/heft-jest-plugin_v0.3.5", diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md index 0c14aef2278..87df8b125a4 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.3.6 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.3.5 Wed, 25 May 2022 22:25:07 GMT diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.json b/heft-plugins/heft-sass-plugin/CHANGELOG.json index 27eb04ece0c..e9d6311cdf5 100644 --- a/heft-plugins/heft-sass-plugin/CHANGELOG.json +++ b/heft-plugins/heft-sass-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/heft-sass-plugin", "entries": [ + { + "version": "0.3.26", + "tag": "@rushstack/heft-sass-plugin_v0.3.26", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.6.26`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.25.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.3.25", "tag": "@rushstack/heft-sass-plugin_v0.3.25", diff --git a/heft-plugins/heft-sass-plugin/CHANGELOG.md b/heft-plugins/heft-sass-plugin/CHANGELOG.md index 5917109e5b8..f5eb220d42f 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.3.26 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.3.25 Wed, 25 May 2022 22:25:07 GMT diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json index 1b3b976912c..2105685c543 100644 --- a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json +++ b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-serverless-stack-plugin", "entries": [ + { + "version": "0.1.17", + "tag": "@rushstack/heft-serverless-stack-plugin_v0.1.17", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.1.16", "tag": "@rushstack/heft-serverless-stack-plugin_v0.1.16", diff --git a/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md b/heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md index 5f24fed2253..2add3249e6f 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.1.17 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.1.16 Wed, 25 May 2022 22:25:07 GMT diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.json b/heft-plugins/heft-storybook-plugin/CHANGELOG.json index 5e04ae110f7..ce6bd01bd8f 100644 --- a/heft-plugins/heft-storybook-plugin/CHANGELOG.json +++ b/heft-plugins/heft-storybook-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/heft-storybook-plugin", "entries": [ + { + "version": "0.1.52", + "tag": "@rushstack/heft-storybook-plugin_v0.1.52", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.1.51", "tag": "@rushstack/heft-storybook-plugin_v0.1.51", diff --git a/heft-plugins/heft-storybook-plugin/CHANGELOG.md b/heft-plugins/heft-storybook-plugin/CHANGELOG.md index 1e2e5c5089f..4a46c4bcb10 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.1.52 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.1.51 Wed, 25 May 2022 22:25:07 GMT diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 1fec4a11ac2..b68888b3b35 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.4.20", + "tag": "@rushstack/heft-webpack4-plugin_v0.4.20", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.4.19", "tag": "@rushstack/heft-webpack4-plugin_v0.4.19", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index 041054adbad..fc799e6106c 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.4.20 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.4.19 Wed, 25 May 2022 22:25:07 GMT diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 9ffd3f95b0a..34bd8ac1ead 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.5.21", + "tag": "@rushstack/heft-webpack5-plugin_v0.5.21", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.5.20", "tag": "@rushstack/heft-webpack5-plugin_v0.5.20", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index bd010707351..eacd845fa27 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.5.21 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.5.20 Wed, 25 May 2022 22:25:07 GMT diff --git a/libraries/api-extractor-model/CHANGELOG.json b/libraries/api-extractor-model/CHANGELOG.json index 5b495103fcc..d54c562b8b9 100644 --- a/libraries/api-extractor-model/CHANGELOG.json +++ b/libraries/api-extractor-model/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/api-extractor-model", "entries": [ + { + "version": "7.18.0", + "tag": "@microsoft/api-extractor-model_v7.18.0", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "minor": [ + { + "comment": "Add an \"isReadonly\" field to ApiProperty, ApiPropertySignature, and ApiVariable" + }, + { + "comment": "Add an \"isProtected\" field to ApiConstructor, ApiMethod, and ApiProperty" + } + ] + } + }, { "version": "7.17.3", "tag": "@microsoft/api-extractor-model_v7.17.3", diff --git a/libraries/api-extractor-model/CHANGELOG.md b/libraries/api-extractor-model/CHANGELOG.md index 7d55f387b3d..d01661dc38e 100644 --- a/libraries/api-extractor-model/CHANGELOG.md +++ b/libraries/api-extractor-model/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @microsoft/api-extractor-model -This log was last generated on Tue, 10 May 2022 01:20:43 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 7.18.0 +Tue, 07 Jun 2022 09:37:04 GMT + +### Minor changes + +- Add an "isReadonly" field to ApiProperty, ApiPropertySignature, and ApiVariable +- Add an "isProtected" field to ApiConstructor, ApiMethod, and ApiProperty ## 7.17.3 Tue, 10 May 2022 01:20:43 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index df7ecb7e892..e7c5e9b308e 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.json +++ b/libraries/debug-certificate-manager/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/debug-certificate-manager", "entries": [ + { + "version": "1.1.47", + "tag": "@rushstack/debug-certificate-manager_v1.1.47", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "1.1.46", "tag": "@rushstack/debug-certificate-manager_v1.1.46", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index f9e159ad19c..880f1a3bafe 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 1.1.47 +Tue, 07 Jun 2022 09:37:04 GMT + +_Version update only_ ## 1.1.46 Wed, 25 May 2022 22:25:07 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index 285a07bcb88..e9b9aa6e0a6 100644 --- a/libraries/load-themed-styles/CHANGELOG.json +++ b/libraries/load-themed-styles/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/load-themed-styles", "entries": [ + { + "version": "1.10.268", + "tag": "@microsoft/load-themed-styles_v1.10.268", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.10.9`" + } + ] + } + }, { "version": "1.10.267", "tag": "@microsoft/load-themed-styles_v1.10.267", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index 49f319c6501..fd9b2555071 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 1.10.268 +Tue, 07 Jun 2022 09:37:04 GMT + +_Version update only_ ## 1.10.267 Wed, 25 May 2022 22:25:07 GMT diff --git a/libraries/localization-utilities/CHANGELOG.json b/libraries/localization-utilities/CHANGELOG.json index c38e497dba1..bbde9575136 100644 --- a/libraries/localization-utilities/CHANGELOG.json +++ b/libraries/localization-utilities/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/localization-utilities", "entries": [ + { + "version": "0.2.1", + "tag": "@rushstack/localization-utilities_v0.2.1", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.6.26`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.2.0", "tag": "@rushstack/localization-utilities_v0.2.0", diff --git a/libraries/localization-utilities/CHANGELOG.md b/libraries/localization-utilities/CHANGELOG.md index b83a801b36c..fccbc0f43e5 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 Fri, 03 Jun 2022 00:11:05 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.2.1 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.2.0 Fri, 03 Jun 2022 00:11:05 GMT diff --git a/libraries/module-minifier/CHANGELOG.json b/libraries/module-minifier/CHANGELOG.json index 48946189bdb..659183138a1 100644 --- a/libraries/module-minifier/CHANGELOG.json +++ b/libraries/module-minifier/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/module-minifier", "entries": [ + { + "version": "0.1.2", + "tag": "@rushstack/module-minifier_v0.1.2", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.1.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.1.1", "tag": "@rushstack/module-minifier_v0.1.1", diff --git a/libraries/module-minifier/CHANGELOG.md b/libraries/module-minifier/CHANGELOG.md index 3ac9c3a5d62..b005ccd8b20 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.1.2 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.1.1 Wed, 25 May 2022 22:25:07 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 169f53eaa23..f581065ae75 100644 --- a/libraries/package-deps-hash/CHANGELOG.json +++ b/libraries/package-deps-hash/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/package-deps-hash", "entries": [ + { + "version": "3.2.21", + "tag": "@rushstack/package-deps-hash_v3.2.21", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "3.2.20", "tag": "@rushstack/package-deps-hash_v3.2.20", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index 157ecb45442..8eb566f7eea 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 Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 3.2.21 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 3.2.20 Wed, 25 May 2022 22:25:08 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index f2e82851e7f..4a1cf860b6e 100644 --- a/libraries/stream-collator/CHANGELOG.json +++ b/libraries/stream-collator/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/stream-collator", "entries": [ + { + "version": "4.0.176", + "tag": "@rushstack/stream-collator_v4.0.176", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.3.45`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "4.0.175", "tag": "@rushstack/stream-collator_v4.0.175", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index 6304b805dd7..b8260538b2f 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 Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 4.0.176 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 4.0.175 Wed, 25 May 2022 22:25:08 GMT diff --git a/libraries/terminal/CHANGELOG.json b/libraries/terminal/CHANGELOG.json index 4a7f82351a0..6598ca1659a 100644 --- a/libraries/terminal/CHANGELOG.json +++ b/libraries/terminal/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/terminal", "entries": [ + { + "version": "0.3.45", + "tag": "@rushstack/terminal_v0.3.45", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.3.44", "tag": "@rushstack/terminal_v0.3.44", diff --git a/libraries/terminal/CHANGELOG.md b/libraries/terminal/CHANGELOG.md index bb3aa3d378a..5fa0bf4a270 100644 --- a/libraries/terminal/CHANGELOG.md +++ b/libraries/terminal/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/terminal -This log was last generated on Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.3.45 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.3.44 Wed, 25 May 2022 22:25:08 GMT diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index cb48be34ffe..10b2e691906 100644 --- a/libraries/typings-generator/CHANGELOG.json +++ b/libraries/typings-generator/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/typings-generator", "entries": [ + { + "version": "0.6.26", + "tag": "@rushstack/typings-generator_v0.6.26", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.6.25", "tag": "@rushstack/typings-generator_v0.6.25", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index f7f174516e0..8b93ff85a56 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 Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.6.26 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.6.25 Wed, 25 May 2022 22:25:08 GMT diff --git a/libraries/worker-pool/CHANGELOG.json b/libraries/worker-pool/CHANGELOG.json index ff8ea512ad1..24cb7bb6967 100644 --- a/libraries/worker-pool/CHANGELOG.json +++ b/libraries/worker-pool/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/worker-pool", "entries": [ + { + "version": "0.1.2", + "tag": "@rushstack/worker-pool_v0.1.2", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.1.1", "tag": "@rushstack/worker-pool_v0.1.1", diff --git a/libraries/worker-pool/CHANGELOG.md b/libraries/worker-pool/CHANGELOG.md index 3d38f1447e7..45e909e42da 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 Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.1.2 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.1.1 Wed, 25 May 2022 22:25:08 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index d74fe8179b0..4f18753fe96 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "1.9.7", + "tag": "@rushstack/heft-node-rig_v1.9.7", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.25.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.3.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "1.9.6", "tag": "@rushstack/heft-node-rig_v1.9.6", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index 629f4835e72..70240b9c0bd 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 1.9.7 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 1.9.6 Wed, 25 May 2022 22:25:07 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 2046772e422..a849b66f56c 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.10.9", + "tag": "@rushstack/heft-web-rig_v0.10.9", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.25.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.3.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-sass-plugin\" to `0.3.26`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.5.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.45.5` to `^0.45.6`" + } + ] + } + }, { "version": "0.10.8", "tag": "@rushstack/heft-web-rig_v0.10.8", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 3b9c49b9793..12f2aa52989 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.10.9 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.10.8 Wed, 25 May 2022 22:25:07 GMT diff --git a/rush-plugins/rush-serve-plugin/CHANGELOG.json b/rush-plugins/rush-serve-plugin/CHANGELOG.json index 7188b08f74c..c6ba016d536 100644 --- a/rush-plugins/rush-serve-plugin/CHANGELOG.json +++ b/rush-plugins/rush-serve-plugin/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@rushstack/rush-serve-plugin", "entries": [ + { + "version": "0.1.16", + "tag": "@rushstack/rush-serve-plugin_v0.1.16", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.1.47`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.1.15", "tag": "@rushstack/rush-serve-plugin_v0.1.15", diff --git a/rush-plugins/rush-serve-plugin/CHANGELOG.md b/rush-plugins/rush-serve-plugin/CHANGELOG.md index bfb10d246b5..5bb23219588 100644 --- a/rush-plugins/rush-serve-plugin/CHANGELOG.md +++ b/rush-plugins/rush-serve-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rush-serve-plugin -This log was last generated on Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.1.16 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.1.15 Wed, 25 May 2022 22:25:07 GMT diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.json b/webpack/hashed-folder-copy-plugin/CHANGELOG.json index 250de2dcbea..da663db5425 100644 --- a/webpack/hashed-folder-copy-plugin/CHANGELOG.json +++ b/webpack/hashed-folder-copy-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/hashed-folder-copy-plugin", "entries": [ + { + "version": "0.1.7", + "tag": "@rushstack/hashed-folder-copy-plugin_v0.1.7", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.1.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.5.21`" + } + ] + } + }, { "version": "0.1.6", "tag": "@rushstack/hashed-folder-copy-plugin_v0.1.6", diff --git a/webpack/hashed-folder-copy-plugin/CHANGELOG.md b/webpack/hashed-folder-copy-plugin/CHANGELOG.md index 1c38c7f71dd..bcfb959bcea 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.1.7 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.1.6 Wed, 25 May 2022 22:25:07 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index 47b747ff84e..9b35a289308 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": "1.9.149", + "tag": "@microsoft/loader-load-themed-styles_v1.9.149", + "date": "Tue, 07 Jun 2022 09:37:04 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.268`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "1.9.148", "tag": "@microsoft/loader-load-themed-styles_v1.9.148", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index 00ca9a9a27c..fe56f5041c2 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:04 GMT and should not be manually modified. + +## 1.9.149 +Tue, 07 Jun 2022 09:37:04 GMT + +_Version update only_ ## 1.9.148 Wed, 25 May 2022 22:25:07 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index 3673e65c644..db73b0cddad 100644 --- a/webpack/loader-raw-script/CHANGELOG.json +++ b/webpack/loader-raw-script/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/loader-raw-script", "entries": [ + { + "version": "1.3.230", + "tag": "@rushstack/loader-raw-script_v1.3.230", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "1.3.229", "tag": "@rushstack/loader-raw-script_v1.3.229", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index e46e8b176c7..6f987ae8595 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 1.3.230 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 1.3.229 Wed, 25 May 2022 22:25:07 GMT diff --git a/webpack/localization-plugin/CHANGELOG.json b/webpack/localization-plugin/CHANGELOG.json index 8cb1bcfd519..c1cd3792252 100644 --- a/webpack/localization-plugin/CHANGELOG.json +++ b/webpack/localization-plugin/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/localization-plugin", "entries": [ + { + "version": "0.13.1", + "tag": "@rushstack/localization-plugin_v0.13.1", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.2.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.3.39`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.3.38` to `^3.3.39`" + } + ] + } + }, { "version": "0.13.0", "tag": "@rushstack/localization-plugin_v0.13.0", diff --git a/webpack/localization-plugin/CHANGELOG.md b/webpack/localization-plugin/CHANGELOG.md index 93033c52cc5..79dfd36129e 100644 --- a/webpack/localization-plugin/CHANGELOG.md +++ b/webpack/localization-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/localization-plugin -This log was last generated on Fri, 03 Jun 2022 00:11:05 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.13.1 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.13.0 Fri, 03 Jun 2022 00:11:05 GMT diff --git a/webpack/module-minifier-plugin-5/CHANGELOG.json b/webpack/module-minifier-plugin-5/CHANGELOG.json index 8a3518b4f13..c2e365fe099 100644 --- a/webpack/module-minifier-plugin-5/CHANGELOG.json +++ b/webpack/module-minifier-plugin-5/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/webpack5-module-minifier-plugin", "entries": [ + { + "version": "5.1.1", + "tag": "@rushstack/webpack5-module-minifier-plugin_v5.1.1", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.1.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.1.2`" + }, + { + "comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `*`" + } + ] + } + }, { "version": "5.1.0", "tag": "@rushstack/webpack5-module-minifier-plugin_v5.1.0", diff --git a/webpack/module-minifier-plugin-5/CHANGELOG.md b/webpack/module-minifier-plugin-5/CHANGELOG.md index 9dcaa4942b5..ceadbe8d32e 100644 --- a/webpack/module-minifier-plugin-5/CHANGELOG.md +++ b/webpack/module-minifier-plugin-5/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/webpack5-module-minifier-plugin -This log was last generated on Thu, 02 Jun 2022 15:13:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 5.1.1 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 5.1.0 Thu, 02 Jun 2022 15:13:07 GMT diff --git a/webpack/module-minifier-plugin/CHANGELOG.json b/webpack/module-minifier-plugin/CHANGELOG.json index fda4e80ecbc..7c291a9f10c 100644 --- a/webpack/module-minifier-plugin/CHANGELOG.json +++ b/webpack/module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/module-minifier-plugin", "entries": [ + { + "version": "0.9.2", + "tag": "@rushstack/module-minifier-plugin_v0.9.2", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/module-minifier\" to `0.1.2`" + }, + { + "comment": "Updating dependency \"@rushstack/worker-pool\" to `0.1.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.9.1", "tag": "@rushstack/module-minifier-plugin_v0.9.1", diff --git a/webpack/module-minifier-plugin/CHANGELOG.md b/webpack/module-minifier-plugin/CHANGELOG.md index 88ddbb85c7f..415ac2899e9 100644 --- a/webpack/module-minifier-plugin/CHANGELOG.md +++ b/webpack/module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/module-minifier-plugin -This log was last generated on Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.9.2 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.9.1 Wed, 25 May 2022 22:25:07 GMT diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json index 817000b7db4..6570a303631 100644 --- a/webpack/preserve-dynamic-require-plugin/CHANGELOG.json +++ b/webpack/preserve-dynamic-require-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack-preserve-dynamic-require-plugin", "entries": [ + { + "version": "0.9.6", + "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.9.6", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.9.5", "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.9.5", diff --git a/webpack/preserve-dynamic-require-plugin/CHANGELOG.md b/webpack/preserve-dynamic-require-plugin/CHANGELOG.md index 27f86b62636..83e1e7cb5bd 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 Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.9.6 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.9.5 Wed, 25 May 2022 22:25:08 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 65bf8a7edcf..260dcd20176 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.json +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/set-webpack-public-path-plugin", "entries": [ + { + "version": "3.3.39", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.3.39", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/webpack-plugin-utilities\" to `0.1.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.5.21`" + } + ] + } + }, { "version": "3.3.38", "tag": "@rushstack/set-webpack-public-path-plugin_v3.3.38", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index 1efaae03823..ea2de6eef95 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 Wed, 25 May 2022 22:25:07 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 3.3.39 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 3.3.38 Wed, 25 May 2022 22:25:07 GMT diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.json b/webpack/webpack-plugin-utilities/CHANGELOG.json index 768657ef6c1..2111ad1bfda 100644 --- a/webpack/webpack-plugin-utilities/CHANGELOG.json +++ b/webpack/webpack-plugin-utilities/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/webpack-plugin-utilities", "entries": [ + { + "version": "0.1.6", + "tag": "@rushstack/webpack-plugin-utilities_v0.1.6", + "date": "Tue, 07 Jun 2022 09:37:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.45.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.7`" + } + ] + } + }, { "version": "0.1.5", "tag": "@rushstack/webpack-plugin-utilities_v0.1.5", diff --git a/webpack/webpack-plugin-utilities/CHANGELOG.md b/webpack/webpack-plugin-utilities/CHANGELOG.md index f5663806d82..1ac60b5c945 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 Wed, 25 May 2022 22:25:08 GMT and should not be manually modified. +This log was last generated on Tue, 07 Jun 2022 09:37:05 GMT and should not be manually modified. + +## 0.1.6 +Tue, 07 Jun 2022 09:37:05 GMT + +_Version update only_ ## 0.1.5 Wed, 25 May 2022 22:25:08 GMT