From d665fa83f88b6b999d04fc19ad76ef3e8e004bce Mon Sep 17 00:00:00 2001 From: undefined Date: Sat, 2 Nov 2024 12:47:52 +0100 Subject: [PATCH 1/2] fix: atlas core version number --- packages/atlas-core/CHANGELOG.md | 2 +- packages/atlas-core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index 2b83945f..bf8c1f15 100644 --- a/packages/atlas-core/CHANGELOG.md +++ b/packages/atlas-core/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed -- We fixed an issue with "Hide on tablet" and "Hide on phone" design properties not working correctly on some devices. +- We fixed an issue with **hide on tablet** and **hide on phone** design properties not working correctly on some devices. ### Added diff --git a/packages/atlas-core/package.json b/packages/atlas-core/package.json index 85e9d539..87451e48 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.15.0", + "version": "3.15.1", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2024. All rights reserved.", "repository": { From 2924d4a826427e86d7b167b9eb484d8d65970598 Mon Sep 17 00:00:00 2001 From: Content Teams Date: Mon, 4 Nov 2024 14:33:37 +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 bf8c1f15..9d352ee8 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.15.1] Atlas Core - 2024-11-4 + ### Fixed - We fixed an issue with **hide on tablet** and **hide on phone** design properties not working correctly on some devices.