Skip to content

Commit b1ff475

Browse files
chore(release): 3.8.0-rc.1
1 parent c114acb commit b1ff475

File tree

6 files changed

+25
-8
lines changed

6 files changed

+25
-8
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+
## [3.8.0-rc.1](https://github.com/pagopa/io-app/compare/3.8.0-rc.0...3.8.0-rc.1) (2025-06-17)
6+
7+
8+
### Features
9+
10+
* [[SIW-2426](https://pagopa.atlassian.net/browse/SIW-2426),[SIW-2422](https://pagopa.atlassian.net/browse/SIW-2422)] Bluetooth proximity presentation ([#7057](https://github.com/pagopa/io-app/issues/7057)) ([c114acb](https://github.com/pagopa/io-app/commit/c114acba887657bf1433b1dcc60bdbf96acbd314))
11+
12+
13+
### Bug Fixes
14+
15+
* [[IOBP-1755](https://pagopa.atlassian.net/browse/IOBP-1755)] IDPay missing initiative details route ([#7089](https://github.com/pagopa/io-app/issues/7089)) ([b73373c](https://github.com/pagopa/io-app/commit/b73373c5646f69a31cf408974603ec6bf843d4eb))
16+
17+
18+
### Chores
19+
20+
* [[IOCOM-2413](https://pagopa.atlassian.net/browse/IOCOM-2413)] SEND banner CTA screen hero picture update ([#7088](https://github.com/pagopa/io-app/issues/7088)) ([12d0add](https://github.com/pagopa/io-app/commit/12d0addb4e771a67e52e56703d0bb546c38a2d7b))
21+
522
## [3.8.0-rc.0](https://github.com/pagopa/io-app/compare/3.7.0-rc.7...3.8.0-rc.0) (2025-06-17)
623

724

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 100154997
123-
versionName "3.8.0.0"
122+
versionCode 100154998
123+
versionName "3.8.0.1"
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 = 0;
572+
CURRENT_PROJECT_VERSION = 1;
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 = 0;
610+
CURRENT_PROJECT_VERSION = 1;
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 = 0;
853+
CURRENT_PROJECT_VERSION = 1;
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>0</string>
39+
<string>1</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<key>LSApplicationQueriesSchemes</key>

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": "3.8.0-rc.0",
3+
"version": "3.8.0-rc.1",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

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.8.0-rc.0
12+
softwareVersion: 3.8.0-rc.1
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

0 commit comments

Comments
 (0)