Skip to content

Commit 429b420

Browse files
chore(release): 3.7.0-canary.7116
1 parent 90d6f77 commit 429b420

File tree

6 files changed

+31
-9
lines changed

6 files changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.7.0-canary.7116](https://github.com/pagopa/io-app/compare/3.7.0-rc.7...3.7.0-canary.7116) (2025-06-16)
6+
7+
8+
### Features
9+
10+
* [[IOCOM-2353](https://pagopa.atlassian.net/browse/IOCOM-2353)] SEND service status profile property ([#7075](https://github.com/pagopa/io-app/issues/7075)) ([39617ca](https://github.com/pagopa/io-app/commit/39617ca378a696d17f362d574365878d877d9871))
11+
* **IT Wallet:** [[SIW-2498](https://pagopa.atlassian.net/browse/SIW-2498)] Add IT Wallet environments ([#7053](https://github.com/pagopa/io-app/issues/7053)) ([dda7f92](https://github.com/pagopa/io-app/commit/dda7f92dac1f1e104155ff75e0bc6c4de36b0630))
12+
13+
14+
### Bug Fixes
15+
16+
* [[IOBP-1695](https://pagopa.atlassian.net/browse/IOBP-1695)] PAYMENT_HOME mixpanel event dispatched too many times ([#7082](https://github.com/pagopa/io-app/issues/7082)) ([6cc640c](https://github.com/pagopa/io-app/commit/6cc640cc9e95f9d068453951b23ca4c23d43dc8a))
17+
* [[IOBP-1750](https://pagopa.atlassian.net/browse/IOBP-1750)] Replace radio group id property in IBAN list item ([#7078](https://github.com/pagopa/io-app/issues/7078)) ([a3e2f6d](https://github.com/pagopa/io-app/commit/a3e2f6d0e493a56a3c478f7fd7b3795921be8823))
18+
* [[IOBP-1751](https://pagopa.atlassian.net/browse/IOBP-1751)] IDPay VirtualizedLists should never be nested inside plain ScrollViews ([#7083](https://github.com/pagopa/io-app/issues/7083)) ([96c4177](https://github.com/pagopa/io-app/commit/96c4177e5395e8887ce1a1fe8e35a1beea0ed0df))
19+
20+
21+
### Chores
22+
23+
* [[IOBP-1739](https://pagopa.atlassian.net/browse/IOBP-1739)] Add refetch latest receipts delay after closing the payment flow ([#7080](https://github.com/pagopa/io-app/issues/7080)) ([cac9db0](https://github.com/pagopa/io-app/commit/cac9db0222771321341105a84186633121d07ec6))
24+
* [[IOBP-1746](https://pagopa.atlassian.net/browse/IOBP-1746)] Update cdc TOS ([#7072](https://github.com/pagopa/io-app/issues/7072)) ([2e501e7](https://github.com/pagopa/io-app/commit/2e501e73f6acd173a916f8cbee870866de2abde2))
25+
* [[IOPLT-1169](https://pagopa.atlassian.net/browse/IOPLT-1169)] Add static version to `AnimatedPictogram` when `reduceMotion` is enabled ([#7071](https://github.com/pagopa/io-app/issues/7071)) ([098fdec](https://github.com/pagopa/io-app/commit/098fdecd504d2140a945459259caaba2ebc02472))
26+
527
## [3.7.0-rc.7](https://github.com/pagopa/io-app/compare/3.7.0-rc.6...3.7.0-rc.7) (2025-06-12)
628

729

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 200007115
123-
versionName "3.7.0.7"
122+
versionCode 200007116
123+
versionName "3.7.0.7116"
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
@@ -569,7 +569,7 @@
569569
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
570570
CODE_SIGN_IDENTITY = "iPhone Developer";
571571
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
572-
CURRENT_PROJECT_VERSION = 7;
572+
CURRENT_PROJECT_VERSION = 7116;
573573
DEAD_CODE_STRIPPING = YES;
574574
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
575575
ENABLE_BITCODE = NO;
@@ -607,7 +607,7 @@
607607
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
608608
CODE_SIGN_IDENTITY = "iPhone Distribution";
609609
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
610-
CURRENT_PROJECT_VERSION = 7;
610+
CURRENT_PROJECT_VERSION = 7116;
611611
DEAD_CODE_STRIPPING = YES;
612612
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
613613
ENABLE_BITCODE = NO;
@@ -850,7 +850,7 @@
850850
CODE_SIGN_IDENTITY = "Apple Development";
851851
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
852852
CODE_SIGN_STYLE = Manual;
853-
CURRENT_PROJECT_VERSION = 7;
853+
CURRENT_PROJECT_VERSION = 7116;
854854
DEAD_CODE_STRIPPING = YES;
855855
DEVELOPMENT_TEAM = "";
856856
"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>7</string>
39+
<string>7116</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.7.0-canary.7115",
3+
"version": "3.7.0-canary.7116",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",
@@ -295,4 +295,4 @@
295295
}
296296
},
297297
"packageManager": "[email protected]"
298-
}
298+
}

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

0 commit comments

Comments
 (0)