Skip to content

Commit 4751e59

Browse files
chore(release): 3.10.0-rc.1
1 parent 2590402 commit 4751e59

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.1](https://github.com/pagopa/io-app/compare/3.10.0-rc.0...3.10.0-rc.1) (2025-07-16)
6+
7+
8+
### Features
9+
10+
* **IT Wallet:** [[SIW-2658](https://pagopa.atlassian.net/browse/SIW-2658)] Extract authentication level (L2/L3) from claim verification ([#7175](https://github.com/pagopa/io-app/issues/7175)) ([1d49b2a](https://github.com/pagopa/io-app/commit/1d49b2a756de3bea8bfefe7509aa0d035c73938b))
11+
* [[IOCOM-2458](https://pagopa.atlassian.net/browse/IOCOM-2458),[IOCOM-2459](https://pagopa.atlassian.net/browse/IOCOM-2459)] Support for SEND's AAR QRCode when scanning a QRCode ([#7177](https://github.com/pagopa/io-app/issues/7177)) ([8856ae6](https://github.com/pagopa/io-app/commit/8856ae60fb8e9df3cb74230db1763d48889950fe)), closes [io-services-metadata#1006](https://github.com/pagopa/io-services-metadata/issues/1006) [io-dev-api-server#501](https://github.com/pagopa/io-dev-api-server/issues/501)
12+
13+
14+
### Chores
15+
16+
* [[IOCOM-2479](https://pagopa.atlassian.net/browse/IOCOM-2479)] android crashing on pdf attachment opening ([#7170](https://github.com/pagopa/io-app/issues/7170)) ([2590402](https://github.com/pagopa/io-app/commit/25904023918b8583c187f6e610f2b7a5d34e52bd))
17+
518
## [3.10.0-rc.0](https://github.com/pagopa/io-app/compare/3.9.0-rc.6...3.10.0-rc.0) (2025-07-15)
619

720

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 100155014
123-
versionName "3.10.0.0"
122+
versionCode 100155015
123+
versionName "3.10.0.1"
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
@@ -575,7 +575,7 @@
575575
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
576576
CODE_SIGN_IDENTITY = "iPhone Developer";
577577
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
578-
CURRENT_PROJECT_VERSION = 0;
578+
CURRENT_PROJECT_VERSION = 1;
579579
DEAD_CODE_STRIPPING = YES;
580580
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
581581
ENABLE_BITCODE = NO;
@@ -613,7 +613,7 @@
613613
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
614614
CODE_SIGN_IDENTITY = "iPhone Distribution";
615615
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
616-
CURRENT_PROJECT_VERSION = 0;
616+
CURRENT_PROJECT_VERSION = 1;
617617
DEAD_CODE_STRIPPING = YES;
618618
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
619619
ENABLE_BITCODE = NO;
@@ -856,7 +856,7 @@
856856
CODE_SIGN_IDENTITY = "Apple Development";
857857
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
858858
CODE_SIGN_STYLE = Manual;
859-
CURRENT_PROJECT_VERSION = 0;
859+
CURRENT_PROJECT_VERSION = 1;
860860
DEAD_CODE_STRIPPING = YES;
861861
DEVELOPMENT_TEAM = "";
862862
"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>0</string>
39+
<string>1</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.0",
3+
"version": "3.10.0-rc.1",
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.0
12+
softwareVersion: 3.10.0-rc.1
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)