From eed24c91e18af0ad84211bcf9b8cf067a56e43dc Mon Sep 17 00:00:00 2001 From: Uraz Akgultan Date: Wed, 26 Oct 2022 17:03:19 +0200 Subject: [PATCH] chore(atlas-core): update changelog --- packages/modules/atlas-core/CHANGELOG.md | 5 +++++ packages/modules/atlas-core/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/modules/atlas-core/CHANGELOG.md b/packages/modules/atlas-core/CHANGELOG.md index ff46a42e8b..6009ab8a16 100644 --- a/packages/modules/atlas-core/CHANGELOG.md +++ b/packages/modules/atlas-core/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- We added Atlas styling support for Gallery Native widget. +- We added Atlas styling support for Gallery Text Filter Native widget. + ## [3.6.1] Atlas Core - 2022-9-26 ### Changed diff --git a/packages/modules/atlas-core/package.json b/packages/modules/atlas-core/package.json index a706ca9216..4433ff850e 100644 --- a/packages/modules/atlas-core/package.json +++ b/packages/modules/atlas-core/package.json @@ -1,7 +1,7 @@ { "name": "atlas-core", "moduleName": "Atlas Core", - "version": "3.6.1", + "version": "3.7.0", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": {