diff --git a/CHANGELOG.md b/CHANGELOG.md index ef563f3eff..e565ebb7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The following is a curated list of changes in the Enact project, newest changes on the top. +## [4.9.5] - 2024-12-11 + +### Fixed + +- `ui/VirtualList` to not abnormally scroll when `dataSize` and `itemSizes` changed + ## [4.9.4] - 2024-11-19 ### Fixed diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 87b0438163..f2243836f8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact core module, newest changes on the top. +## [4.9.5] - 2024-12-11 + +No significant changes. + ## [4.9.4] - 2024-11-19 No significant changes. diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 8ac051642e..81b1865883 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact i18n module, newest changes on the top. +## [4.9.5] - 2024-12-11 + +No significant changes. + ## [4.9.4] - 2024-11-19 No significant changes. diff --git a/packages/sampler/CHANGELOG.md b/packages/sampler/CHANGELOG.md index 6204a4fb24..2ab929fcdc 100755 --- a/packages/sampler/CHANGELOG.md +++ b/packages/sampler/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact Sampler, newest changes on the top. +## [4.9.5] - 2024-12-11 + +No significant changes. + ## [4.9.4] - 2024-11-19 No significant changes. diff --git a/packages/spotlight/CHANGELOG.md b/packages/spotlight/CHANGELOG.md index c720716980..c18fa60088 100644 --- a/packages/spotlight/CHANGELOG.md +++ b/packages/spotlight/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log The following is a curated list of changes in the Enact spotlight module, newest changes on the top. + +## [4.9.5] - 2024-12-11 + +No significant changes. + ## [4.9.4] - 2024-11-19 No significant changes. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 386a9da139..9d8efd5060 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -2,7 +2,7 @@ The following is a curated list of changes in the Enact ui module, newest changes on the top. -## [unreleased] +## [4.9.5] - 2024-12-11 ### Fixed diff --git a/packages/webos/CHANGELOG.md b/packages/webos/CHANGELOG.md index e78e8631ed..de6d8910e0 100644 --- a/packages/webos/CHANGELOG.md +++ b/packages/webos/CHANGELOG.md @@ -2,6 +2,10 @@ The following is a curated list of changes in the Enact webos module, newest changes on the top. +## [4.9.5] - 2024-12-11 + +No significant changes. + ## [4.9.4] - 2024-11-19 No significant changes.