Skip to content

Commit bc80479

Browse files
chore(release): 3.23.0-rc.6
1 parent 2effdae commit bc80479

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.23.0-rc.6](https://github.com/pagopa/io-app/compare/3.23.0-rc.5...3.23.0-rc.6) (2026-01-29)
6+
7+
8+
### Features
9+
10+
* **IT-Wallet:** [[SIW-3737](https://pagopa.atlassian.net/browse/SIW-3737)] Add Android NFC Antenna info via native APIs ([#7799](https://github.com/pagopa/io-app/issues/7799)) ([0d78d5d](https://github.com/pagopa/io-app/commit/0d78d5d65bef1ebc82f45858d4f4a5285cacb841)), closes [/#diff-ce43b4673ba550f9e636ac63b5ddce3915726b8b0fed75be58c7e724022d4f3fR1-R42](https://github.com/pagopa///issues/diff-ce43b4673ba550f9e636ac63b5ddce3915726b8b0fed75be58c7e724022d4f3fR1-R42) [/#diff-e4595726ee81e30e5a4e3c1e2cba628530b0c2936935a818dae9734fdc59b055R1-R14](https://github.com/pagopa///issues/diff-e4595726ee81e30e5a4e3c1e2cba628530b0c2936935a818dae9734fdc59b055R1-R14) [/#diff-266f5a0d436e918b4c6a8ce655ece9527fb76226fbfb44f7f2d16bf1069b269aR50](https://github.com/pagopa///issues/diff-266f5a0d436e918b4c6a8ce655ece9527fb76226fbfb44f7f2d16bf1069b269aR50) [/#diff-4766fc5d3eaaed7fd678cc01376c13cf5730aa34e6d7459d147d85c697753594R49](https://github.com/pagopa///issues/diff-4766fc5d3eaaed7fd678cc01376c13cf5730aa34e6d7459d147d85c697753594R49) [/#diff-489778b3a8709db85e849d2e49e8f94f9aea08a4418a9187f1a6bf06715ba261R226-R229](https://github.com/pagopa///issues/diff-489778b3a8709db85e849d2e49e8f94f9aea08a4418a9187f1a6bf06715ba261R226-R229) [/#diff-4de2e00cec46b685293e2428c73a769f075888b6c109df62fc408698d9b8a5a3R398-R404](https://github.com/pagopa///issues/diff-4de2e00cec46b685293e2428c73a769f075888b6c109df62fc408698d9b8a5a3R398-R404)
11+
12+
13+
### Chores
14+
15+
* [[IOBP-000](https://pagopa.atlassian.net/browse/IOBP-000)] Revert "refactor: [[IOBP-2403](https://pagopa.atlassian.net/browse/IOBP-2403),[IOBP-2496](https://pagopa.atlassian.net/browse/IOBP-2496),[IOBP-2535](https://pagopa.atlassian.net/browse/IOBP-2535)] Enable `cart` receipt download" ([#7816](https://github.com/pagopa/io-app/issues/7816)) ([2effdae](https://github.com/pagopa/io-app/commit/2effdaeb13fb779707fda5e3797f1d4d99499685)), closes [pagopa/io-app#7796](https://github.com/pagopa/io-app/issues/7796)
16+
517
## [3.23.0-rc.5](https://github.com/pagopa/io-app/compare/3.23.0-rc.4...3.23.0-rc.5) (2026-01-28)
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 100155116
123-
versionName "3.23.0.5"
122+
versionCode 100155117
123+
versionName "3.23.0.6"
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
@@ -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
@@ -38,7 +38,7 @@
3838
</dict>
3939
</array>
4040
<key>CFBundleVersion</key>
41-
<string>5</string>
41+
<string>6</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.5",
3+
"version": "3.23.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.23.0-rc.5
12+
softwareVersion: 3.23.0-rc.6
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)