From 1beb0be5091c749783c618d9d679422cc56e2d2e Mon Sep 17 00:00:00 2001 From: lme-axelor <102581501+lme-axelor@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:59:50 +0100 Subject: [PATCH] Release 7.0.27 --- CHANGELOG.md | 14 ++++++++++++++ android/app/build.gradle | 4 ++-- changelogs/unreleased/87262.json | 5 ----- changelogs/unreleased/87393.json | 5 ----- changelogs/unreleased/87714.json | 5 ----- ios/AosMobile/Info.plist | 2 +- 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 +- 13 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 changelogs/unreleased/87262.json delete mode 100644 changelogs/unreleased/87393.json delete mode 100644 changelogs/unreleased/87714.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e2d5138e..94061f9f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ title: 7.0.0 tags: Changelog --- +## [7.0.27] (2024-12-05) + +### @axelor/aos-mobile-ui + +#### Changes + +- Increment: modify format management on blur/focus + +#### Fixes + +- AutoCompleteSearch: manage margin bottom when the list is empty +- Increment: save when click outside the input + ## [7.0.26] (2024-11-26) ### @axelor/aos-mobile-core @@ -750,6 +763,7 @@ 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.27]: https://github.com/axelor/axelor-mobile/compare/7.0.26...7.0.27 [7.0.26]: https://github.com/axelor/axelor-mobile/compare/7.0.25...7.0.26 [7.0.25]: https://github.com/axelor/axelor-mobile/compare/7.0.24...7.0.25 [7.0.24]: https://github.com/axelor/axelor-mobile/compare/7.0.23...7.0.24 diff --git a/android/app/build.gradle b/android/app/build.gradle index 1f1f34478f..3839f444f5 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 29 - versionName "7.0.26" + versionCode 30 + versionName "7.0.27" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/changelogs/unreleased/87262.json b/changelogs/unreleased/87262.json deleted file mode 100644 index 7209147a0b..0000000000 --- a/changelogs/unreleased/87262.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "AutoCompleteSearch: manage margin bottom when the list is empty", - "type": "fix", - "packages": "ui" -} diff --git a/changelogs/unreleased/87393.json b/changelogs/unreleased/87393.json deleted file mode 100644 index b4c9314ba5..0000000000 --- a/changelogs/unreleased/87393.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Increment: modify format management on blur/focus", - "type": "refactor", - "packages": "ui" -} diff --git a/changelogs/unreleased/87714.json b/changelogs/unreleased/87714.json deleted file mode 100644 index c73eab50f2..0000000000 --- a/changelogs/unreleased/87714.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Increment: save when click outside the input", - "type": "fix", - "packages": "ui" -} diff --git a/ios/AosMobile/Info.plist b/ios/AosMobile/Info.plist index e6442732a7..20ed900f9c 100644 --- a/ios/AosMobile/Info.plist +++ b/ios/AosMobile/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 7.0.26 + 7.0.27 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index da1318bf72..8221f9ccb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aos-mobile", - "version": "7.0.26", + "version": "7.0.27", "private": true, "workspaces": { "packages": [ @@ -27,11 +27,11 @@ "build-storybook": "build-storybook" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.26", - "@axelor/aos-mobile-crm": "7.0.26", - "@axelor/aos-mobile-manufacturing": "7.0.26", - "@axelor/aos-mobile-stock": "7.0.26", - "@axelor/aos-mobile-ui": "7.0.26", + "@axelor/aos-mobile-core": "7.0.27", + "@axelor/aos-mobile-crm": "7.0.27", + "@axelor/aos-mobile-manufacturing": "7.0.27", + "@axelor/aos-mobile-stock": "7.0.27", + "@axelor/aos-mobile-ui": "7.0.27", "@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 f53b02bd02..7b9387fb21 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.26", + "version": "7.0.27", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.26", - "@axelor/aos-mobile-ui": "7.0.26", + "@axelor/aos-mobile-core": "7.0.27", + "@axelor/aos-mobile-ui": "7.0.27", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/manufacturing/package.json b/packages/apps/manufacturing/package.json index 46c1d39f75..ad48496ddc 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.26", + "version": "7.0.27", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,9 +28,9 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.26", - "@axelor/aos-mobile-stock": "7.0.26", - "@axelor/aos-mobile-ui": "7.0.26", + "@axelor/aos-mobile-core": "7.0.27", + "@axelor/aos-mobile-stock": "7.0.27", + "@axelor/aos-mobile-ui": "7.0.27", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/stock/package.json b/packages/apps/stock/package.json index ee5b418ae1..b2b0dd1dba 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.26", + "version": "7.0.27", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-ui": "7.0.26", - "@axelor/aos-mobile-core": "7.0.26", + "@axelor/aos-mobile-ui": "7.0.27", + "@axelor/aos-mobile-core": "7.0.27", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 1ba8d44058..3f66416b47 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-core", - "version": "7.0.26", + "version": "7.0.27", "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.26", - "@axelor/aos-mobile-ui": "7.0.26", + "@axelor/aos-mobile-error": "7.0.27", + "@axelor/aos-mobile-ui": "7.0.27", "@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 95a8c547e4..0d400981f7 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-error", - "version": "7.0.26", + "version": "7.0.27", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 958f202f89..b066884946 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-ui", - "version": "7.0.26", + "version": "7.0.27", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": {