Skip to content

Commit eba360f

Browse files
chore(release): 3.13.0-canary.7446
1 parent 1965d26 commit eba360f

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.13.0-canary.7446](https://github.com/pagopa/io-app/compare/3.13.0-rc.6...3.13.0-canary.7446) (2025-09-15)
6+
7+
8+
### Features
9+
10+
* [[IOBP-1908](https://pagopa.atlassian.net/browse/IOBP-1908)] IDPay onboarding Mixpanel events ([#7333](https://github.com/pagopa/io-app/issues/7333)) ([1ff162d](https://github.com/pagopa/io-app/commit/1ff162dc048bd3638dcbc2b603553524874d1a2f))
11+
* [[IOBP-1976](https://pagopa.atlassian.net/browse/IOBP-1976),[IOBP-1984](https://pagopa.atlassian.net/browse/IOBP-1984)] Add IDPay user waiting list statuses inside the Services home screen ([#7349](https://github.com/pagopa/io-app/issues/7349)) ([09e5a45](https://github.com/pagopa/io-app/commit/09e5a4520857a3f3abf31083b9d07edbc0979a2a))
12+
* **IT Wallet:** [[SIW-2904](https://pagopa.atlassian.net/browse/SIW-2904)] Implement feature unavailable toast ([#7334](https://github.com/pagopa/io-app/issues/7334)) ([942347b](https://github.com/pagopa/io-app/commit/942347b28fc9e7d67ac14d922ee340c17bfb9b7c))
13+
14+
15+
### Bug Fixes
16+
17+
* [[IOPLT-1336](https://pagopa.atlassian.net/browse/IOPLT-1336)] Remove footer gradient from `ItwPresentationDetailsScreenBase` + Fix barcode ([#7347](https://github.com/pagopa/io-app/issues/7347)) ([da04434](https://github.com/pagopa/io-app/commit/da04434da8b5d3e6b68820cbba9edc54734531bb))
18+
519
## [3.13.0-rc.6](https://github.com/pagopa/io-app/compare/3.13.0-rc.5...3.13.0-rc.6) (2025-09-12)
620

721

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 200007445
123-
versionName "3.13.0.6"
122+
versionCode 200007446
123+
versionName "3.13.0.7446"
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/ItaliaApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
574574
CODE_SIGN_IDENTITY = "iPhone Developer";
575575
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
576-
CURRENT_PROJECT_VERSION = 6;
576+
CURRENT_PROJECT_VERSION = 7446;
577577
DEAD_CODE_STRIPPING = YES;
578578
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
579579
ENABLE_BITCODE = NO;
@@ -611,7 +611,7 @@
611611
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
612612
CODE_SIGN_IDENTITY = "iPhone Distribution";
613613
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
614-
CURRENT_PROJECT_VERSION = 6;
614+
CURRENT_PROJECT_VERSION = 7446;
615615
DEAD_CODE_STRIPPING = YES;
616616
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
617617
ENABLE_BITCODE = NO;
@@ -854,7 +854,7 @@
854854
CODE_SIGN_IDENTITY = "Apple Development";
855855
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
856856
CODE_SIGN_STYLE = Manual;
857-
CURRENT_PROJECT_VERSION = 6;
857+
CURRENT_PROJECT_VERSION = 7446;
858858
DEAD_CODE_STRIPPING = YES;
859859
DEVELOPMENT_TEAM = "";
860860
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7;

ios/ItaliaApp/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>6</string>
39+
<string>7446</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<key>LSApplicationQueriesSchemes</key>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "italia-app",
3-
"version": "3.13.0-canary.7445",
3+
"version": "3.13.0-canary.7446",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",
@@ -294,4 +294,4 @@
294294
}
295295
},
296296
"packageManager": "[email protected]"
297-
}
297+
}

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

0 commit comments

Comments
 (0)