Skip to content

Commit b476cd5

Browse files
chore(release): 3.24.0-rc.1
1 parent d086890 commit b476cd5

File tree

6 files changed

+23
-8
lines changed

6 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.24.0-rc.1](https://github.com/pagopa/io-app/compare/3.24.0-rc.0...3.24.0-rc.1) (2026-02-09)
6+
7+
8+
### Bug Fixes
9+
10+
* [[IEL-29](https://pagopa.atlassian.net/browse/IEL-29)] state handling when navigating between FCI documents ([#7834](https://github.com/pagopa/io-app/issues/7834)) ([982f9d7](https://github.com/pagopa/io-app/commit/982f9d7d7fe4761932066c14dfbf2589c416cc9c))
11+
* [[IOPID-3731](https://pagopa.atlassian.net/browse/IOPID-3731)] update CIE card reader screen to support dark mode ([#7841](https://github.com/pagopa/io-app/issues/7841)) ([c2f4d0c](https://github.com/pagopa/io-app/commit/c2f4d0c8305b4661e451bf57d55d9aa91e3e8b72))
12+
13+
14+
### Chores
15+
16+
* [[IOPLT-1522](https://pagopa.atlassian.net/browse/IOPLT-1522)] Add dark mode support to CGN card ([#7783](https://github.com/pagopa/io-app/issues/7783)) ([9e71aad](https://github.com/pagopa/io-app/commit/9e71aadc23d2bd1851c04ac2900cb91402ebbdbd))
17+
* **IT-Wallet:** [[SIW-3348](https://pagopa.atlassian.net/browse/SIW-3348)] Update claim visualization for remote and proximity presentation ([#7797](https://github.com/pagopa/io-app/issues/7797)) ([f1ffe62](https://github.com/pagopa/io-app/commit/f1ffe626c5d02f4e959b0d9d23e8a821ed653ec5))
18+
* [[IOPLT-1395](https://pagopa.atlassian.net/browse/IOPLT-1395)] Replace CGN `WebView` with custom animation made with RN `skia` ([#7775](https://github.com/pagopa/io-app/issues/7775)) ([1c09bc8](https://github.com/pagopa/io-app/commit/1c09bc839adee56007f480b6d684151bd70eeec2))
19+
520
## [3.24.0-rc.0](https://github.com/pagopa/io-app/compare/3.23.0-rc.6...3.24.0-rc.0) (2026-02-05)
621

722

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 100155120
123-
versionName "3.24.0.0"
122+
versionCode 100155121
123+
versionName "3.24.0.1"
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 = 0;
579+
CURRENT_PROJECT_VERSION = 1;
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 = 0;
616+
CURRENT_PROJECT_VERSION = 1;
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 = 0;
857+
CURRENT_PROJECT_VERSION = 1;
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>0</string>
41+
<string>1</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.24.0-rc.0",
3+
"version": "3.24.0-rc.1",
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.24.0-rc.0
12+
softwareVersion: 3.24.0-rc.1
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)