Skip to content

Commit f686138

Browse files
chore(release): 3.13.0-canary.7408
1 parent fbcc57e commit f686138

File tree

6 files changed

+33
-9
lines changed

6 files changed

+33
-9
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.7408](https://github.com/pagopa/io-app/compare/3.13.0-rc.4...3.13.0-canary.7408) (2025-09-10)
6+
7+
8+
### Features
9+
10+
* [[IOBP-1857](https://pagopa.atlassian.net/browse/IOBP-1857)] IDPay `TOO_MANY_REQUESTS` error flow ([#7198](https://github.com/pagopa/io-app/issues/7198)) ([b1a9acc](https://github.com/pagopa/io-app/commit/b1a9accfeeaa0640649790b5f6cef042e26f5ba4))
11+
12+
13+
### Bug Fixes
14+
15+
* applu suggestion and comment only tracking ([393e455](https://github.com/pagopa/io-app/commit/393e455bdd74f62d1440a066315549ba8057cf57))
16+
* apply minor fix, applied minor fixes, cleaned up code, remove unnecessary useCallback, and fixed tests ([f0356d0](https://github.com/pagopa/io-app/commit/f0356d093e18ad9dbcbc9f7eb58877a282d28e55))
17+
* apply suggestions ([af9952a](https://github.com/pagopa/io-app/commit/af9952a3a0631f20b2c6018b621e7b8bda6d20ea))
18+
* delete unsed vaue into the activeSessionLogin redux state ([2f22ec3](https://github.com/pagopa/io-app/commit/2f22ec32fa96b3af9b3a49270eb0d12bbf1b243d))
19+
20+
21+
### Chores
22+
23+
* add logic to login using cie+pin in dev-server ([6cd4b0f](https://github.com/pagopa/io-app/commit/6cd4b0f3adab1366f24c5a57b2d76791b9b488b6))
24+
* add logic to perform login (happy path) with prod environment ([304c93c](https://github.com/pagopa/io-app/commit/304c93c2877bc9a423b8eb578a695563bdaa293f))
25+
* create new card reader screen and fix tests ([5cb33f6](https://github.com/pagopa/io-app/commit/5cb33f6e5b474cc17559b09b91207ef7bba4e04c))
26+
* delete CIE_PIN_ACTIVE_SESSION_LOGIN_SCREEN route and add logic to navigate from cie card read error pages ([144a301](https://github.com/pagopa/io-app/commit/144a301b1e1afc9a03c8afaf3eb42b162c79a115))
27+
* revert ciePinScreen, disable tracking on screens and add minor fix ([19efc7f](https://github.com/pagopa/io-app/commit/19efc7f7583d74928e79322553df12d7fbfe587e))
28+
529
## [3.13.0-rc.4](https://github.com/pagopa/io-app/compare/3.13.0-rc.3...3.13.0-rc.4) (2025-09-09)
630

731

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 200007407
123-
versionName "3.13.0.4"
122+
versionCode 200007408
123+
versionName "3.13.0.7408"
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 = 4;
576+
CURRENT_PROJECT_VERSION = 7408;
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 = 4;
614+
CURRENT_PROJECT_VERSION = 7408;
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 = 4;
857+
CURRENT_PROJECT_VERSION = 7408;
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>4</string>
39+
<string>7408</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.7407",
3+
"version": "3.13.0-canary.7408",
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.4
12+
softwareVersion: 3.13.0-canary.7408
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)