From 92e073c1b627f58004062250913b1a8a285ea81e Mon Sep 17 00:00:00 2001 From: lme-axelor <102581501+lme-axelor@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:53:44 +0100 Subject: [PATCH] Release 7.0.28 --- CHANGELOG.md | 9 +++++++++ android/app/build.gradle | 4 ++-- changelogs/unreleased/88623.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 +- 11 files changed, 33 insertions(+), 29 deletions(-) delete mode 100644 changelogs/unreleased/88623.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 94061f9f18..e69aed2f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ title: 7.0.0 tags: Changelog --- +## [7.0.28] (2024-12-19) + +### @axelor/aos-mobile-stock + +#### Fixes + +- Inventory line: correct creation process + ## [7.0.27] (2024-12-05) ### @axelor/aos-mobile-ui @@ -763,6 +771,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.28]: https://github.com/axelor/axelor-mobile/compare/7.0.27...7.0.28 [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 diff --git a/android/app/build.gradle b/android/app/build.gradle index 3839f444f5..e943a877fc 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 30 - versionName "7.0.27" + versionCode 31 + versionName "7.0.28" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/changelogs/unreleased/88623.json b/changelogs/unreleased/88623.json deleted file mode 100644 index 10a3c2bc21..0000000000 --- a/changelogs/unreleased/88623.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Inventory line: correct creation process", - "type": "fix", - "packages": "stock" -} diff --git a/ios/AosMobile/Info.plist b/ios/AosMobile/Info.plist index 20ed900f9c..15337f3150 100644 --- a/ios/AosMobile/Info.plist +++ b/ios/AosMobile/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 7.0.27 + 7.0.28 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 8221f9ccb1..a7cafb9e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aos-mobile", - "version": "7.0.27", + "version": "7.0.28", "private": true, "workspaces": { "packages": [ @@ -27,11 +27,11 @@ "build-storybook": "build-storybook" }, "dependencies": { - "@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", + "@axelor/aos-mobile-core": "7.0.28", + "@axelor/aos-mobile-crm": "7.0.28", + "@axelor/aos-mobile-manufacturing": "7.0.28", + "@axelor/aos-mobile-stock": "7.0.28", + "@axelor/aos-mobile-ui": "7.0.28", "@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 7b9387fb21..15db62fef8 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.27", + "version": "7.0.28", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.27", - "@axelor/aos-mobile-ui": "7.0.27", + "@axelor/aos-mobile-core": "7.0.28", + "@axelor/aos-mobile-ui": "7.0.28", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/manufacturing/package.json b/packages/apps/manufacturing/package.json index ad48496ddc..4bcf46b9ca 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.27", + "version": "7.0.28", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,9 +28,9 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-core": "7.0.27", - "@axelor/aos-mobile-stock": "7.0.27", - "@axelor/aos-mobile-ui": "7.0.27", + "@axelor/aos-mobile-core": "7.0.28", + "@axelor/aos-mobile-stock": "7.0.28", + "@axelor/aos-mobile-ui": "7.0.28", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/apps/stock/package.json b/packages/apps/stock/package.json index b2b0dd1dba..72d1339d02 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.27", + "version": "7.0.28", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -28,8 +28,8 @@ "react-i18next": "^11.18.6" }, "dependencies": { - "@axelor/aos-mobile-ui": "7.0.27", - "@axelor/aos-mobile-core": "7.0.27", + "@axelor/aos-mobile-ui": "7.0.28", + "@axelor/aos-mobile-core": "7.0.28", "@reduxjs/toolkit": "^1.8.5" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 3f66416b47..29d2a8cadd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-core", - "version": "7.0.27", + "version": "7.0.28", "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.27", - "@axelor/aos-mobile-ui": "7.0.27", + "@axelor/aos-mobile-error": "7.0.28", + "@axelor/aos-mobile-ui": "7.0.28", "@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 0d400981f7..5825bae0b1 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-error", - "version": "7.0.27", + "version": "7.0.28", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { diff --git a/packages/ui/package.json b/packages/ui/package.json index b066884946..c2143bed61 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-ui", - "version": "7.0.27", + "version": "7.0.28", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": {