Skip to content

Commit 6f07d86

Browse files
chore(release): 3.10.0-rc.2
1 parent 19ba684 commit 6f07d86

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.2](https://github.com/pagopa/io-app/compare/3.10.0-rc.1...3.10.0-rc.2) (2025-07-17)
6+
7+
8+
### Features
9+
10+
* **IT Wallet:** [[SIW-2665](https://pagopa.atlassian.net/browse/SIW-2665)] Add IT-Wallet upgrade banner in MDL details ([#7161](https://github.com/pagopa/io-app/issues/7161)) ([e564740](https://github.com/pagopa/io-app/commit/e5647402e0b7bd63bbcf55e060b823cf2c74c047))
11+
12+
13+
### Chores
14+
15+
* [[IOPLT-1166](https://pagopa.atlassian.net/browse/IOPLT-1166)] remove resolutions on types/react ([#7120](https://github.com/pagopa/io-app/issues/7120)) ([19ba684](https://github.com/pagopa/io-app/commit/19ba684bd81ba7e815d3a6fba39e7c135ef1840e)), closes [pagopa/io-app-design-system#482](https://github.com/pagopa/io-app-design-system/issues/482)
16+
* **IT Wallet:** [[SIW-2218](https://pagopa.atlassian.net/browse/SIW-2218)] IT-Wallet preview screen ([#7189](https://github.com/pagopa/io-app/issues/7189)) ([2b1d7bc](https://github.com/pagopa/io-app/commit/2b1d7bc4d38f56dcca91e3f70ee03d491bc100d6))
17+
518
## [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)
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 100155015
123-
versionName "3.10.0.1"
122+
versionCode 100155016
123+
versionName "3.10.0.2"
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 = 1;
578+
CURRENT_PROJECT_VERSION = 2;
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 = 1;
616+
CURRENT_PROJECT_VERSION = 2;
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 = 1;
859+
CURRENT_PROJECT_VERSION = 2;
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>1</string>
39+
<string>2</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.1",
3+
"version": "3.10.0-rc.2",
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.1
12+
softwareVersion: 3.10.0-rc.2
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)