diff --git a/packages/atlas-web-content/CHANGELOG.md b/packages/atlas-web-content/CHANGELOG.md index 5fe7ec6bd..cdfdf5fcf 100644 --- a/packages/atlas-web-content/CHANGELOG.md +++ b/packages/atlas-web-content/CHANGELOG.md @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.2.0] Atlas Web Content - 2025-10-13 + +### Breaking changes + +- Design properties from data widgets 3.5.0 and above is needed for page template and building blocks using galleries to work. + +### Changed + +- We updated page some page templates. +- Lists templates renamed into Galleries / Lists to reflect update on modern client support gallery widget usage. +- Galleries / Lists templates are updated to have card view sample and more filters. + +### Added + +- We added new building blocks based on container and layout configs. +- We added new and updated building blocks and templates based on new Gallery configurations. + ## [4.1.0] Atlas Web Content - 2025-8-18 ### Changed diff --git a/packages/atlas-web-content/package.json b/packages/atlas-web-content/package.json index c276fc102..d6d127b6c 100644 --- a/packages/atlas-web-content/package.json +++ b/packages/atlas-web-content/package.json @@ -1,7 +1,7 @@ { "name": "atlas-web-content", "moduleName": "Atlas Web Content", - "version": "4.1.0", + "version": "4.2.0", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "repository": {