Skip to content

Commit

Permalink
Release 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Dec 15, 2023
1 parent 8fe7cc5 commit 730b3b9
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 33 deletions.
58 changes: 57 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,61 @@ title: 7.2.0
tags: Changelog
---

## [7.2.3] (2023-12-15)

### @axelor/aos-mobile-hr

#### Features

- ExpenseLine : add new header action to toggle selection mode
- Expense: add possibility to delete a line from a draft expense
- Expense: add possibility to create a new line from a draft expense

#### Fixes

- KilometricAllowParamSearchBar : refresh issue
- Expense : reverse order of list view

### @axelor/aos-mobile-manufacturing

#### Fixes

- improve display of ManufacturingOrderCard and OperationOrderCard

### @axelor/aos-mobile-stock

#### Fixes

- Inventory : refresh issue on api error
- Inventory : update list after inventory update
- Inventory : update line list after line update
- StockCorrection : error message when going on menu entry with incorrect status value.

### @axelor/aos-mobile-ui

#### Features

- add new component ToggleButton

#### Fixes

- Storybook : improve components stories with icon display
- Outside click : concurrency issue
- ScrollList : reset page number when list is loading
- SelectionContainer : display issue when label is null

### @axelor/aos-mobile-core

#### Features

- Header actions: add customComponent prop
- Form : manage js formula of studio fields

#### Fixes

- Session : invalid url error appears when typing
- Session : hide close pop-up icon when user is logining

## [7.2.2] (2023-12-01)

### @axelor/aos-mobile-hr
Expand Down Expand Up @@ -178,6 +233,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.1]: https://github.com/axelor/axelor-mobile/compare/7.2.1...7.2.2
[7.2.3]: https://github.com/axelor/axelor-mobile/compare/7.2.2...7.2.3
[7.2.2]: https://github.com/axelor/axelor-mobile/compare/7.2.1...7.2.2
[7.2.1]: https://github.com/axelor/axelor-mobile/compare/7.2.0...7.2.1
[7.2.0]: https://github.com/axelor/axelor-mobile/compare/7.1.2...7.2.0
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
applicationId "com.aosmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "7.2.2"
versionCode 16
versionName "7.2.3"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion ios/AosMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.2.2</string>
<string>7.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "7.2.2",
"version": "7.2.3",
"private": true,
"workspaces": {
"packages": [
Expand All @@ -27,13 +27,13 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.2.2",
"@axelor/aos-mobile-crm": "7.2.2",
"@axelor/aos-mobile-helpdesk": "7.2.2",
"@axelor/aos-mobile-hr": "7.2.2",
"@axelor/aos-mobile-manufacturing": "7.2.2",
"@axelor/aos-mobile-stock": "7.2.2",
"@axelor/aos-mobile-ui": "7.2.2",
"@axelor/aos-mobile-core": "7.2.3",
"@axelor/aos-mobile-crm": "7.2.3",
"@axelor/aos-mobile-helpdesk": "7.2.3",
"@axelor/aos-mobile-hr": "7.2.3",
"@axelor/aos-mobile-manufacturing": "7.2.3",
"@axelor/aos-mobile-stock": "7.2.3",
"@axelor/aos-mobile-ui": "7.2.3",
"@react-native-clipboard/clipboard": "^1.11.1",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.26.1",
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": "7.2.2",
"version": "7.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.2.2",
"@axelor/aos-mobile-ui": "7.2.2",
"@axelor/aos-mobile-core": "7.2.3",
"@axelor/aos-mobile-ui": "7.2.3",
"@reduxjs/toolkit": "^1.8.5"
},
"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": "7.2.2",
"version": "7.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.2.2",
"@axelor/aos-mobile-ui": "7.2.2",
"@axelor/aos-mobile-core": "7.2.3",
"@axelor/aos-mobile-ui": "7.2.3",
"@reduxjs/toolkit": "^1.8.5"
},
"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": "7.2.2",
"version": "7.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.2.2",
"@axelor/aos-mobile-ui": "7.2.2",
"@axelor/aos-mobile-core": "7.2.3",
"@axelor/aos-mobile-ui": "7.2.3",
"@reduxjs/toolkit": "^1.8.5"
},
"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": "7.2.2",
"version": "7.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.2.2",
"@axelor/aos-mobile-stock": "7.2.2",
"@axelor/aos-mobile-ui": "7.2.2",
"@axelor/aos-mobile-core": "7.2.3",
"@axelor/aos-mobile-stock": "7.2.3",
"@axelor/aos-mobile-ui": "7.2.3",
"@reduxjs/toolkit": "^1.8.5"
},
"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": "7.2.2",
"version": "7.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-i18next": "^11.18.6"
},
"dependencies": {
"@axelor/aos-mobile-ui": "7.2.2",
"@axelor/aos-mobile-core": "7.2.2",
"@axelor/aos-mobile-ui": "7.2.3",
"@axelor/aos-mobile-core": "7.2.3",
"@reduxjs/toolkit": "^1.8.5"
},
"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": "7.2.2",
"version": "7.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down Expand Up @@ -84,8 +84,8 @@
"vision-camera-code-scanner": "^0.2.0"
},
"dependencies": {
"@axelor/aos-mobile-error": "7.2.2",
"@axelor/aos-mobile-ui": "7.2.2",
"@axelor/aos-mobile-error": "7.2.3",
"@axelor/aos-mobile-ui": "7.2.3",
"@react-navigation/drawer": "6.6.3",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
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": "7.2.2",
"version": "7.2.3",
"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": "7.2.2",
"version": "7.2.3",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down

0 comments on commit 730b3b9

Please sign in to comment.