From fff4e2497f0962d5143b049104b231437bcdf550 Mon Sep 17 00:00:00 2001 From: lme-axelor <102581501+lme-axelor@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:36:57 +0100 Subject: [PATCH] Release 7.0.5 --- CHANGELOG.md | 55 +++++++++++++++++++++++- android/app/build.gradle | 4 +- ios/AosMobile/Info.plist | 4 +- package.json | 12 +++--- packages/apps/crm/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 +- 10 files changed, 79 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ba759cf6..5c8cf5aa73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,58 @@ title: 7.0.0 tags: Changelog --- +## [7.0.5] (2023-11-10) + +The application's global test has been corrected to make sure that the application is correctly working. + +This version also correct the yarn dev command. It's now fully working and enable developpers to get immediat refresh when working on packages. + +### @axelor/aos-mobile-crm + +#### Fixes + +- DropdownContactView : wrong display condition on address +- ProspectDropdownCards : wrong field name used for the category + +### @axelor/aos-mobile-stock + +#### Fixes + +- StockCorrection : prevent update if there is no reason +- SmallPropertyCard : wrong alert disabled condition + +### @axelor/aos-mobile-core + +#### Features + +- Add generic tool to display object's barcode in header actions +- UploadFileInput : add camera option on component and improve design +- Add CameraButton component to take quick picture + +#### Fixes + +- Error management on requests : consider AOP status -1 as error & show the right toast with error message +- Stopwatch : prevent refresh issue when app is inactive +- Sessions : improve logic with camera display +- LoginButton : modify disabled condition to manage case where sessions are disabled +- Prevent refresh issue with translations on user screen when changing language + +### @axelor/aos-mobile-ui + +#### Features + +- ChipSelect : manage refresh on default value with prop `isRefresh` + +#### Fixes + +- Image : remove refresh issue +- SearchDetailsPopUp : manage too long titles display + +#### Changes + +- Icon : remove `disabled` props to only keep `touchable` one +- ChipSelect : simplify logic inside component + ## [7.0.4] (2023-08-25) ### @axelor/aos-mobile-core @@ -288,8 +340,9 @@ The project architecture has also been updated, the example folder has been expl - Replace ChipSelect by MultiValuePicker on list screens - Add search bar details pop up on screens: add empowered searchBar for objects +[7.0.5]: https://github.com/axelor/axelor-mobile/compare/7.0.4...7.0.5 [7.0.4]: https://github.com/axelor/axelor-mobile/compare/7.0.3...7.0.4 [7.0.3]: https://github.com/axelor/axelor-mobile/compare/7.0.2...7.0.3 [7.0.2]: https://github.com/axelor/axelor-mobile/compare/7.0.1...7.0.2 [7.0.1]: https://github.com/axelor/axelor-mobile/compare/7.0.0...7.0.1 -[7.0.0]: https://github.com/axelor/axelor-mobile/compare/6.5.1...7.0.0 +[7.0.0]: https://github.com/axelor/axelor-mobile/compare/6.5.5...7.0.0 diff --git a/android/app/build.gradle b/android/app/build.gradle index 4b7ce7ebc7..dcda4ad134 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 9 - versionName "7.0.4" + versionCode 10 + versionName "7.0.5" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/ios/AosMobile/Info.plist b/ios/AosMobile/Info.plist index a57fef575b..a2f7ac681f 100644 --- a/ios/AosMobile/Info.plist +++ b/ios/AosMobile/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 7.0.4 + 7.0.5 CFBundleSignature ???? CFBundleVersion - 4 + 5 LSApplicationQueriesSchemes tel diff --git a/package.json b/package.json index 8bef333c48..c23d67098c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aos-mobile", - "version": "7.0.4", + "version": "7.0.5", "private": true, "workspaces": { "packages": [ @@ -27,11 +27,11 @@ "build-storybook": "build-storybook" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.4", - "@axelor/aos-mobile-crm": "7.0.4", - "@axelor/aos-mobile-manufacturing": "7.0.4", - "@axelor/aos-mobile-stock": "7.0.4", - "@axelor/aos-mobile-ui": "7.0.4", + "@axelor/aos-mobile-core": "7.0.5", + "@axelor/aos-mobile-crm": "7.0.5", + "@axelor/aos-mobile-manufacturing": "7.0.5", + "@axelor/aos-mobile-stock": "7.0.5", + "@axelor/aos-mobile-ui": "7.0.5", "@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 0a0f2df2fc..0dcdc8211a 100644 --- a/packages/apps/crm/package.json +++ b/packages/apps/crm/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-crm", - "version": "7.0.4", + "version": "7.0.5", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.4", - "@axelor/aos-mobile-ui": "7.0.4", + "@axelor/aos-mobile-core": "7.0.5", + "@axelor/aos-mobile-ui": "7.0.5", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/manufacturing/package.json b/packages/apps/manufacturing/package.json index 460c6da3a5..7453ed6f49 100644 --- a/packages/apps/manufacturing/package.json +++ b/packages/apps/manufacturing/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-manufacturing", - "version": "7.0.4", + "version": "7.0.5", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,9 +28,9 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.4", - "@axelor/aos-mobile-stock": "7.0.4", - "@axelor/aos-mobile-ui": "7.0.4", + "@axelor/aos-mobile-core": "7.0.5", + "@axelor/aos-mobile-stock": "7.0.5", + "@axelor/aos-mobile-ui": "7.0.5", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/stock/package.json b/packages/apps/stock/package.json index 8a744b5fb4..179f75d743 100644 --- a/packages/apps/stock/package.json +++ b/packages/apps/stock/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-stock", - "version": "7.0.4", + "version": "7.0.5", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-ui": "7.0.4", - "@axelor/aos-mobile-core": "7.0.4", + "@axelor/aos-mobile-ui": "7.0.5", + "@axelor/aos-mobile-core": "7.0.5", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 50fb4a67b3..46aec3f540 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-core", - "version": "7.0.4", + "version": "7.0.5", "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.0.4", - "@axelor/aos-mobile-ui": "7.0.4", + "@axelor/aos-mobile-error": "7.0.5", + "@axelor/aos-mobile-ui": "7.0.5", "@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 f54ebba91f..075219db3e 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-error", - "version": "7.0.4", + "version": "7.0.5", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 5d06ea55be..5624ce19a6 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-ui", - "version": "7.0.4", + "version": "7.0.5", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": {