Skip to content

Commit

Permalink
Release 8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Nov 26, 2024
1 parent 3e8f5ea commit 9119db3
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 88 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@ title: 8.2.0
tags: Changelog
---

## [8.2.3] (2024-11-26)

### @axelor/aos-mobile-core

#### Features

- WebView: authorize geolocation

#### 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

#### Fixes

- BranchCard: resolve display issue with chevron

### @axelor/aos-mobile-stock

#### Fixes

- StockMoveLine: use the right API to add a tracking number

## [8.2.2] (2024-11-19)

### @axelor/aos-mobile-core
Expand Down Expand Up @@ -198,6 +227,7 @@ 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.3]: https://github.com/axelor/axelor-mobile/compare/8.2.2...8.2.3
[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
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId "com.aosmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36
versionName "8.2.2"
versionCode 37
versionName "8.2.3"
}
signingConfigs {
debug {
Expand Down
5 changes: 0 additions & 5 deletions changelogs/unreleased/86572.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/86837.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/87049.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/87258.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/87288.json

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/87305.json

This file was deleted.

16 changes: 8 additions & 8 deletions ios/AosMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand All @@ -478,7 +478,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 8.2.2;
MARKETING_VERSION = 8.2.3;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -497,15 +497,15 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
INFOPLIST_FILE = AosMobileTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 8.2.2;
MARKETING_VERSION = 8.2.3;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -524,15 +524,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEVELOPMENT_TEAM = FU222YUEEN;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = AosMobile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.2.2;
MARKETING_VERSION = 8.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -555,14 +555,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 24;
CURRENT_PROJECT_VERSION = 25;
DEVELOPMENT_TEAM = FU222YUEEN;
INFOPLIST_FILE = AosMobile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.2.2;
MARKETING_VERSION = 8.2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "8.2.2",
"version": "8.2.3",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -30,17 +30,17 @@
"postinstall": "patch-package"
},
"dependencies": {
"@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",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-crm": "8.2.3",
"@axelor/aos-mobile-helpdesk": "8.2.3",
"@axelor/aos-mobile-hr": "8.2.3",
"@axelor/aos-mobile-intervention": "8.2.3",
"@axelor/aos-mobile-manufacturing": "8.2.3",
"@axelor/aos-mobile-project": "8.2.3",
"@axelor/aos-mobile-quality": "8.2.3",
"@axelor/aos-mobile-sale": "8.2.3",
"@axelor/aos-mobile-stock": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-community/slider": "^4.5.4",
"bootstrap-icons": "^1.10.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/crm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-crm",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/helpdesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-helpdesk",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/hr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-hr",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/intervention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-intervention",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-crm": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-crm": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/manufacturing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-manufacturing",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-stock": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-stock": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-project",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-hr": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-hr": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/quality/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-quality",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/sale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-sale",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-crm": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.3",
"@axelor/aos-mobile-crm": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/stock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-stock",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.73.9"
},
"dependencies": {
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-core": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.3",
"@axelor/aos-mobile-core": "8.2.3",
"@reduxjs/toolkit": "^2.2.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-core",
"version": "8.2.2",
"version": "8.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -24,8 +24,8 @@
"license:add": "npx add-copyright-header --generate --dir 'src'"
},
"dependencies": {
"@axelor/aos-mobile-error": "8.2.2",
"@axelor/aos-mobile-ui": "8.2.2",
"@axelor/aos-mobile-error": "8.2.3",
"@axelor/aos-mobile-ui": "8.2.3",
"@react-navigation/drawer": "6.7.2",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
Expand Down
Loading

0 comments on commit 9119db3

Please sign in to comment.