Skip to content

Commit 2dcc37a

Browse files
committed
chore(release): 2.69.0-rc.4
1 parent 1ff3b91 commit 2dcc37a

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.69.0-rc.4](https://github.com/pagopa/io-app/compare/2.69.0-rc.3...2.69.0-rc.4) (2024-08-29)
6+
7+
8+
### Features
9+
10+
* [[IOPLT-380](https://pagopa.atlassian.net/browse/IOPLT-380)] Create release from tag and upload artifacts ([#6127](https://github.com/pagopa/io-app/issues/6127)) ([e9d62d7](https://github.com/pagopa/io-app/commit/e9d62d7e13e79c718cc06bea4ecbdfe8aa23e8f5))
11+
12+
13+
### Bug Fixes
14+
15+
* [[IOBP-798](https://pagopa.atlassian.net/browse/IOBP-798),[IOBP-824](https://pagopa.atlassian.net/browse/IOBP-824)] Show back button and rename tracking events for no payments method available screen ([#6106](https://github.com/pagopa/io-app/issues/6106)) ([0218076](https://github.com/pagopa/io-app/commit/02180767b36b41499b156761cfeacbd7a6e26ac5))
16+
17+
18+
### Chores
19+
20+
* Fix for failing Android build on react-native-fingerprint-scanner dependency ([#6131](https://github.com/pagopa/io-app/issues/6131)) ([1ff3b91](https://github.com/pagopa/io-app/commit/1ff3b9152845dacee0fbc186a7547e215a491d39))
21+
522
## [2.69.0-rc.3](https://github.com/pagopa/io-app/compare/2.69.0-rc.2...2.69.0-rc.3) (2024-08-28)
623

724

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 100154843
117-
versionName "2.69.0.3"
116+
versionCode 100154844
117+
versionName "2.69.0.4"
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
@@ -767,7 +767,7 @@
767767
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
768768
CODE_SIGN_IDENTITY = "iPhone Developer";
769769
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
770-
CURRENT_PROJECT_VERSION = 3;
770+
CURRENT_PROJECT_VERSION = 4;
771771
DEAD_CODE_STRIPPING = YES;
772772
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
773773
ENABLE_BITCODE = NO;
@@ -808,7 +808,7 @@
808808
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
809809
CODE_SIGN_IDENTITY = "iPhone Distribution";
810810
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
811-
CURRENT_PROJECT_VERSION = 3;
811+
CURRENT_PROJECT_VERSION = 4;
812812
DEAD_CODE_STRIPPING = YES;
813813
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
814814
ENABLE_BITCODE = NO;

ios/ItaliaApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</dict>
3636
</array>
3737
<key>CFBundleVersion</key>
38-
<string>3</string>
38+
<string>4</string>
3939
<key>ITSAppUsesNonExemptEncryption</key>
4040
<false/>
4141
<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>3</string>
22+
<string>4</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.69.0-rc.3",
3+
"version": "2.69.0-rc.4",
44
"io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.39.1-RELEASE/api_backend.yaml",
55
"io_public_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.39.1-RELEASE/api_public.yaml",
66
"io_content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.39/definitions.yml",

publiccode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
publiccodeYmlVersion: '0.2'
66
name: IO
77
logo: "img/app-logo.svg"
8-
releaseDate: '2024-08-28'
8+
releaseDate: '2024-08-29'
99
url: 'https://github.com/pagopa/io-app'
1010
applicationSuite: IO
1111
landingURL: 'https://io.italia.it/'
12-
softwareVersion: 2.69.0-rc.3
12+
softwareVersion: 2.69.0-rc.4
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: 'https://io.italia.it/'

0 commit comments

Comments
 (0)