diff --git a/packages/atlas-core/CHANGELOG.md b/packages/atlas-core/CHANGELOG.md index d0c008127..f32ccbba4 100644 --- a/packages/atlas-core/CHANGELOG.md +++ b/packages/atlas-core/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.3.6] Atlas Core - 2026-4-23 + ### Fixed -- We fixed an issue with logo overriding using $brand-logo variable not working correctly. +- We fixed an issue with logo overriding using $brand-logo variable not working correctly. ## [4.3.5] Atlas Core - 2026-3-26 diff --git a/packages/atlas-core/package.json b/packages/atlas-core/package.json index 140f2a4fb..bd79cfbeb 100644 --- a/packages/atlas-core/package.json +++ b/packages/atlas-core/package.json @@ -1,7 +1,7 @@ { "name": "atlas-core", "moduleName": "Atlas Core", - "version": "4.3.5", + "version": "4.3.6", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2024. All rights reserved.", "repository": { diff --git a/scripts/release/marketplaceRelease.js b/scripts/release/marketplaceRelease.js index c8340d0cc..74ef0d88a 100644 --- a/scripts/release/marketplaceRelease.js +++ b/scripts/release/marketplaceRelease.js @@ -3,10 +3,9 @@ const { join } = require("path"); const config = { appStoreUrl: "https://appstore.home.mendix.com/rest/packagesapi/v2", - contributorUrl: "https://contributor.mendixcloud.com/apis/v1", - // This one, for some reasons, needs to be added as OpenID header to contributor request. - // The open id value (a39025a8-55b8-4532-bc5d-4e74901d11f9) is taken from widgets@mendix.com - // account and could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id + contributorUrl: "https://contributor.mendix.com/apis/v1", + // OpenID header needs to be added to contributor request. + // Could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id // For each env (accp, test, prod) we have different Open Ids. // If this header is missing API will return 401. openIdUrl: process.env.OPENID_URL