Skip to content

Commit

Permalink
Release 8.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Nov 19, 2024
1 parent d003454 commit 24d27ab
Show file tree
Hide file tree
Showing 20 changed files with 76 additions and 79 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@ title: 8.1.0
tags: Changelog
---

## [8.1.10] (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

- 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.1.9] (2024-11-07)

### @axelor/aos-mobile-core
Expand Down Expand Up @@ -506,7 +532,8 @@ It enables user to manage interventions and customer parc through the mobile app
- Selections: use new system and tools instead of type files
- Product indicators: use new chart component to display quantity indicators

[8.1.9]: https://github.com/axelor/axelor-mobile/compare/8.1.8...8.1.9
[8.1.10]: https://github.com/axelor/axelor-mobile/compare/8.1.9...8.1.10
[8.1.9]: https://github.com/axelor/axelor-mobile/compare/8.1.8...8.1.9
[8.1.8]: https://github.com/axelor/axelor-mobile/compare/8.1.7...8.1.8
[8.1.7]: https://github.com/axelor/axelor-mobile/compare/8.1.6...8.1.7
[8.1.6]: https://github.com/axelor/axelor-mobile/compare/8.1.5...8.1.6
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
applicationId "com.aosmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 35
versionName "8.1.9"
versionCode 36
versionName "8.1.10"
}

splits {
Expand Down
5 changes: 0 additions & 5 deletions changelogs/unreleased/85710.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/unreleased/87053.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 @@ -482,7 +482,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)",
Expand All @@ -494,7 +494,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 8.1.9;
MARKETING_VERSION = 8.1.10;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -513,15 +513,15 @@
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 = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 8.1.9;
MARKETING_VERSION = 8.1.10;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand All @@ -540,15 +540,15 @@
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;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.1.9;
MARKETING_VERSION = 8.1.10;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -571,14 +571,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.1.9;
MARKETING_VERSION = 8.1.10;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "8.1.9",
"version": "8.1.10",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -30,15 +30,15 @@
"postinstall": "patch-package"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-crm": "8.1.9",
"@axelor/aos-mobile-helpdesk": "8.1.9",
"@axelor/aos-mobile-hr": "8.1.9",
"@axelor/aos-mobile-intervention": "8.1.9",
"@axelor/aos-mobile-manufacturing": "8.1.9",
"@axelor/aos-mobile-quality": "8.1.9",
"@axelor/aos-mobile-stock": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.10",
"@axelor/aos-mobile-crm": "8.1.10",
"@axelor/aos-mobile-helpdesk": "8.1.10",
"@axelor/aos-mobile-hr": "8.1.10",
"@axelor/aos-mobile-intervention": "8.1.10",
"@axelor/aos-mobile-manufacturing": "8.1.10",
"@axelor/aos-mobile-quality": "8.1.10",
"@axelor/aos-mobile-stock": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@react-native-clipboard/clipboard": "1.14.1",
"bootstrap-icons": "^1.10.3",
"react": "18.2.0",
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.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-crm": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.10",
"@axelor/aos-mobile-crm": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,9 +27,9 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-stock": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.10",
"@axelor/aos-mobile-stock": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"react-native": "0.71.19"
},
"dependencies": {
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-core": "8.1.9",
"@axelor/aos-mobile-ui": "8.1.10",
"@axelor/aos-mobile-core": "8.1.10",
"@reduxjs/toolkit": "^2.2.3"
},
"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.1.9",
"version": "8.1.10",
"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.1.9",
"@axelor/aos-mobile-ui": "8.1.9",
"@axelor/aos-mobile-error": "8.1.10",
"@axelor/aos-mobile-ui": "8.1.10",
"@react-navigation/drawer": "6.6.15",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-error",
"version": "8.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelor/aos-mobile-ui",
"version": "8.1.9",
"version": "8.1.10",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down

0 comments on commit 24d27ab

Please sign in to comment.