diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index 0bd3ff2787b..682825d06b6 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.9.27", + "tag": "@microsoft/api-documenter_v7.9.27", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "7.9.26", "tag": "@microsoft/api-documenter_v7.9.26", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 66718de23dc..35a4964e0e5 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 7.9.27 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 7.9.26 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index e0a98e81ec0..8dcd8d97412 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.20.1", + "tag": "@rushstack/heft_v0.20.1", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "patch": [ + { + "comment": "Improve error handling and make --debug print stacks of errors that occur in heft's internal initialization." + } + ] + } + }, { "version": "0.20.0", "tag": "@rushstack/heft_v0.20.0", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index 480cbbb2df8..14bd161aa76 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 0.20.1 +Tue, 10 Nov 2020 16:11:42 GMT + +### Patches + +- Improve error handling and make --debug print stacks of errors that occur in heft's internal initialization. ## 0.20.0 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index ea8dd56ca0d..97bdf615b2b 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.0.56", + "tag": "@rushstack/rundown_v1.0.56", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "1.0.55", "tag": "@rushstack/rundown_v1.0.55", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index df38d49fac1..fb556cd3cfd 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 1.0.56 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 1.0.55 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/common/changes/@rushstack/heft/deadjestcode_2020-11-10-07-02.json b/common/changes/@rushstack/heft/deadjestcode_2020-11-10-07-02.json deleted file mode 100644 index 133cf187bde..00000000000 --- a/common/changes/@rushstack/heft/deadjestcode_2020-11-10-07-02.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/heft", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/heft/ianc-make-debug-print-internal-errors_2020-11-06-01-35.json b/common/changes/@rushstack/heft/ianc-make-debug-print-internal-errors_2020-11-06-01-35.json deleted file mode 100644 index cadda3a925b..00000000000 --- a/common/changes/@rushstack/heft/ianc-make-debug-print-internal-errors_2020-11-06-01-35.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/heft", - "comment": "Improve error handling and make --debug print stacks of errors that occur in heft's internal initialization.", - "type": "patch" - } - ], - "packageName": "@rushstack/heft", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/core-build/gulp-core-build-sass/CHANGELOG.json b/core-build/gulp-core-build-sass/CHANGELOG.json index b9fa72dee92..32aa968f717 100644 --- a/core-build/gulp-core-build-sass/CHANGELOG.json +++ b/core-build/gulp-core-build-sass/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/gulp-core-build-sass", "entries": [ + { + "version": "4.13.27", + "tag": "@microsoft/gulp-core-build-sass_v4.13.27", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.128`" + } + ] + } + }, { "version": "4.13.26", "tag": "@microsoft/gulp-core-build-sass_v4.13.26", diff --git a/core-build/gulp-core-build-sass/CHANGELOG.md b/core-build/gulp-core-build-sass/CHANGELOG.md index 573ae96283f..24a217499fc 100644 --- a/core-build/gulp-core-build-sass/CHANGELOG.md +++ b/core-build/gulp-core-build-sass/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/gulp-core-build-sass -This log was last generated on Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 4.13.27 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 4.13.26 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/core-build/gulp-core-build-serve/CHANGELOG.json b/core-build/gulp-core-build-serve/CHANGELOG.json index 37fa078888c..1cbd2510e48 100644 --- a/core-build/gulp-core-build-serve/CHANGELOG.json +++ b/core-build/gulp-core-build-serve/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/gulp-core-build-serve", "entries": [ + { + "version": "3.8.27", + "tag": "@microsoft/gulp-core-build-serve_v3.8.27", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.92`" + } + ] + } + }, { "version": "3.8.26", "tag": "@microsoft/gulp-core-build-serve_v3.8.26", diff --git a/core-build/gulp-core-build-serve/CHANGELOG.md b/core-build/gulp-core-build-serve/CHANGELOG.md index 26ddcd530d6..37ec0d00d5d 100644 --- a/core-build/gulp-core-build-serve/CHANGELOG.md +++ b/core-build/gulp-core-build-serve/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/gulp-core-build-serve -This log was last generated on Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 3.8.27 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 3.8.26 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/core-build/web-library-build/CHANGELOG.json b/core-build/web-library-build/CHANGELOG.json index 491b6b46058..04fe708d2a4 100644 --- a/core-build/web-library-build/CHANGELOG.json +++ b/core-build/web-library-build/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/web-library-build", "entries": [ + { + "version": "7.5.27", + "tag": "@microsoft/web-library-build_v7.5.27", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.27`" + }, + { + "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.27`" + } + ] + } + }, { "version": "7.5.26", "tag": "@microsoft/web-library-build_v7.5.26", diff --git a/core-build/web-library-build/CHANGELOG.md b/core-build/web-library-build/CHANGELOG.md index 96351eb2c1f..02203352fe1 100644 --- a/core-build/web-library-build/CHANGELOG.md +++ b/core-build/web-library-build/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @microsoft/web-library-build -This log was last generated on Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 7.5.27 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 7.5.26 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index 127177fa354..14a201451e6 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": "0.2.92", + "tag": "@rushstack/debug-certificate-manager_v0.2.92", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "0.2.91", "tag": "@rushstack/debug-certificate-manager_v0.2.91", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index 113b8022c67..ccc21347d0a 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 0.2.92 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 0.2.91 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index 4d4192cc2c7..cade209a987 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.128", + "tag": "@microsoft/load-themed-styles_v1.10.128", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.1.20`" + } + ] + } + }, { "version": "1.10.127", "tag": "@microsoft/load-themed-styles_v1.10.127", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index ca9c0139ba5..767b0c151ae 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 1.10.128 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 1.10.127 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 6d53e7496c0..8ff321cfd6e 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": "2.4.96", + "tag": "@rushstack/package-deps-hash_v2.4.96", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "2.4.95", "tag": "@rushstack/package-deps-hash_v2.4.95", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index 8c0a96a0235..64f254b8453 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 2.4.96 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 2.4.95 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index b972e48dbb9..60575d1f06e 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.40", + "tag": "@rushstack/stream-collator_v4.0.40", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.39`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "4.0.39", "tag": "@rushstack/stream-collator_v4.0.39", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index 19333f1803b..79e9dbb57c7 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 4.0.40 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 4.0.39 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/libraries/terminal/CHANGELOG.json b/libraries/terminal/CHANGELOG.json index c4196cb81c4..adc740cd963 100644 --- a/libraries/terminal/CHANGELOG.json +++ b/libraries/terminal/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/terminal", "entries": [ + { + "version": "0.1.39", + "tag": "@rushstack/terminal_v0.1.39", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "0.1.38", "tag": "@rushstack/terminal_v0.1.38", diff --git a/libraries/terminal/CHANGELOG.md b/libraries/terminal/CHANGELOG.md index a4007ef07a4..131ed4784c6 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 0.1.39 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 0.1.38 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index fb71050f611..b67bc756e1b 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "0.1.20", + "tag": "@rushstack/heft-node-rig_v0.1.20", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.20.0` to `^0.20.1`" + } + ] + } + }, { "version": "0.1.19", "tag": "@rushstack/heft-node-rig_v0.1.19", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index f186e400b3e..b41e478e6f0 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 0.1.20 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 0.1.19 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 68eee4c1faa..a8b8767241c 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.1.20", + "tag": "@rushstack/heft-web-rig_v0.1.20", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.20.0` to `^0.20.1`" + } + ] + } + }, { "version": "0.1.19", "tag": "@rushstack/heft-web-rig_v0.1.19", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index e46403886fa..b5943a9d8f9 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 0.1.20 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 0.1.19 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index 2a93909d5bd..d798259177a 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.8", + "tag": "@microsoft/loader-load-themed-styles_v1.9.8", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.128`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "1.9.7", "tag": "@microsoft/loader-load-themed-styles_v1.9.7", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index b7f4a480287..a4da5ee97c5 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 1.9.8 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 1.9.7 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index e0bb9cb16b3..49c83d0fd3b 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.95", + "tag": "@rushstack/loader-raw-script_v1.3.95", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "1.3.94", "tag": "@rushstack/loader-raw-script_v1.3.94", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index 703944b85f1..d18c3a04949 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 1.3.95 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 1.3.94 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/webpack/localization-plugin/CHANGELOG.json b/webpack/localization-plugin/CHANGELOG.json index f2d9c5bca8e..8517a02aeb5 100644 --- a/webpack/localization-plugin/CHANGELOG.json +++ b/webpack/localization-plugin/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@rushstack/localization-plugin", "entries": [ + { + "version": "0.5.7", + "tag": "@rushstack/localization-plugin_v0.5.7", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.1.8`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.1.7` to `^3.1.8`" + } + ] + } + }, { "version": "0.5.6", "tag": "@rushstack/localization-plugin_v0.5.6", diff --git a/webpack/localization-plugin/CHANGELOG.md b/webpack/localization-plugin/CHANGELOG.md index cd9802b931c..9a608969be6 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 0.5.7 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 0.5.6 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/webpack/module-minifier-plugin/CHANGELOG.json b/webpack/module-minifier-plugin/CHANGELOG.json index 5c954cec648..472b3174cbd 100644 --- a/webpack/module-minifier-plugin/CHANGELOG.json +++ b/webpack/module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rushstack/module-minifier-plugin", "entries": [ + { + "version": "0.3.7", + "tag": "@rushstack/module-minifier-plugin_v0.3.7", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "0.3.6", "tag": "@rushstack/module-minifier-plugin_v0.3.6", diff --git a/webpack/module-minifier-plugin/CHANGELOG.md b/webpack/module-minifier-plugin/CHANGELOG.md index abfa411be8d..752bd23686d 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 0.3.7 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 0.3.6 Sun, 08 Nov 2020 22:52:49 GMT diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 9497233e1e2..d66e4081336 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": "3.1.8", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.1.8", + "date": "Tue, 10 Nov 2020 16:11:42 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.20.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `0.1.20`" + } + ] + } + }, { "version": "3.1.7", "tag": "@rushstack/set-webpack-public-path-plugin_v3.1.7", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index 52de3e37327..090d4e696ac 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 Sun, 08 Nov 2020 22:52:49 GMT and should not be manually modified. +This log was last generated on Tue, 10 Nov 2020 16:11:42 GMT and should not be manually modified. + +## 3.1.8 +Tue, 10 Nov 2020 16:11:42 GMT + +_Version update only_ ## 3.1.7 Sun, 08 Nov 2020 22:52:49 GMT