Skip to content

Commit 82b318d

Browse files
chore(release): 2.82.0-canary.6653
1 parent 0ae58e9 commit 82b318d

File tree

7 files changed

+17
-10
lines changed

7 files changed

+17
-10
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.82.0-canary.6653](https://github.com/pagopa/io-app/compare/2.82.0-rc.1...2.82.0-canary.6653) (2025-01-30)
6+
7+
8+
### Bug Fixes
9+
10+
* [[IOBP-1169](https://pagopa.atlassian.net/browse/IOBP-1169)] Psp order logic ([#6658](https://github.com/pagopa/io-app/issues/6658)) ([bbc03d2](https://github.com/pagopa/io-app/commit/bbc03d27fa3eb8dd46f8623e0c5e04ee6cb1e27a))
11+
512
## [2.82.0-rc.1](https://github.com/pagopa/io-app/compare/2.82.0-rc.0...2.82.0-rc.1) (2025-01-29)
613

714

android/app/build.gradle

+2-2
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 200006652
123-
versionName "2.82.0.1"
122+
versionCode 200006653
123+
versionName "2.82.0.6653"
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
756756
CODE_SIGN_IDENTITY = "iPhone Developer";
757757
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
758-
CURRENT_PROJECT_VERSION = 1;
758+
CURRENT_PROJECT_VERSION = 6653;
759759
DEAD_CODE_STRIPPING = YES;
760760
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
761761
ENABLE_BITCODE = NO;
@@ -792,7 +792,7 @@
792792
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
793793
CODE_SIGN_IDENTITY = "iPhone Distribution";
794794
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
795-
CURRENT_PROJECT_VERSION = 1;
795+
CURRENT_PROJECT_VERSION = 6653;
796796
DEAD_CODE_STRIPPING = YES;
797797
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
798798
ENABLE_BITCODE = NO;
@@ -1034,7 +1034,7 @@
10341034
CODE_SIGN_IDENTITY = "Apple Development";
10351035
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
10361036
CODE_SIGN_STYLE = Manual;
1037-
CURRENT_PROJECT_VERSION = 1;
1037+
CURRENT_PROJECT_VERSION = 6653;
10381038
DEAD_CODE_STRIPPING = YES;
10391039
DEVELOPMENT_TEAM = "";
10401040
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7;

ios/ItaliaApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>1</string>
39+
<string>6653</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<key>LSApplicationQueriesSchemes</key>

ios/ItaliaAppTests/Info.plist

+1-1
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>1</string>
22+
<string>6653</string>
2323
</dict>
2424
</plist>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "italia-app",
3-
"version": "2.82.0-canary.6652",
3+
"version": "2.82.0-canary.6653",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",
@@ -293,4 +293,4 @@
293293
}
294294
},
295295
"packageManager": "[email protected]"
296-
}
296+
}

publiccode.yml

+1-1
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.82.0-rc.1
12+
softwareVersion: 2.82.0-canary.6653
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://io.italia.it/"

0 commit comments

Comments
 (0)