Skip to content

Commit 12339ad

Browse files
chore(release): 2.79.0-rc.11
1 parent 9d41018 commit 12339ad

File tree

7 files changed

+27
-8
lines changed

7 files changed

+27
-8
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.79.0-rc.11](https://github.com/pagopa/io-app/compare/2.79.0-rc.10...2.79.0-rc.11) (2024-12-13)
6+
7+
8+
### Features
9+
10+
* **IT Wallet:** [[SIW-1901](https://pagopa.atlassian.net/browse/SIW-1901)] Deferred issuance for credential ([#6549](https://github.com/pagopa/io-app/issues/6549)) ([a6a7134](https://github.com/pagopa/io-app/commit/a6a71349f95d7b8cb01262d578ae83f9c25b74d1))
11+
12+
13+
### Bug Fixes
14+
15+
* **IT Wallet:** [[SIW-1902](https://pagopa.atlassian.net/browse/SIW-1902)] Wallet accessibility improvements ([#6543](https://github.com/pagopa/io-app/issues/6543)) ([b4f9164](https://github.com/pagopa/io-app/commit/b4f9164ed190c6ecb9a8b510e5f648c2c86b32d4))
16+
17+
18+
### Chores
19+
20+
* [[IOBP-1083](https://pagopa.atlassian.net/browse/IOBP-1083)] Update `IN_APP_BROWSER_CLOSED_BY_USER` outcome text ([#6548](https://github.com/pagopa/io-app/issues/6548)) ([47c6573](https://github.com/pagopa/io-app/commit/47c657388e9528327ac87d46337a52265c9ba439))
21+
* [[IOCOM-1763](https://pagopa.atlassian.net/browse/IOCOM-1763)] Refactor of push notification engagement screen display logic ([#6464](https://github.com/pagopa/io-app/issues/6464)) ([9d41018](https://github.com/pagopa/io-app/commit/9d4101855ac25a51a959c1c2686eb7983768260d))
22+
* **IT Wallet:** [[SIW-1909](https://pagopa.atlassian.net/browse/SIW-1909)] Move CIE logic from `@pagopa/io-react-native-wallet` to app ([#6542](https://github.com/pagopa/io-app/issues/6542)) ([f0bd90e](https://github.com/pagopa/io-app/commit/f0bd90e49de5307e550867a3ebd0a35cf9a208e4))
23+
524
## [2.79.0-rc.10](https://github.com/pagopa/io-app/compare/2.79.0-rc.9...2.79.0-rc.10) (2024-12-12)
625

726

android/app/build.gradle

+2-2
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 100154893
117-
versionName "2.79.0.10"
116+
versionCode 100154894
117+
versionName "2.79.0.11"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
791791
CODE_SIGN_IDENTITY = "iPhone Developer";
792792
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
793-
CURRENT_PROJECT_VERSION = 10;
793+
CURRENT_PROJECT_VERSION = 11;
794794
DEAD_CODE_STRIPPING = YES;
795795
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
796796
ENABLE_BITCODE = NO;
@@ -827,7 +827,7 @@
827827
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
828828
CODE_SIGN_IDENTITY = "iPhone Distribution";
829829
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
830-
CURRENT_PROJECT_VERSION = 10;
830+
CURRENT_PROJECT_VERSION = 11;
831831
DEAD_CODE_STRIPPING = YES;
832832
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
833833
ENABLE_BITCODE = NO;

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>10</string>
39+
<string>11</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>10</string>
22+
<string>11</string>
2323
</dict>
2424
</plist>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "italia-app",
3-
"version": "2.79.0-rc.10",
3+
"version": "2.79.0-rc.11",
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

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

0 commit comments

Comments
 (0)