Skip to content

Commit 999d8df

Browse files
committed
Update changelogs [skip ci]
1 parent 33336f6 commit 999d8df

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

common/changes/@rushstack/webpack5-localization-plugin/fix-incremental-loc_2025-02-14-20-33.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

webpack/webpack5-localization-plugin/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/webpack5-localization-plugin",
33
"entries": [
4+
{
5+
"version": "0.12.2",
6+
"tag": "@rushstack/webpack5-localization-plugin_v0.12.2",
7+
"date": "Fri, 14 Feb 2025 23:17:26 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix a bug where `chunk.localizedFiles` was not set in incremental rebuilds."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.12.1",
618
"tag": "@rushstack/webpack5-localization-plugin_v0.12.1",

webpack/webpack5-localization-plugin/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/webpack5-localization-plugin
22

3-
This log was last generated on Wed, 12 Feb 2025 01:10:52 GMT and should not be manually modified.
3+
This log was last generated on Fri, 14 Feb 2025 23:17:26 GMT and should not be manually modified.
4+
5+
## 0.12.2
6+
Fri, 14 Feb 2025 23:17:26 GMT
7+
8+
### Patches
9+
10+
- Fix a bug where `chunk.localizedFiles` was not set in incremental rebuilds.
411

512
## 0.12.1
613
Wed, 12 Feb 2025 01:10:52 GMT

0 commit comments

Comments
 (0)