Skip to content

Commit ddb7ffa

Browse files
chore(release): 3.9.0-rc.2
1 parent a73e59d commit ddb7ffa

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.9.0-rc.2](https://github.com/pagopa/io-app/compare/3.9.0-rc.1...3.9.0-rc.2) (2025-07-03)
6+
7+
8+
### Features
9+
10+
* **IT Wallet:** [[SIW-2548](https://pagopa.atlassian.net/browse/SIW-2548)] Implement Mixpanel events for remote presentation ([#7132](https://github.com/pagopa/io-app/issues/7132)) ([7a07395](https://github.com/pagopa/io-app/commit/7a07395fb8906d45b5a4b314ea004d5b9def6491))
11+
* [[SIW-2543](https://pagopa.atlassian.net/browse/SIW-2543)] IT-Wallet ID ([#7117](https://github.com/pagopa/io-app/issues/7117)) ([f034ba4](https://github.com/pagopa/io-app/commit/f034ba403d3257c92638ed3aed14d232bd2bb894)), closes [/github.com/pagopa/io-app/blob/master/ts/features/itwallet/common/utils/itwCredentialUtils.ts#L101](https://github.com/pagopa//github.com/pagopa/io-app/blob/master/ts/features/itwallet/common/utils/itwCredentialUtils.ts/issues/L101)
12+
13+
14+
### Chores
15+
16+
* [[IOBP-1807](https://pagopa.atlassian.net/browse/IOBP-1807)] New bonus onboarding process ([#7146](https://github.com/pagopa/io-app/issues/7146)) ([da04909](https://github.com/pagopa/io-app/commit/da04909115ed258f4a1ad5cd29b12bb43b39270b))
17+
518
## [3.9.0-rc.1](https://github.com/pagopa/io-app/compare/3.9.0-rc.0...3.9.0-rc.1) (2025-07-02)
619

720
## [3.9.0-rc.0](https://github.com/pagopa/io-app/compare/3.8.0-rc.9...3.9.0-rc.0) (2025-07-02)

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 100155008
123-
versionName "3.9.0.1"
122+
versionCode 100155009
123+
versionName "3.9.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
@@ -573,7 +573,7 @@
573573
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
574574
CODE_SIGN_IDENTITY = "iPhone Developer";
575575
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
576-
CURRENT_PROJECT_VERSION = 1;
576+
CURRENT_PROJECT_VERSION = 2;
577577
DEAD_CODE_STRIPPING = YES;
578578
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
579579
ENABLE_BITCODE = NO;
@@ -611,7 +611,7 @@
611611
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
612612
CODE_SIGN_IDENTITY = "iPhone Distribution";
613613
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
614-
CURRENT_PROJECT_VERSION = 1;
614+
CURRENT_PROJECT_VERSION = 2;
615615
DEAD_CODE_STRIPPING = YES;
616616
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
617617
ENABLE_BITCODE = NO;
@@ -854,7 +854,7 @@
854854
CODE_SIGN_IDENTITY = "Apple Development";
855855
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
856856
CODE_SIGN_STYLE = Manual;
857-
CURRENT_PROJECT_VERSION = 1;
857+
CURRENT_PROJECT_VERSION = 2;
858858
DEAD_CODE_STRIPPING = YES;
859859
DEVELOPMENT_TEAM = "";
860860
"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.9.0-rc.1",
3+
"version": "3.9.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.9.0-rc.1
12+
softwareVersion: 3.9.0-rc.2
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)