Skip to content

Commit

Permalink
Release 7.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Mar 13, 2024
1 parent 6eb866c commit f58c9d0
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 42 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@ title: 7.1.0
tags: Changelog
---

## [7.1.8] (2024-03-13)

### @axelor/aos-mobile-core

#### Fixes

- Login screen: improve display.

### @axelor/aos-mobile-helpdesk

#### Fixes

- List screens: avoid page loading when search is active

### @axelor/aos-mobile-crm

#### Fixes

- List screens: avoid page loading when search is active

### @axelor/aos-mobile-stock

#### Fixes

- Product details: hide units if product is not sellable or purchasable

## [7.1.7] (2024-02-16)

### @axelor/aos-mobile-crm
Expand Down Expand Up @@ -364,6 +390,7 @@ This update breaks the compatability with AOS Stock module under version 7.1 due
- Add number decimal digit config management system
- Manage multilines input with auto height resize on FormInput

[7.1.8]: https://github.com/axelor/axelor-mobile/compare/7.1.7...7.1.8
[7.1.7]: https://github.com/axelor/axelor-mobile/compare/7.1.6...7.1.7
[7.1.6]: https://github.com/axelor/axelor-mobile/compare/7.1.5...7.1.6
[7.1.5]: https://github.com/axelor/axelor-mobile/compare/7.1.4...7.1.5
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 17
versionName "7.1.7"
versionName "7.1.8"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
5 changes: 0 additions & 5 deletions changelogs/unreleased/75492.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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.1.7</string>
<string>7.1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aos-mobile",
"version": "7.1.7",
"version": "7.1.8",
"private": true,
"workspaces": {
"packages": [
Expand All @@ -27,12 +27,12 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@axelor/aos-mobile-core": "7.1.7",
"@axelor/aos-mobile-crm": "7.1.7",
"@axelor/aos-mobile-helpdesk": "7.1.7",
"@axelor/aos-mobile-manufacturing": "7.1.7",
"@axelor/aos-mobile-stock": "7.1.7",
"@axelor/aos-mobile-ui": "7.1.7",
"@axelor/aos-mobile-core": "7.1.8",
"@axelor/aos-mobile-crm": "7.1.8",
"@axelor/aos-mobile-helpdesk": "7.1.8",
"@axelor/aos-mobile-manufacturing": "7.1.8",
"@axelor/aos-mobile-stock": "7.1.8",
"@axelor/aos-mobile-ui": "7.1.8",
"@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.1.7",
"version": "7.1.8",
"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.1.7",
"@axelor/aos-mobile-ui": "7.1.7",
"@axelor/aos-mobile-core": "7.1.8",
"@axelor/aos-mobile-ui": "7.1.8",
"@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.1.7",
"version": "7.1.8",
"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.1.7",
"@axelor/aos-mobile-ui": "7.1.7",
"@axelor/aos-mobile-core": "7.1.8",
"@axelor/aos-mobile-ui": "7.1.8",
"@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.1.7",
"version": "7.1.8",
"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.1.7",
"@axelor/aos-mobile-stock": "7.1.7",
"@axelor/aos-mobile-ui": "7.1.7",
"@axelor/aos-mobile-core": "7.1.8",
"@axelor/aos-mobile-stock": "7.1.8",
"@axelor/aos-mobile-ui": "7.1.8",
"@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.1.7",
"version": "7.1.8",
"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.1.7",
"@axelor/aos-mobile-core": "7.1.7",
"@axelor/aos-mobile-ui": "7.1.8",
"@axelor/aos-mobile-core": "7.1.8",
"@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.1.7",
"version": "7.1.8",
"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.1.7",
"@axelor/aos-mobile-ui": "7.1.7",
"@axelor/aos-mobile-error": "7.1.8",
"@axelor/aos-mobile-ui": "7.1.8",
"@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.1.7",
"version": "7.1.8",
"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.1.7",
"version": "7.1.8",
"author": "Axelor",
"license": "AGPL-3.0-only",
"publishConfig": {
Expand Down

0 comments on commit f58c9d0

Please sign in to comment.