Skip to content

Commit 720e65b

Browse files
chore(release): 2.79.0-rc.3
1 parent bd558bd commit 720e65b

File tree

7 files changed

+32
-8
lines changed

7 files changed

+32
-8
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+
## [2.79.0-rc.3](https://github.com/pagopa/io-app/compare/2.79.0-rc.2...2.79.0-rc.3) (2024-12-05)
6+
7+
8+
### Features
9+
10+
* [[IOBP-1047](https://pagopa.atlassian.net/browse/IOBP-1047)] Add store review when a payment is completed ([#6496](https://github.com/pagopa/io-app/issues/6496)) ([a8e32df](https://github.com/pagopa/io-app/commit/a8e32df7c81690d3af396c5923d55b330704c373))
11+
12+
13+
### Bug Fixes
14+
15+
* Status banner contains extra space on header ([#6510](https://github.com/pagopa/io-app/issues/6510)) ([bd558bd](https://github.com/pagopa/io-app/commit/bd558bdbab8ac525146e4c424f5f75376abffb6e))
16+
17+
18+
### Chores
19+
20+
* **Cross:** [[IOAPPX-347](https://pagopa.atlassian.net/browse/IOAPPX-347)] Remove react-native-text-input-mask build phase script on iOS ([#6310](https://github.com/pagopa/io-app/issues/6310)) ([f5cf7ce](https://github.com/pagopa/io-app/commit/f5cf7ce35c936649da893514fc8420f64ecf2d70))
21+
* **Cross:** [[IOAPPX-435](https://pagopa.atlassian.net/browse/IOAPPX-435)] Improve overall UI typography + Update `io-app-design-system` to `4.0.1` ([#6422](https://github.com/pagopa/io-app/issues/6422)) ([b9d3233](https://github.com/pagopa/io-app/commit/b9d3233500766efa207716a2e5d3bb279612b84f))
22+
* **IT Wallet:** [[SIW-1807](https://pagopa.atlassian.net/browse/SIW-1807)] Change privacy in ITWallet Discovery ([#6506](https://github.com/pagopa/io-app/issues/6506)) ([14d6543](https://github.com/pagopa/io-app/commit/14d654319b96ff5fb901e30da0325acfd770c400))
23+
* **IT Wallet:** [[SIW-1878](https://pagopa.atlassian.net/browse/SIW-1878)] Loader before SPID Login Webview ([#6493](https://github.com/pagopa/io-app/issues/6493)) ([4e19eaa](https://github.com/pagopa/io-app/commit/4e19eaaa9a17d64d124b46c5d360ca978af5d1bb))
24+
* [[IOBP-1020](https://pagopa.atlassian.net/browse/IOBP-1020)] Using optimistic UI for remove payment method action ([#6446](https://github.com/pagopa/io-app/issues/6446)) ([274fa6f](https://github.com/pagopa/io-app/commit/274fa6f54608acb7207a51d37fd7f62aade12ddf))
25+
* [[IOBP-1048](https://pagopa.atlassian.net/browse/IOBP-1048)] Delete transaction when interrupting a payment ([#6494](https://github.com/pagopa/io-app/issues/6494)) ([a94ca59](https://github.com/pagopa/io-app/commit/a94ca5950eb0450baec881da2de15261f59f2055))
26+
* [[IOCOM-1949](https://pagopa.atlassian.net/browse/IOCOM-1949)] FIMS `iossoapi` protocol ([#6505](https://github.com/pagopa/io-app/issues/6505)) ([c963455](https://github.com/pagopa/io-app/commit/c9634553f96fdd6648b8678553931058fb9fedb6))
27+
* [[IOPID-2405](https://pagopa.atlassian.net/browse/IOPID-2405)] Delete isNewPaymentSectionEnabledSelector and isSettingsVisibleAndHideProfileSelector ([#6498](https://github.com/pagopa/io-app/issues/6498)) ([b420196](https://github.com/pagopa/io-app/commit/b420196f936929fbd2bfc18015f62256ae680a9d))
28+
529
## [2.79.0-rc.2](https://github.com/pagopa/io-app/compare/2.79.0-rc.1...2.79.0-rc.2) (2024-12-04)
630

731

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ android {
113113
applicationId "it.pagopa.io.app"
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116-
versionCode 100154885
117-
versionName "2.79.0.2"
116+
versionCode 100154886
117+
versionName "2.79.0.3"
118118
multiDexEnabled true
119119
// The resConfigs attribute will remove all not required localized resources while building the application,
120120
// including the localized resources from libraries.

ios/ItaliaApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
791791
CODE_SIGN_IDENTITY = "iPhone Developer";
792792
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
793-
CURRENT_PROJECT_VERSION = 2;
793+
CURRENT_PROJECT_VERSION = 3;
794794
DEAD_CODE_STRIPPING = YES;
795795
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
796796
ENABLE_BITCODE = NO;
@@ -827,7 +827,7 @@
827827
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
828828
CODE_SIGN_IDENTITY = "iPhone Distribution";
829829
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
830-
CURRENT_PROJECT_VERSION = 2;
830+
CURRENT_PROJECT_VERSION = 3;
831831
DEAD_CODE_STRIPPING = YES;
832832
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
833833
ENABLE_BITCODE = NO;

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>2</string>
39+
<string>3</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<key>LSApplicationQueriesSchemes</key>

ios/ItaliaAppTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>3</string>
2323
</dict>
2424
</plist>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "italia-app",
3-
"version": "2.79.0-rc.2",
3+
"version": "2.79.0-rc.3",
44
"io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v16.4.0-RELEASE/api_backend.yaml",
55
"io_session_manager_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/internal.yaml",
66
"io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/public.yaml",

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://io.italia.it/"
12-
softwareVersion: 2.79.0-rc.2
12+
softwareVersion: 2.79.0-rc.3
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://io.italia.it/"

0 commit comments

Comments
 (0)