diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index 811fae621..169aab06f 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 update template pages to support modern client. + ## [3.12.1] Atlas Core - 2023-10-16 ### Fixed diff --git a/packages/atlas-core/package.json b/packages/atlas-core/package.json index 891b44e86..2fadade7f 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.12.1", + "version": "3.12.2", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/atlas-web-content/CHANGELOG.md b/packages/atlas-web-content/CHANGELOG.md index d1bb3ecf9..e6af2710c 100644 --- a/packages/atlas-web-content/CHANGELOG.md +++ b/packages/atlas-web-content/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +- We update template pages to support modern client. + ## [3.4.0] Atlas Web Content - 2023-5-17 ### Breaking changes diff --git a/packages/atlas-web-content/package.json b/packages/atlas-web-content/package.json index 3f8f2b4e7..d4455839b 100644 --- a/packages/atlas-web-content/package.json +++ b/packages/atlas-web-content/package.json @@ -1,7 +1,7 @@ { "name": "atlas-web-content", "moduleName": "Atlas Web Content", - "version": "3.4.0", + "version": "3.4.1", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": {