From d665fa83f88b6b999d04fc19ad76ef3e8e004bce Mon Sep 17 00:00:00 2001 From: undefined Date: Sat, 2 Nov 2024 12:47:52 +0100 Subject: [PATCH] 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": {