Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/atlas-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/atlas-core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 3 additions & 4 deletions scripts/release/marketplaceRelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading