Skip to content

Commit 9a03d70

Browse files
chore(release): 3.23.0-rc.7
1 parent 955895a commit 9a03d70

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.23.0-rc.7](https://github.com/pagopa/io-app/compare/3.23.0-rc.6...3.23.0-rc.7) (2026-02-04)
6+
7+
8+
### Chores
9+
10+
* [[IOPLT-1589](https://pagopa.atlassian.net/browse/IOPLT-1589)] Upgrades react-native-blob-util to latest version ([955895a](https://github.com/pagopa/io-app/commit/955895a0f907998c3c3aee0eb6781265902dedbb))
11+
512
## [3.23.0-rc.6](https://github.com/pagopa/io-app/compare/3.23.0-rc.5...3.23.0-rc.6) (2026-01-29)
613

714

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 100155117
123-
versionName "3.23.0.6"
122+
versionCode 100155118
123+
versionName "3.23.0.7"
124124
multiDexEnabled true
125125
manifestPlaceholders = [usesCleartextTraffic: "true"]
126126
// The resConfigs attribute will remove all not required localized resources while building the application,

ios/IO.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
577577
CODE_SIGN_IDENTITY = "Apple Development";
578578
CODE_SIGN_STYLE = Automatic;
579-
CURRENT_PROJECT_VERSION = 6;
579+
CURRENT_PROJECT_VERSION = 7;
580580
DEAD_CODE_STRIPPING = YES;
581581
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
582582
ENABLE_BITCODE = NO;
@@ -613,7 +613,7 @@
613613
CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
614614
CODE_SIGN_IDENTITY = "Apple Development";
615615
CODE_SIGN_STYLE = Automatic;
616-
CURRENT_PROJECT_VERSION = 6;
616+
CURRENT_PROJECT_VERSION = 7;
617617
DEAD_CODE_STRIPPING = YES;
618618
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
619619
ENABLE_BITCODE = NO;
@@ -854,7 +854,7 @@
854854
CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
855855
CODE_SIGN_IDENTITY = "Apple Development";
856856
CODE_SIGN_STYLE = Automatic;
857-
CURRENT_PROJECT_VERSION = 6;
857+
CURRENT_PROJECT_VERSION = 7;
858858
DEAD_CODE_STRIPPING = YES;
859859
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
860860
ENABLE_BITCODE = NO;

ios/IO/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</dict>
3939
</array>
4040
<key>CFBundleVersion</key>
41-
<string>6</string>
41+
<string>7</string>
4242
<key>ITSAppUsesNonExemptEncryption</key>
4343
<false/>
4444
<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.23.0-rc.6",
3+
"version": "3.23.0-rc.7",
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.23.0-rc.6
12+
softwareVersion: 3.23.0-rc.7
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)