From bbb25e27718e79466391f63758ca7f90ee2bf558 Mon Sep 17 00:00:00 2001 From: lme-axelor <102581501+lme-axelor@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:18:37 +0100 Subject: [PATCH] Release 8.2.2 --- CHANGELOG.md | 30 +++++++++++++++++++++++- android/app/build.gradle | 4 ++-- changelogs/unreleased/85710.json | 5 ---- changelogs/unreleased/86631.json | 5 ---- changelogs/unreleased/86739.json | 5 ---- changelogs/unreleased/86811.json | 5 ---- changelogs/unreleased/86812.json | 5 ---- changelogs/unreleased/86962.json | 5 ---- changelogs/unreleased/87053.json | 5 ---- ios/AosMobile.xcodeproj/project.pbxproj | 16 ++++++------- package.json | 24 +++++++++---------- packages/apps/crm/package.json | 6 ++--- packages/apps/helpdesk/package.json | 6 ++--- packages/apps/hr/package.json | 6 ++--- packages/apps/intervention/package.json | 8 +++---- packages/apps/manufacturing/package.json | 8 +++---- packages/apps/project/package.json | 8 +++---- packages/apps/quality/package.json | 6 ++--- packages/apps/sale/package.json | 8 +++---- packages/apps/stock/package.json | 6 ++--- packages/core/package.json | 6 ++--- packages/error/package.json | 2 +- packages/ui/package.json | 2 +- 23 files changed, 87 insertions(+), 94 deletions(-) delete mode 100644 changelogs/unreleased/85710.json delete mode 100644 changelogs/unreleased/86631.json delete mode 100644 changelogs/unreleased/86739.json delete mode 100644 changelogs/unreleased/86811.json delete mode 100644 changelogs/unreleased/86812.json delete mode 100644 changelogs/unreleased/86962.json delete mode 100644 changelogs/unreleased/87053.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 644ea2aeaf..65520dc726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ title: 8.2.0 tags: Changelog --- +## [8.2.2] (2024-11-19) + +### @axelor/aos-mobile-core + +#### Features + +- CustomFieldForm: manage M2M and O2M fields display +- CustomFieldForm: manage image widget + +#### Fixes + +- CustomLoginPage: add same props to component as other login screen + +### @axelor/aos-mobile-ui + +#### Fixes + +- ActionCard: avoid display issue with two vertial actions +- Increment: improve management of spacers on blur + +### @axelor/aos-mobile-hr + +#### Fixes + +- Expense line form: move the add button to the floating tools +- Reducers: add missing exports + ## [8.2.1] (2024-11-07) ### @axelor/aos-mobile-core @@ -171,5 +198,6 @@ This package is linked with the @axelor/aos-mobile-hr to manage time logging. - Supplier arrival: add possibility to fill origin when creating or selecting tracking number + [8.2.2]: https://github.com/axelor/axelor-mobile/compare/8.2.1...8.2.2 [8.2.1]: https://github.com/axelor/axelor-mobile/compare/8.2.0...8.2.1 -[8.2.0]: https://github.com/axelor/axelor-mobile/compare/8.1.8...8.2.0 + [8.2.0]: https://github.com/axelor/axelor-mobile/compare/8.1.8...8.2.0 diff --git a/android/app/build.gradle b/android/app/build.gradle index 226a956ce4..199d7a5529 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,8 +79,8 @@ android { applicationId "com.aosmobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 35 - versionName "8.2.1" + versionCode 36 + versionName "8.2.2" } signingConfigs { debug { diff --git a/changelogs/unreleased/85710.json b/changelogs/unreleased/85710.json deleted file mode 100644 index 1040c96ae4..0000000000 --- a/changelogs/unreleased/85710.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "CustomFieldForm: manage M2M and O2M fields display", - "type": "feat", - "packages": "core" -} diff --git a/changelogs/unreleased/86631.json b/changelogs/unreleased/86631.json deleted file mode 100644 index 0e3250fe10..0000000000 --- a/changelogs/unreleased/86631.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "CustomFieldForm: manage image widget", - "type": "feat", - "packages": "core" -} diff --git a/changelogs/unreleased/86739.json b/changelogs/unreleased/86739.json deleted file mode 100644 index bc54607525..0000000000 --- a/changelogs/unreleased/86739.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "CustomLoginPage: add same props to component as other login screen", - "type": "fix", - "packages": "core" -} diff --git a/changelogs/unreleased/86811.json b/changelogs/unreleased/86811.json deleted file mode 100644 index dac687f7f3..0000000000 --- a/changelogs/unreleased/86811.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "ActionCard: avoid display issue with two vertial actions", - "type": "fix", - "packages": "ui" -} diff --git a/changelogs/unreleased/86812.json b/changelogs/unreleased/86812.json deleted file mode 100644 index 41db4c7e7e..0000000000 --- a/changelogs/unreleased/86812.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Expense line form: move the add button to the floating tools", - "type": "fix", - "packages": "hr" -} diff --git a/changelogs/unreleased/86962.json b/changelogs/unreleased/86962.json deleted file mode 100644 index 7b22727263..0000000000 --- a/changelogs/unreleased/86962.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Increment: improve management of spacers on blur", - "type": "fix", - "packages": "ui" -} diff --git a/changelogs/unreleased/87053.json b/changelogs/unreleased/87053.json deleted file mode 100644 index f0550d99ce..0000000000 --- a/changelogs/unreleased/87053.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "title": "Reducers: add missing exports", - "type": "fix", - "packages": "hr" -} diff --git a/ios/AosMobile.xcodeproj/project.pbxproj b/ios/AosMobile.xcodeproj/project.pbxproj index 72158d8694..c565ca800c 100644 --- a/ios/AosMobile.xcodeproj/project.pbxproj +++ b/ios/AosMobile.xcodeproj/project.pbxproj @@ -466,7 +466,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", @@ -478,7 +478,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 8.2.1; + MARKETING_VERSION = 8.2.2; OTHER_LDFLAGS = ( "-ObjC", "-lc++", @@ -497,7 +497,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; INFOPLIST_FILE = AosMobileTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.4; LD_RUNPATH_SEARCH_PATHS = ( @@ -505,7 +505,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 8.2.1; + MARKETING_VERSION = 8.2.2; OTHER_LDFLAGS = ( "-ObjC", "-lc++", @@ -524,7 +524,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_TEAM = FU222YUEEN; ENABLE_BITCODE = NO; INFOPLIST_FILE = AosMobile/Info.plist; @@ -532,7 +532,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.2.1; + MARKETING_VERSION = 8.2.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -555,14 +555,14 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 23; + CURRENT_PROJECT_VERSION = 24; DEVELOPMENT_TEAM = FU222YUEEN; INFOPLIST_FILE = AosMobile/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 8.2.1; + MARKETING_VERSION = 8.2.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index 389614145b..eb9a7e0c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aos-mobile", - "version": "8.2.1", + "version": "8.2.2", "private": true, "workspaces": { "packages": [ @@ -30,17 +30,17 @@ "postinstall": "patch-package" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-crm": "8.2.1", - "@axelor/aos-mobile-helpdesk": "8.2.1", - "@axelor/aos-mobile-hr": "8.2.1", - "@axelor/aos-mobile-intervention": "8.2.1", - "@axelor/aos-mobile-manufacturing": "8.2.1", - "@axelor/aos-mobile-project": "8.2.1", - "@axelor/aos-mobile-quality": "8.2.1", - "@axelor/aos-mobile-sale": "8.2.1", - "@axelor/aos-mobile-stock": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-crm": "8.2.2", + "@axelor/aos-mobile-helpdesk": "8.2.2", + "@axelor/aos-mobile-hr": "8.2.2", + "@axelor/aos-mobile-intervention": "8.2.2", + "@axelor/aos-mobile-manufacturing": "8.2.2", + "@axelor/aos-mobile-project": "8.2.2", + "@axelor/aos-mobile-quality": "8.2.2", + "@axelor/aos-mobile-sale": "8.2.2", + "@axelor/aos-mobile-stock": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@react-native-clipboard/clipboard": "1.14.1", "@react-native-community/slider": "^4.5.4", "bootstrap-icons": "^1.10.3", diff --git a/packages/apps/crm/package.json b/packages/apps/crm/package.json index cc886306e7..0f6e3a5410 100644 --- a/packages/apps/crm/package.json +++ b/packages/apps/crm/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-crm", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,8 +27,8 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/helpdesk/package.json b/packages/apps/helpdesk/package.json index f0b6ad8b98..388851e2da 100644 --- a/packages/apps/helpdesk/package.json +++ b/packages/apps/helpdesk/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-helpdesk", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,8 +27,8 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/hr/package.json b/packages/apps/hr/package.json index 9b9dd39a72..db2765cc92 100644 --- a/packages/apps/hr/package.json +++ b/packages/apps/hr/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-hr", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,8 +27,8 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/intervention/package.json b/packages/apps/intervention/package.json index 72fd5ab954..a5bde1ada0 100644 --- a/packages/apps/intervention/package.json +++ b/packages/apps/intervention/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-intervention", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,9 +27,9 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-crm": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-crm": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/manufacturing/package.json b/packages/apps/manufacturing/package.json index e5df15b56e..53bd5f57b7 100644 --- a/packages/apps/manufacturing/package.json +++ b/packages/apps/manufacturing/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-manufacturing", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,9 +27,9 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-stock": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-stock": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/project/package.json b/packages/apps/project/package.json index ec69df2d59..f19e17927d 100644 --- a/packages/apps/project/package.json +++ b/packages/apps/project/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-project", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,9 +27,9 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-hr": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-hr": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/quality/package.json b/packages/apps/quality/package.json index 1214771e50..6edfca4199 100644 --- a/packages/apps/quality/package.json +++ b/packages/apps/quality/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-quality", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,8 +27,8 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/sale/package.json b/packages/apps/sale/package.json index 66d8275b7e..df32a70148 100644 --- a/packages/apps/sale/package.json +++ b/packages/apps/sale/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-sale", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,9 +27,9 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-core": "8.2.1", - "@axelor/aos-mobile-crm": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-core": "8.2.2", + "@axelor/aos-mobile-crm": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/apps/stock/package.json b/packages/apps/stock/package.json index 3ddbd26ceb..1092a9a89c 100644 --- a/packages/apps/stock/package.json +++ b/packages/apps/stock/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-stock", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -27,8 +27,8 @@ "react-native": "0.73.9" }, "dependencies": { - "@axelor/aos-mobile-ui": "8.2.1", - "@axelor/aos-mobile-core": "8.2.1", + "@axelor/aos-mobile-ui": "8.2.2", + "@axelor/aos-mobile-core": "8.2.2", "@reduxjs/toolkit": "^2.2.7" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 1010489c38..3de0efe918 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-core", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { @@ -24,8 +24,8 @@ "license:add": "npx add-copyright-header --generate --dir 'src'" }, "dependencies": { - "@axelor/aos-mobile-error": "8.2.1", - "@axelor/aos-mobile-ui": "8.2.1", + "@axelor/aos-mobile-error": "8.2.2", + "@axelor/aos-mobile-ui": "8.2.2", "@react-navigation/drawer": "6.7.2", "@react-navigation/native": "6.1.18", "@react-navigation/native-stack": "6.11.0", diff --git a/packages/error/package.json b/packages/error/package.json index 03663a118f..4cca463800 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-error", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": { diff --git a/packages/ui/package.json b/packages/ui/package.json index a35c223308..41776bc8aa 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@axelor/aos-mobile-ui", - "version": "8.2.1", + "version": "8.2.2", "author": "Axelor", "license": "AGPL-3.0-only", "publishConfig": {