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
1 change: 1 addition & 0 deletions packages/jsActions/nanoflow-actions-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [7.2.1] Nanoflow Commons - 2026-7-22
- Fixed an issue where base64-to-image decoding was failing.

## [7.2.0] Nanoflow Commons - 2026-7-3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

<body>
<div id="application-info" style="visibility: hidden" data-template="">
Siemens Mendix Nanoflow Commons 7.2.0 -
Siemens Mendix Nanoflow Commons 7.2.1 -
</div>
<div id="template">
Siemens Third-Party Software Disclosure Document<br /><br />English / English<br />Note to Resellers: Please
Expand Down Expand Up @@ -718,12 +718,12 @@
</td>
</tr>
<tr>
<td id="BlackDuckCompSummCellInsertionPoint" class="componentSummary">lru-cache (npm) - 11.5.1</td>
<td id="BlackDuckCompSummCellInsertionPoint" class="componentSummary">lru-cache (npm) - 11.5.2</td>
<td class="componentSummary">Yes</td>
<td class="componentSummary"></td>
<td class="componentSummary">
<a href="#compDetail_520375"
>LICENSE AND COPYRIGHT INFORMATION FOR COMPONENT lru-cache (npm) - 11.5.1</a
<a href="#compDetail_537467"
>LICENSE AND COPYRIGHT INFORMATION FOR COMPONENT lru-cache (npm) - 11.5.2</a
>
</td>
</tr>
Expand Down Expand Up @@ -2565,16 +2565,16 @@ <h5><a name="compCopyrightText_313510">Copyrights:</a></h5>
</tr>
<tr class="componentDetail">
<td class="componentDetail">
<h4><br /><a name="compDetail_520375">LICENSE CONDITIONS AND COPYRIGHT NOTICES</a></h4>
<h4>Open Source Software: - lru-cache (npm) - 11.5.1</h4>
<h4><br /><a name="compDetail_537467">LICENSE CONDITIONS AND COPYRIGHT NOTICES</a></h4>
<h4>Open Source Software: - lru-cache (npm) - 11.5.2</h4>
<p class="important">
Enclosed you will find the
<a href="#compLicenseText_520375">license conditions</a> applicable for - lru-cache (npm) -
11.5.1
<a href="#compLicenseText_537467">license conditions</a> applicable for - lru-cache (npm) -
11.5.2
</p>
<br />

<h5><a name="compLicenseText_520375">License conditions:</a></h5>
<h5><a name="compLicenseText_537467">License conditions:</a></h5>
<br />
<table class="licenseText">
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/jsActions/nanoflow-actions-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanoflow-actions-native",
"moduleName": "Nanoflow Commons",
"version": "7.2.0",
"version": "7.2.1",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"@mendix/pluggable-widgets-tools": "*",
"mendix": "11.8.0"
}
}
}
Loading