Skip to content

Commit a0a5acd

Browse files
chore(release): 3.8.0-rc.4
1 parent 0f8b8e3 commit a0a5acd

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.8.0-rc.4](https://github.com/pagopa/io-app/compare/3.8.0-rc.3...3.8.0-rc.4) (2025-06-19)
6+
7+
8+
### Features
9+
10+
* **IT Wallet:** [[SIW-2219](https://pagopa.atlassian.net/browse/SIW-2219),[SIW-2275](https://pagopa.atlassian.net/browse/SIW-2275),[SIW-2277](https://pagopa.atlassian.net/browse/SIW-2277),[SIW-2278](https://pagopa.atlassian.net/browse/SIW-2278)] Handle L2 and L3 identification flow ([#6997](https://github.com/pagopa/io-app/issues/6997)) ([f9ed023](https://github.com/pagopa/io-app/commit/f9ed0234a27d379f1730aa8d4c67ee2bb59fd7e0))
11+
12+
13+
### Bug Fixes
14+
15+
* [[IOBP-1752](https://pagopa.atlassian.net/browse/IOBP-1752)] Deeplink of CGN and payments infinite loading ([#7090](https://github.com/pagopa/io-app/issues/7090)) ([02ae085](https://github.com/pagopa/io-app/commit/02ae085bf2905502a99d0d69dd63a1a74426c95f))
16+
* [[IOCOM-2408](https://pagopa.atlassian.net/browse/IOCOM-2408)] Proper scroll on SEND timeline ([#7096](https://github.com/pagopa/io-app/issues/7096)) ([c75fce8](https://github.com/pagopa/io-app/commit/c75fce8d0221027bfe8e1d02d88d053f066762f9))
17+
18+
19+
### Chores
20+
21+
* **IT Wallet:** [[SIW-2493](https://pagopa.atlassian.net/browse/SIW-2493)] New failure screen for unexpected errors in remote presentation flow ([#7095](https://github.com/pagopa/io-app/issues/7095)) ([7879ee1](https://github.com/pagopa/io-app/commit/7879ee148ae966f06dff646bb96a9c96aab2fcc5))
22+
* **IT Wallet:** [[SIW-2536](https://pagopa.atlassian.net/browse/SIW-2536)] Decouple `credentials` reducer migrations from store structure types ([#7068](https://github.com/pagopa/io-app/issues/7068)) ([0f8b8e3](https://github.com/pagopa/io-app/commit/0f8b8e380c6764603742df288ede77901aa32bba))
23+
524
## [3.8.0-rc.3](https://github.com/pagopa/io-app/compare/3.8.0-rc.2...3.8.0-rc.3) (2025-06-18)
625

726

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ android {
119119
applicationId "it.pagopa.io.app"
120120
minSdkVersion rootProject.ext.minSdkVersion
121121
targetSdkVersion rootProject.ext.targetSdkVersion
122-
versionCode 100155000
123-
versionName "3.8.0.3"
122+
versionCode 100155001
123+
versionName "3.8.0.4"
124124
multiDexEnabled true
125125
// The resConfigs attribute will remove all not required localized resources while building the application,
126126
// including the localized resources from libraries.

ios/ItaliaApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
572572
CODE_SIGN_IDENTITY = "iPhone Developer";
573573
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
574-
CURRENT_PROJECT_VERSION = 3;
574+
CURRENT_PROJECT_VERSION = 4;
575575
DEAD_CODE_STRIPPING = YES;
576576
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
577577
ENABLE_BITCODE = NO;
@@ -609,7 +609,7 @@
609609
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
610610
CODE_SIGN_IDENTITY = "iPhone Distribution";
611611
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
612-
CURRENT_PROJECT_VERSION = 3;
612+
CURRENT_PROJECT_VERSION = 4;
613613
DEAD_CODE_STRIPPING = YES;
614614
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
615615
ENABLE_BITCODE = NO;
@@ -852,7 +852,7 @@
852852
CODE_SIGN_IDENTITY = "Apple Development";
853853
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
854854
CODE_SIGN_STYLE = Manual;
855-
CURRENT_PROJECT_VERSION = 3;
855+
CURRENT_PROJECT_VERSION = 4;
856856
DEAD_CODE_STRIPPING = YES;
857857
DEVELOPMENT_TEAM = "";
858858
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7;

ios/ItaliaApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>3</string>
39+
<string>4</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<key>LSApplicationQueriesSchemes</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "italia-app",
3-
"version": "3.8.0-rc.3",
3+
"version": "3.8.0-rc.4",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

publiccode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ releaseDate: "2024-11-21"
99
url: "https://github.com/pagopa/io-app"
1010
applicationSuite: IO
1111
landingURL: "https://ioapp.it/"
12-
softwareVersion: 3.8.0-rc.3
12+
softwareVersion: 3.8.0-rc.4
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)