Skip to content

Commit 49358c4

Browse files
chore(release): 3.10.0-rc.5
1 parent aecdf83 commit 49358c4

File tree

6 files changed

+26
-8
lines changed

6 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.10.0-rc.5](https://github.com/pagopa/io-app/compare/3.10.0-rc.4...3.10.0-rc.5) (2025-07-23)
6+
7+
8+
### Features
9+
10+
* [[IOBP-1817](https://pagopa.atlassian.net/browse/IOBP-1817),[IOBP-1869](https://pagopa.atlassian.net/browse/IOBP-1869)] Add email notification banner after IdPay onboarding success ([#7168](https://github.com/pagopa/io-app/issues/7168)) ([aecdf83](https://github.com/pagopa/io-app/commit/aecdf8319e9b7fe090e9f83ca8826669012bf3e6))
11+
* [[IOBP-1890](https://pagopa.atlassian.net/browse/IOBP-1890)] IDPay onboarding loading screen ([#7211](https://github.com/pagopa/io-app/issues/7211)) ([ea62db0](https://github.com/pagopa/io-app/commit/ea62db02f4e5b53425efbfd1af4bb249a1b28cc0))
12+
* **IT Wallet:** [[SIW-2283](https://pagopa.atlassian.net/browse/SIW-2283)] Add trust federation checks when requesting PID ([#7185](https://github.com/pagopa/io-app/issues/7185)) ([31859a7](https://github.com/pagopa/io-app/commit/31859a762a2f93a7fe9cff661bc2fe54044482d9))
13+
14+
15+
### Bug Fixes
16+
17+
* [[IOBP-1887](https://pagopa.atlassian.net/browse/IOBP-1887)] Add missing IDPay service data fetching to enable messages ([#7206](https://github.com/pagopa/io-app/issues/7206)) ([209b815](https://github.com/pagopa/io-app/commit/209b815ef6743c833a9e0acf9936e65143f262c0))
18+
* [[IOBP-1889](https://pagopa.atlassian.net/browse/IOBP-1889)] IDPay back navigation logic ([#7207](https://github.com/pagopa/io-app/issues/7207)) ([200accb](https://github.com/pagopa/io-app/commit/200accbf953498362cf93c223698a6278b5b6df5))
19+
* [[IOBP-1897](https://pagopa.atlassian.net/browse/IOBP-1897)] Cheaper PSP selected check improved ([#7215](https://github.com/pagopa/io-app/issues/7215)) ([8c30ff8](https://github.com/pagopa/io-app/commit/8c30ff802e8c6f07e95c412b4fefd6710a6554c1))
20+
* **IT Wallet:** [[SIW-2757](https://pagopa.atlassian.net/browse/SIW-2757)] Add default space value to `VStack` components if not set ([#7205](https://github.com/pagopa/io-app/issues/7205)) ([02299fa](https://github.com/pagopa/io-app/commit/02299fab0280b77692e2aabd64027a3045ac93f1))
21+
* **IT Wallet:** [[SIW-2767](https://pagopa.atlassian.net/browse/SIW-2767)] Copy regression in "Documenti su IO" ready banner ([#7204](https://github.com/pagopa/io-app/issues/7204)) ([a5dc4a8](https://github.com/pagopa/io-app/commit/a5dc4a8c4aee9d2ebb47dacf6673ea401f87a92b))
22+
523
## [3.10.0-rc.4](https://github.com/pagopa/io-app/compare/3.10.0-rc.3...3.10.0-rc.4) (2025-07-21)
624

725

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 100155018
123-
versionName "3.10.0.4"
122+
versionCode 100155019
123+
versionName "3.10.0.5"
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 = 4;
574+
CURRENT_PROJECT_VERSION = 5;
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 = 4;
612+
CURRENT_PROJECT_VERSION = 5;
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 = 4;
855+
CURRENT_PROJECT_VERSION = 5;
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>4</string>
39+
<string>5</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.10.0-rc.4",
3+
"version": "3.10.0-rc.5",
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.10.0-rc.4
12+
softwareVersion: 3.10.0-rc.5
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)