From 3454d31a31b96aa17997a83fb326043ff1f0d693 Mon Sep 17 00:00:00 2001
From: lme-axelor <102581501+lme-axelor@users.noreply.github.com>
Date: Tue, 26 Nov 2024 17:36:41 +0100
Subject: [PATCH] Release 7.2.22
---
CHANGELOG.md | 16 ++++++++++++++++
android/app/build.gradle | 4 ++--
changelogs/unreleased/86572.json | 5 -----
changelogs/unreleased/87049.json | 5 -----
changelogs/unreleased/87258.json | 5 -----
ios/AosMobile/Info.plist | 2 +-
package.json | 16 ++++++++--------
packages/apps/crm/package.json | 6 +++---
packages/apps/helpdesk/package.json | 6 +++---
packages/apps/hr/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 +-
15 files changed, 48 insertions(+), 47 deletions(-)
delete mode 100644 changelogs/unreleased/86572.json
delete mode 100644 changelogs/unreleased/87049.json
delete mode 100644 changelogs/unreleased/87258.json
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58be99e1b6..793107adb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,21 @@ title: 7.2.0
tags: Changelog
---
+## [7.2.22] (2024-11-26)
+
+### @axelor/aos-mobile-core
+
+#### Fixes
+
+- SessionInputs: manage session refresh in unique mode
+- Modules: improved search to remove the 40-response limit
+
+### @axelor/aos-mobile-ui
+
+#### Features
+
+- Numerical inputs: add auto-select on focus
+
## [7.2.21] (2024-11-19)
### @axelor/aos-mobile-ui
@@ -720,6 +735,7 @@ It enables user to manage Expenses through the mobile application. You can creat
- Remove IconButton component which should be replaced by Button component.
- Remove Pop-up components which should be replaced by Alert component.
+[7.2.22]: https://github.com/axelor/axelor-mobile/compare/7.2.21...7.2.22
[7.2.21]: https://github.com/axelor/axelor-mobile/compare/7.2.20...7.2.21
[7.2.20]: https://github.com/axelor/axelor-mobile/compare/7.2.19...7.2.20
[7.2.19]: https://github.com/axelor/axelor-mobile/compare/7.2.18...7.2.19
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 3fe4afafb6..5c212b7f56 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 32
- versionName "7.2.21"
+ versionCode 33
+ versionName "7.2.22"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {
diff --git a/changelogs/unreleased/86572.json b/changelogs/unreleased/86572.json
deleted file mode 100644
index f8615b9314..0000000000
--- a/changelogs/unreleased/86572.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "Numerical inputs: add auto-select on focus",
- "type": "feat",
- "packages": "ui"
-}
diff --git a/changelogs/unreleased/87049.json b/changelogs/unreleased/87049.json
deleted file mode 100644
index e382c37aa3..0000000000
--- a/changelogs/unreleased/87049.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "SessionInputs: manage session refresh in unique mode",
- "type": "fix",
- "packages": "core"
-}
diff --git a/changelogs/unreleased/87258.json b/changelogs/unreleased/87258.json
deleted file mode 100644
index bb50520a77..0000000000
--- a/changelogs/unreleased/87258.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "title": "Modules: improved search to remove the 40-response limit",
- "type": "fix",
- "packages": "core"
-}
diff --git a/ios/AosMobile/Info.plist b/ios/AosMobile/Info.plist
index a62dfa7926..4dcbc1c04c 100644
--- a/ios/AosMobile/Info.plist
+++ b/ios/AosMobile/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 7.2.21
+ 7.2.22
CFBundleSignature
????
CFBundleVersion
diff --git a/package.json b/package.json
index a6966583ae..ed6761a79d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
- "version": "7.2.21",
+ "version": "7.2.22",
"private": true,
"workspaces": {
"packages": [
@@ -29,13 +29,13 @@
"build-storybook": "build-storybook"
},
"dependencies": {
- "@axelor/aos-mobile-core": "7.2.21",
- "@axelor/aos-mobile-crm": "7.2.21",
- "@axelor/aos-mobile-helpdesk": "7.2.21",
- "@axelor/aos-mobile-hr": "7.2.21",
- "@axelor/aos-mobile-manufacturing": "7.2.21",
- "@axelor/aos-mobile-stock": "7.2.21",
- "@axelor/aos-mobile-ui": "7.2.21",
+ "@axelor/aos-mobile-core": "7.2.22",
+ "@axelor/aos-mobile-crm": "7.2.22",
+ "@axelor/aos-mobile-helpdesk": "7.2.22",
+ "@axelor/aos-mobile-hr": "7.2.22",
+ "@axelor/aos-mobile-manufacturing": "7.2.22",
+ "@axelor/aos-mobile-stock": "7.2.22",
+ "@axelor/aos-mobile-ui": "7.2.22",
"@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 fe15e3a23c..f7741b2303 100644
--- a/packages/apps/crm/package.json
+++ b/packages/apps/crm/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-crm",
- "version": "7.2.21",
+ "version": "7.2.22",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
@@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
- "@axelor/aos-mobile-core": "7.2.21",
- "@axelor/aos-mobile-ui": "7.2.21",
+ "@axelor/aos-mobile-core": "7.2.22",
+ "@axelor/aos-mobile-ui": "7.2.22",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
diff --git a/packages/apps/helpdesk/package.json b/packages/apps/helpdesk/package.json
index 1f0ef32905..c7da3d3164 100644
--- a/packages/apps/helpdesk/package.json
+++ b/packages/apps/helpdesk/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-helpdesk",
- "version": "7.2.21",
+ "version": "7.2.22",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
@@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
- "@axelor/aos-mobile-core": "7.2.21",
- "@axelor/aos-mobile-ui": "7.2.21",
+ "@axelor/aos-mobile-core": "7.2.22",
+ "@axelor/aos-mobile-ui": "7.2.22",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
diff --git a/packages/apps/hr/package.json b/packages/apps/hr/package.json
index 743de0a84c..9d88841227 100644
--- a/packages/apps/hr/package.json
+++ b/packages/apps/hr/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-hr",
- "version": "7.2.21",
+ "version": "7.2.22",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
@@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
- "@axelor/aos-mobile-core": "7.2.21",
- "@axelor/aos-mobile-ui": "7.2.21",
+ "@axelor/aos-mobile-core": "7.2.22",
+ "@axelor/aos-mobile-ui": "7.2.22",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
diff --git a/packages/apps/manufacturing/package.json b/packages/apps/manufacturing/package.json
index 9cc7c8ac57..c5f70ac2d0 100644
--- a/packages/apps/manufacturing/package.json
+++ b/packages/apps/manufacturing/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-manufacturing",
- "version": "7.2.21",
+ "version": "7.2.22",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
@@ -28,9 +28,9 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
- "@axelor/aos-mobile-core": "7.2.21",
- "@axelor/aos-mobile-stock": "7.2.21",
- "@axelor/aos-mobile-ui": "7.2.21",
+ "@axelor/aos-mobile-core": "7.2.22",
+ "@axelor/aos-mobile-stock": "7.2.22",
+ "@axelor/aos-mobile-ui": "7.2.22",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
diff --git a/packages/apps/stock/package.json b/packages/apps/stock/package.json
index 7a781c7222..1fa615c68e 100644
--- a/packages/apps/stock/package.json
+++ b/packages/apps/stock/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-stock",
- "version": "7.2.21",
+ "version": "7.2.22",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
@@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
- "@axelor/aos-mobile-ui": "7.2.21",
- "@axelor/aos-mobile-core": "7.2.21",
+ "@axelor/aos-mobile-ui": "7.2.22",
+ "@axelor/aos-mobile-core": "7.2.22",
"@reduxjs/toolkit": "^1.8.5"
},
"devDependencies": {
diff --git a/packages/core/package.json b/packages/core/package.json
index 5c623e4304..70387ae740 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-core",
- "version": "7.2.21",
+ "version": "7.2.22",
"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.2.21",
- "@axelor/aos-mobile-ui": "7.2.21",
+ "@axelor/aos-mobile-error": "7.2.22",
+ "@axelor/aos-mobile-ui": "7.2.22",
"@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 a10b41cd98..45964fa6a0 100644
--- a/packages/error/package.json
+++ b/packages/error/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-error",
- "version": "7.2.21",
+ "version": "7.2.22",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
diff --git a/packages/ui/package.json b/packages/ui/package.json
index bab98c302c..70bd7556ab 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-ui",
- "version": "7.2.21",
+ "version": "7.2.22",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {