Skip to content

Commit 4136f6d

Browse files
chore(release): 2.78.0-rc.7
1 parent c1373e2 commit 4136f6d

File tree

7 files changed

+26
-8
lines changed

7 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.78.0-rc.7](https://github.com/pagopa/io-app/compare/2.78.0-rc.6...2.78.0-rc.7) (2024-11-26)
6+
7+
8+
### Features
9+
10+
* **IT Wallet:** [[SIW-1800](https://pagopa.atlassian.net/browse/SIW-1800),[SIW-1801](https://pagopa.atlassian.net/browse/SIW-1801),[SIW-1808](https://pagopa.atlassian.net/browse/SIW-1808)] Alert for disabled authentication methods, IPZS and Wallet Provider down ([#6441](https://github.com/pagopa/io-app/issues/6441)) ([4e12b91](https://github.com/pagopa/io-app/commit/4e12b91f6c57be0c805c75bde1886d536157ff0b))
11+
12+
13+
### Bug Fixes
14+
15+
* New workflows triggers and steps to be properly set ([#6457](https://github.com/pagopa/io-app/issues/6457)) ([8f5e18e](https://github.com/pagopa/io-app/commit/8f5e18ea141d397f3cad65be4af08e3710ffa973))
16+
* version on github is not aligned with version on store ([#6463](https://github.com/pagopa/io-app/issues/6463)) ([c1373e2](https://github.com/pagopa/io-app/commit/c1373e2079841bf4bc42d353039efb664ebb4623))
17+
18+
19+
### Chores
20+
21+
* **Cross:** [[IOAPPX-439](https://pagopa.atlassian.net/browse/IOAPPX-439)] Enable the iridescent trust mark for all ([#6444](https://github.com/pagopa/io-app/issues/6444)) ([aa744cd](https://github.com/pagopa/io-app/commit/aa744cd92c7a6f4743f81121fe77f0cb1d326504))
22+
523
## [2.78.0-rc.6](https://github.com/pagopa/io-app/compare/2.78.0-rc.5...2.78.0-rc.6) (2024-11-26)
624

725

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 100154876
117-
versionName "2.78.0.6"
116+
versionCode 100154877
117+
versionName "2.78.0.7"
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
@@ -805,7 +805,7 @@
805805
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
806806
CODE_SIGN_IDENTITY = "iPhone Developer";
807807
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
808-
CURRENT_PROJECT_VERSION = 6;
808+
CURRENT_PROJECT_VERSION = 7;
809809
DEAD_CODE_STRIPPING = YES;
810810
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
811811
ENABLE_BITCODE = NO;
@@ -842,7 +842,7 @@
842842
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
843843
CODE_SIGN_IDENTITY = "iPhone Distribution";
844844
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
845-
CURRENT_PROJECT_VERSION = 6;
845+
CURRENT_PROJECT_VERSION = 7;
846846
DEAD_CODE_STRIPPING = YES;
847847
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
848848
ENABLE_BITCODE = NO;

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>6</string>
39+
<string>7</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<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>6</string>
22+
<string>7</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.78.0-rc.6",
3+
"version": "2.78.0-rc.7",
44
"io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v16.4.0-RELEASE/api_backend.yaml",
55
"io_session_manager_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/internal.yaml",
66
"io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/public.yaml",

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

0 commit comments

Comments
 (0)