From 1e000ac53c2af1d920e4e345f04e72a29530e7fb Mon Sep 17 00:00:00 2001 From: LazyAfternoons Date: Thu, 10 Oct 2024 17:15:21 +0200 Subject: [PATCH] chore(release): 2.72.0-rc.0 --- CHANGELOG.md | 14 ++++++++++++++ android/app/build.gradle | 4 ++-- ios/ItaliaApp.xcodeproj/project.pbxproj | 4 ++-- ios/ItaliaApp/Info.plist | 4 ++-- ios/ItaliaAppTests/Info.plist | 4 ++-- package.json | 2 +- publiccode.yml | 4 ++-- 7 files changed, 25 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dddbbe462b..a33cdadbab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [2.72.0-rc.0](https://github.com/pagopa/io-app/compare/2.71.0-rc.2...2.72.0-rc.0) (2024-10-10) + + +### Bug Fixes + +* [[IOBP-896](https://pagopa.atlassian.net/browse/IOBP-896)] Infinite card loading skeletons in the Wallet tab ([#6250](https://github.com/pagopa/io-app/issues/6250)) ([dbabc0b](https://github.com/pagopa/io-app/commit/dbabc0b7fc083f114b755f5a7eab5c7231b16d82)) + + +### Chores + +* **Cross:** [[IOAPPX-392](https://pagopa.atlassian.net/browse/IOAPPX-392)] Set `largeHeap=true` ([#6269](https://github.com/pagopa/io-app/issues/6269)) ([b5a488a](https://github.com/pagopa/io-app/commit/b5a488a387926ed2284d7818ca8dd07e23963866)) +* **IT Wallet:** [[SIW-1725](https://pagopa.atlassian.net/browse/SIW-1725)] Add activation from internal navigation ([#6261](https://github.com/pagopa/io-app/issues/6261)) ([9d79a77](https://github.com/pagopa/io-app/commit/9d79a776d8682e12bae7ab12f33e9b2555cdc542)), closes [pagopa/io-dev-api-server#420](https://github.com/pagopa/io-dev-api-server/issues/420) +* **IT Wallet:** [[SIW-1728](https://pagopa.atlassian.net/browse/SIW-1728)] Wallet instance activation copy review ([#6267](https://github.com/pagopa/io-app/issues/6267)) ([7d2a4ec](https://github.com/pagopa/io-app/commit/7d2a4ec5c8343984c7e707ba86f5c467626fea0c)) + ## [2.71.0-rc.2](https://github.com/pagopa/io-app/compare/2.71.0-rc.1...2.71.0-rc.2) (2024-10-04) diff --git a/android/app/build.gradle b/android/app/build.gradle index bba43fe0ce3..c802c9bb317 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -113,8 +113,8 @@ android { applicationId "it.pagopa.io.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 100154854 - versionName "2.71.0.2" + versionCode 100154855 + versionName "2.72.0.0" multiDexEnabled true // The resConfigs attribute will remove all not required localized resources while building the application, // including the localized resources from libraries. diff --git a/ios/ItaliaApp.xcodeproj/project.pbxproj b/ios/ItaliaApp.xcodeproj/project.pbxproj index 52f657fa6ec..bb17d779729 100644 --- a/ios/ItaliaApp.xcodeproj/project.pbxproj +++ b/ios/ItaliaApp.xcodeproj/project.pbxproj @@ -775,7 +775,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; @@ -816,7 +816,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist index c9c63df083d..356ae46c454 100644 --- a/ios/ItaliaApp/Info.plist +++ b/ios/ItaliaApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.71.0 + 2.72.0 CFBundleSignature ???? CFBundleURLTypes @@ -35,7 +35,7 @@ CFBundleVersion - 2 + 0 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist index 5eb4a53fa16..c358fe540d2 100644 --- a/ios/ItaliaAppTests/Info.plist +++ b/ios/ItaliaAppTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.71.0 + 2.72.0 CFBundleSignature ???? CFBundleVersion - 2 + 0 \ No newline at end of file diff --git a/package.json b/package.json index b6648cb5581..1452b3acbc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "italia-app", - "version": "2.71.0-rc.2", + "version": "2.72.0-rc.0", "io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v14.3.0-RELEASE/api_backend.yaml", "io_session_manager_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/io-session-manager@1.0.0/apps/io-session-manager/api/internal.yaml", "io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/io-session-manager@1.0.0/apps/io-session-manager/api/public.yaml", diff --git a/publiccode.yml b/publiccode.yml index 5f4f8976e38..37f46727b41 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -5,11 +5,11 @@ publiccodeYmlVersion: '0.2' name: IO logo: "img/app-logo.svg" -releaseDate: '2024-10-04' +releaseDate: '2024-10-10' url: 'https://github.com/pagopa/io-app' applicationSuite: IO landingURL: 'https://io.italia.it/' -softwareVersion: 2.71.0-rc.2 +softwareVersion: 2.72.0-rc.0 developmentStatus: beta softwareType: standalone/mobile roadmap: 'https://io.italia.it/'