From 5a20416416f2ef3cf80cb2f91c6462a7e646ada8 Mon Sep 17 00:00:00 2001 From: lme-axelor <102581501+lme-axelor@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:16:14 +0200 Subject: [PATCH] Release 7.1.19 --- CHANGELOG.md | 9 +++++++++ android/app/build.gradle | 4 ++-- changelogs/unreleased/84375.json | 5 ----- ios/AosMobile/Info.plist | 2 +- package.json | 14 +++++++------- packages/apps/crm/package.json | 6 +++--- packages/apps/helpdesk/package.json | 6 +++--- packages/apps/manufacturing/package.json | 8 ++++---- packages/apps/stock/package.json | 6 +++--- packages/core/package.json | 6 +++--- packages/error/package.json | 2 +- packages/ui/package.json | 2 +- 12 files changed, 37 insertions(+), 33 deletions(-) delete mode 100644 changelogs/unreleased/84375.json diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d4689b6f..8a4d830d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ title: 7.1.0 tags: Changelog --- +## [7.1.19] (2024-10-03) + +### @axelor/aos-mobile-ui + +#### Fixes + +- Stopwatch: manage button visibility when formatted duration is too large + ## [7.1.18] (2024-09-12) ### @axelor/aos-mobile-core @@ -620,6 +628,7 @@ This update breaks the compatability with AOS Stock module under version 7.1 due - Add number decimal digit config management system - Manage multilines input with auto height resize on FormInput +[7.1.19]: https://github.com/axelor/axelor-mobile/compare/7.1.18...7.1.19 [7.1.18]: https://github.com/axelor/axelor-mobile/compare/7.1.17...7.1.18 [7.1.17]: https://github.com/axelor/axelor-mobile/compare/7.1.16...7.1.17 [7.1.16]: https://github.com/axelor/axelor-mobile/compare/7.1.15...7.1.16 diff --git a/android/app/build.gradle b/android/app/build.gradle index 9191d97cb9..144a470ada 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,8 +139,8 @@ android { applicationId "com.aosmobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 26 - versionName "7.1.18" + versionCode 27 + versionName "7.1.19" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/changelogs/unreleased/84375.json b/changelogs/unreleased/84375.json deleted file mode 100644 index 35580a66bb..0000000000 --- a/changelogs/unreleased/84375.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Stopwatch: manage button visibility when formatted duration is too large", - "type": "fix", - "packages": "ui" -} diff --git a/ios/AosMobile/Info.plist b/ios/AosMobile/Info.plist index 1d9d16a80a..d751b10e50 100644 --- a/ios/AosMobile/Info.plist +++ b/ios/AosMobile/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 7.1.18 + 7.1.19 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index c8ed352974..04297b70cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aos-mobile", - "version": "7.1.18", + "version": "7.1.19", "private": true, "workspaces": { "packages": [ @@ -27,12 +27,12 @@ "build-storybook": "build-storybook" }, "dependencies": { - "@axelor/aos-mobile-core": "7.1.18", - "@axelor/aos-mobile-crm": "7.1.18", - "@axelor/aos-mobile-helpdesk": "7.1.18", - "@axelor/aos-mobile-manufacturing": "7.1.18", - "@axelor/aos-mobile-stock": "7.1.18", - "@axelor/aos-mobile-ui": "7.1.18", + "@axelor/aos-mobile-core": "7.1.19", + "@axelor/aos-mobile-crm": "7.1.19", + "@axelor/aos-mobile-helpdesk": "7.1.19", + "@axelor/aos-mobile-manufacturing": "7.1.19", + "@axelor/aos-mobile-stock": "7.1.19", + "@axelor/aos-mobile-ui": "7.1.19", "@react-native-clipboard/clipboard": "^1.11.1", "@reduxjs/toolkit": "^1.8.1", "axios": "^0.26.1", diff --git a/packages/apps/crm/package.json b/packages/apps/crm/package.json index 3b35650800..079f105fc3 100644 --- a/packages/apps/crm/package.json +++ b/packages/apps/crm/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-crm", - "version": "7.1.18", + "version": "7.1.19", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.1.18", - "@axelor/aos-mobile-ui": "7.1.18", + "@axelor/aos-mobile-core": "7.1.19", + "@axelor/aos-mobile-ui": "7.1.19", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/helpdesk/package.json b/packages/apps/helpdesk/package.json index 5dba3d7327..9ea6da24fb 100644 --- a/packages/apps/helpdesk/package.json +++ b/packages/apps/helpdesk/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-helpdesk", - "version": "7.1.18", + "version": "7.1.19", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.1.18", - "@axelor/aos-mobile-ui": "7.1.18", + "@axelor/aos-mobile-core": "7.1.19", + "@axelor/aos-mobile-ui": "7.1.19", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/manufacturing/package.json b/packages/apps/manufacturing/package.json index 56a7621d21..722e1ee9e3 100644 --- a/packages/apps/manufacturing/package.json +++ b/packages/apps/manufacturing/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-manufacturing", - "version": "7.1.18", + "version": "7.1.19", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,9 +28,9 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.1.18", - "@axelor/aos-mobile-stock": "7.1.18", - "@axelor/aos-mobile-ui": "7.1.18", + "@axelor/aos-mobile-core": "7.1.19", + "@axelor/aos-mobile-stock": "7.1.19", + "@axelor/aos-mobile-ui": "7.1.19", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/stock/package.json b/packages/apps/stock/package.json index 03f39b64b4..c69ed3f7a2 100644 --- a/packages/apps/stock/package.json +++ b/packages/apps/stock/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-stock", - "version": "7.1.18", + "version": "7.1.19", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-ui": "7.1.18", - "@axelor/aos-mobile-core": "7.1.18", + "@axelor/aos-mobile-ui": "7.1.19", + "@axelor/aos-mobile-core": "7.1.19", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 9d1068f253..8fff8159dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-core", - "version": "7.1.18", + "version": "7.1.19", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -84,8 +84,8 @@ "vision-camera-code-scanner": "^0.2.0" }, "dependencies": { - "@axelor/aos-mobile-error": "7.1.18", - "@axelor/aos-mobile-ui": "7.1.18", + "@axelor/aos-mobile-error": "7.1.19", + "@axelor/aos-mobile-ui": "7.1.19", "@react-navigation/drawer": "6.6.3", "@react-navigation/native": "6.1.7", "@react-navigation/native-stack": "6.9.13", diff --git a/packages/error/package.json b/packages/error/package.json index 6a50a2f1c7..29a1b48894 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-error", - "version": "7.1.18", + "version": "7.1.19", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 4a6d5d36d9..d01e464aff 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-ui", - "version": "7.1.18", + "version": "7.1.19", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": {