File tree Expand file tree Collapse file tree 6 files changed +20
-8
lines changed
Expand file tree Collapse file tree 6 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 22
33All 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.21.0-rc.6](https://github.com/pagopa/io-app/compare/3.21.0-rc.5...3.21.0-rc.6) (2025-12-03)
6+
7+
8+ ### Features
9+
10+ * [[IOPAE-2308](https://pagopa.atlassian.net/browse/IOPAE-2308)] Add remote config for favourite services feature ([#7668](https://github.com/pagopa/io-app/issues/7668)) ([3087c25](https://github.com/pagopa/io-app/commit/3087c2578192a2943122568b21f1541046eb0bc7))
11+
12+
13+ ### Chores
14+
15+ * [[IOBP-2317](https://pagopa.atlassian.net/browse/IOBP-2317)] IDPay barcode copy update ([#7669](https://github.com/pagopa/io-app/issues/7669)) ([6c7afd4](https://github.com/pagopa/io-app/commit/6c7afd4b47c0f8691829affdf4f0bd35932138ea))
16+
517## [3.21.0-rc.5](https://github.com/pagopa/io-app/compare/3.21.0-rc.4...3.21.0-rc.5) (2025-12-02)
618
719
Original file line number Diff line number Diff 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 100155091
123- versionName " 3.21.0.5 "
122+ versionCode 100155092
123+ versionName " 3.21.0.6 "
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.
Original file line number Diff line number Diff line change 574574 CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
575575 CODE_SIGN_IDENTITY = "Apple Development";
576576 CODE_SIGN_STYLE = Automatic;
577- CURRENT_PROJECT_VERSION = 5 ;
577+ CURRENT_PROJECT_VERSION = 6 ;
578578 DEAD_CODE_STRIPPING = YES;
579579 DEVELOPMENT_TEAM = M2X5YQ4BJ7;
580580 ENABLE_BITCODE = NO;
611611 CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
612612 CODE_SIGN_IDENTITY = "Apple Development";
613613 CODE_SIGN_STYLE = Automatic;
614- CURRENT_PROJECT_VERSION = 5 ;
614+ CURRENT_PROJECT_VERSION = 6 ;
615615 DEAD_CODE_STRIPPING = YES;
616616 DEVELOPMENT_TEAM = M2X5YQ4BJ7;
617617 ENABLE_BITCODE = NO;
852852 CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
853853 CODE_SIGN_IDENTITY = "Apple Development";
854854 CODE_SIGN_STYLE = Automatic;
855- CURRENT_PROJECT_VERSION = 5 ;
855+ CURRENT_PROJECT_VERSION = 6 ;
856856 DEAD_CODE_STRIPPING = YES;
857857 DEVELOPMENT_TEAM = M2X5YQ4BJ7;
858858 ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change 3636 </dict >
3737 </array >
3838 <key >CFBundleVersion </key >
39- <string >5 </string >
39+ <string >6 </string >
4040 <key >ITSAppUsesNonExemptEncryption </key >
4141 <false />
4242 <key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change 11{
22 "name" : " io" ,
3- "version" : " 3.21.0-rc.5 " ,
3+ "version" : " 3.21.0-rc.6 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " react-native start" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ releaseDate: "2024-11-21"
99url : " https://github.com/pagopa/io-app"
1010applicationSuite : IO
1111landingURL : " https://ioapp.it/"
12- softwareVersion : 3.21.0-rc.5
12+ softwareVersion : 3.21.0-rc.6
1313developmentStatus : beta
1414softwareType : standalone/mobile
1515roadmap : " https://ioapp.it/"
You can’t perform that action at this time.
0 commit comments