diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index 586ea18f..3d0b05c3 100644 --- a/packages/atlas-core/CHANGELOG.md +++ b/packages/atlas-core/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Fixed + +- We fixed an issue where text in the tab container was cut off at the bottom when Accessibility Display and Text settings were set to the maximum value. + ## [3.14.4] Atlas Core - 2024-9-12 ### Fixed diff --git a/packages/atlas-core/package.json b/packages/atlas-core/package.json index fba3c5cd..8b64aedd 100644 --- a/packages/atlas-core/package.json +++ b/packages/atlas-core/package.json @@ -1,7 +1,7 @@ { "name": "atlas-core", "moduleName": "Atlas Core", - "version": "3.14.4", + "version": "3.14.5", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2024. All rights reserved.", "repository": {