From 86b766bf32ac626e1c9982f6862eadd7cac4f4a0 Mon Sep 17 00:00:00 2001 From: LazyAfternoons Date: Mon, 25 Mar 2024 16:36:08 +0100 Subject: [PATCH] release(IT Wallet): 0.7.0-rc.2 --- CHANGELOG.md | 2 ++ android/app/build.gradle | 4 ++-- ios/ItaliaApp.xcodeproj/project.pbxproj | 4 ++-- ios/ItaliaApp/Info.plist | 2 +- ios/ItaliaAppTests/Info.plist | 2 +- package.json | 2 +- publiccode.yml | 2 +- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7ae71e6e5..681e37de0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [0.7.0-rc.2](https://github.com/pagopa/io-app/compare/0.7.0-rc.1...0.7.0-rc.2) (2024-03-25) + ## [0.7.0-rc.1](https://github.com/pagopa/io-app/compare/0.6.2-rc.0...0.7.0-rc.1) (2024-03-25) diff --git a/android/app/build.gradle b/android/app/build.gradle index a300f44ca79..26950963d33 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -144,8 +144,8 @@ android { applicationId "it.pagopa.io.app.poc.itwallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 43 - versionName "0.7.0.1" + versionCode 44 + versionName "0.7.0.2" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { // We configure the NDK build only if you decide to opt-in for the New Architecture. diff --git a/ios/ItaliaApp.xcodeproj/project.pbxproj b/ios/ItaliaApp.xcodeproj/project.pbxproj index 8311dcb4b47..a6d5a326f48 100644 --- a/ios/ItaliaApp.xcodeproj/project.pbxproj +++ b/ios/ItaliaApp.xcodeproj/project.pbxproj @@ -793,7 +793,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7; @@ -836,7 +836,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7; diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist index 520d5000e0e..6bc5d59c216 100644 --- a/ios/ItaliaApp/Info.plist +++ b/ios/ItaliaApp/Info.plist @@ -34,7 +34,7 @@ CFBundleVersion - 1 + 2 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist index dcafcd9039f..3f96dc6b1d3 100644 --- a/ios/ItaliaAppTests/Info.plist +++ b/ios/ItaliaAppTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1 + 2 \ No newline at end of file diff --git a/package.json b/package.json index 82f65837021..e82b53a5f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "italia-app", - "version": "0.7.0-rc.1", + "version": "0.7.0-rc.2", "io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.20.0-RELEASE/api_backend.yaml", "io_public_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.20.0-RELEASE/api_public.yaml", "io_content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.28/definitions.yml", diff --git a/publiccode.yml b/publiccode.yml index c876af8d759..4637dbf4723 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -9,7 +9,7 @@ releaseDate: '2024-03-25' url: 'https://github.com/pagopa/io-app' applicationSuite: IO landingURL: 'https://io.italia.it/' -softwareVersion: 0.7.0-rc.1 +softwareVersion: 0.7.0-rc.2 developmentStatus: beta softwareType: standalone/mobile roadmap: 'https://io.italia.it/'