File tree 7 files changed +17
-10
lines changed
7 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
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
+
5
12
## [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)
6
13
7
14
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ android {
119
119
applicationId " it.pagopa.io.app"
120
120
minSdkVersion rootProject. ext. minSdkVersion
121
121
targetSdkVersion rootProject. ext. targetSdkVersion
122
- versionCode 200006652
123
- versionName " 2.82.0.1 "
122
+ versionCode 200006653
123
+ versionName " 2.82.0.6653 "
124
124
multiDexEnabled true
125
125
// The resConfigs attribute will remove all not required localized resources while building the application,
126
126
// including the localized resources from libraries.
Original file line number Diff line number Diff line change 755
755
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
756
756
CODE_SIGN_IDENTITY = "iPhone Developer";
757
757
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
758
- CURRENT_PROJECT_VERSION = 1 ;
758
+ CURRENT_PROJECT_VERSION = 6653 ;
759
759
DEAD_CODE_STRIPPING = YES;
760
760
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
761
761
ENABLE_BITCODE = NO;
792
792
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
793
793
CODE_SIGN_IDENTITY = "iPhone Distribution";
794
794
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
795
- CURRENT_PROJECT_VERSION = 1 ;
795
+ CURRENT_PROJECT_VERSION = 6653 ;
796
796
DEAD_CODE_STRIPPING = YES;
797
797
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
798
798
ENABLE_BITCODE = NO;
1034
1034
CODE_SIGN_IDENTITY = "Apple Development";
1035
1035
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
1036
1036
CODE_SIGN_STYLE = Manual;
1037
- CURRENT_PROJECT_VERSION = 1 ;
1037
+ CURRENT_PROJECT_VERSION = 6653 ;
1038
1038
DEAD_CODE_STRIPPING = YES;
1039
1039
DEVELOPMENT_TEAM = "";
1040
1040
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7;
Original file line number Diff line number Diff line change 36
36
</dict >
37
37
</array >
38
38
<key >CFBundleVersion </key >
39
- <string >1 </string >
39
+ <string >6653 </string >
40
40
<key >ITSAppUsesNonExemptEncryption </key >
41
41
<false />
42
42
<key >LSApplicationQueriesSchemes </key >
Original file line number Diff line number Diff line change 19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1 </string >
22
+ <string >6653 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " italia-app" ,
3
- "version" : " 2.82.0-canary.6652 " ,
3
+ "version" : " 2.82.0-canary.6653 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " react-native start" ,
293
293
}
294
294
},
295
295
"packageManager" :
" [email protected] "
296
- }
296
+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ releaseDate: "2024-11-21"
9
9
url : " https://github.com/pagopa/io-app"
10
10
applicationSuite : IO
11
11
landingURL : " https://io.italia.it/"
12
- softwareVersion : 2.82.0-rc.1
12
+ softwareVersion : 2.82.0-canary.6653
13
13
developmentStatus : beta
14
14
softwareType : standalone/mobile
15
15
roadmap : " https://io.italia.it/"
You can’t perform that action at this time.
0 commit comments