Skip to content

Commit e45c51b

Browse files
authored
Atlas Core: Updating changelogs (#320)
2 parents 34aa947 + be74455 commit e45c51b

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

packages/atlas-core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [4.3.6] Atlas Core - 2026-4-23
10+
911
### Fixed
1012

11-
- We fixed an issue with logo overriding using $brand-logo variable not working correctly.
13+
- We fixed an issue with logo overriding using $brand-logo variable not working correctly.
1214

1315
## [4.3.5] Atlas Core - 2026-3-26
1416

packages/atlas-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atlas-core",
33
"moduleName": "Atlas Core",
4-
"version": "4.3.5",
4+
"version": "4.3.6",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2024. All rights reserved.",
77
"repository": {

scripts/release/marketplaceRelease.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ const { join } = require("path");
33

44
const config = {
55
appStoreUrl: "https://appstore.home.mendix.com/rest/packagesapi/v2",
6-
contributorUrl: "https://contributor.mendixcloud.com/apis/v1",
7-
// This one, for some reasons, needs to be added as OpenID header to contributor request.
8-
// The open id value (a39025a8-55b8-4532-bc5d-4e74901d11f9) is taken from widgets@mendix.com
9-
// account and could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id
6+
contributorUrl: "https://contributor.mendix.com/apis/v1",
7+
// OpenID header needs to be added to contributor request.
8+
// Could be found at Profile -> Advanced -> Personal Info -> View My Data -> Open id
109
// For each env (accp, test, prod) we have different Open Ids.
1110
// If this header is missing API will return 401.
1211
openIdUrl: process.env.OPENID_URL

0 commit comments

Comments
 (0)