Skip to content

Commit 4ff2f15

Browse files
chore(release): 3.21.0-rc.6
1 parent 3087c25 commit 4ff2f15

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.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

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 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.

ios/IO.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
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;
@@ -611,7 +611,7 @@
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;
@@ -852,7 +852,7 @@
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;

ios/IO/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>5</string>
39+
<string>6</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": "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",

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.21.0-rc.5
12+
softwareVersion: 3.21.0-rc.6
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)