Skip to content

Commit

Permalink
fix(mobile-resources-native): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Elsayed authored and UrazAkgultan committed Apr 11, 2024
1 parent ba95d30 commit b362083
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed
## [6.0.2] Native Mobile Resources - 2024-03-29

### Fixed

- Fixed an Android issue in Download file action with encrypted files enabled projects.

## [6.0.1] Native Mobile Resources - 2024-02-02

[2.2.1] - Accordion

### Fixed

- Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected.

- Resolved an issue where the accordion's dynamic content was not updating its height after the initial render.

## [1.0.3] - Gallery

### Fixed

- fixed an Android issue in Download file action.
- We've resolved an issue where the loading indicator was triggered when pulling down the list, even in the absence of a pull-down event.

## [6.0.0] Native Mobile Resources - 2024-01-24

Expand Down
2 changes: 1 addition & 1 deletion packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "6.0.0",
"version": "6.0.2",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/widget/buildWidgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const runYarnBuild = () => {
}
log.info("Running 'yarn build'...");

const buildProcess = spawn("yarn", ["build"], { stdio: "pipe", shell: true });
const buildProcess = spawn("yarn", ["release"], { stdio: "pipe", shell: true });

buildProcess.stdout.on("data", data => {
process.stdout.write(`\r${colors.yellow}Building widgets... ${data.toString().trim()}${colors.reset}`);
Expand Down

0 comments on commit b362083

Please sign in to comment.