From 0861ad31a3951d3fad691ce8ab3fe11be1025243 Mon Sep 17 00:00:00 2001 From: gjulivan Date: Wed, 19 Aug 2026 12:13:41 +0200 Subject: [PATCH 1/2] fix: account current user from administrator module to system user --- packages/atlas-core/CHANGELOG.md | 4 ++++ packages/atlas-core/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index c4dae7377..3fb10c3f0 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] +### Changed + +- We changed account current user retrieval on language selector from administration module to system user. + ### Fixed - We fixed an issue with label alignment in Check Box widgets. diff --git a/packages/atlas-core/package.json b/packages/atlas-core/package.json index 15e8b4995..4a5adfb00 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.20.0", + "version": "3.21.0", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2024. All rights reserved.", "repository": { From fde2d9a10555d76b3e2a6a0c4d8cadfd366acd3a Mon Sep 17 00:00:00 2001 From: Content Teams Date: Wed, 19 Aug 2026 10:14:36 +0000 Subject: [PATCH 2/2] chore(atlas-core): update changelogs --- packages/atlas-core/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index 3fb10c3f0..ec957f354 100644 --- a/packages/atlas-core/CHANGELOG.md +++ b/packages/atlas-core/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [3.21.0] Atlas Core - 2026-8-19 + ### Changed - We changed account current user retrieval on language selector from administration module to system user.