Skip to content

Commit

Permalink
chore(release): 2.80.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent fd27f42 commit d95f09c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [2.80.0-rc.0](https://github.com/pagopa/io-app/compare/2.79.0-rc.11...2.80.0-rc.0) (2024-12-17)


### Features

* **IT Wallet:** [[SIW-1630](https://pagopa.atlassian.net/browse/SIW-1630)] Identification through direct integration with the CieID app ([#6545](https://github.com/pagopa/io-app/issues/6545)) ([3ac2969](https://github.com/pagopa/io-app/commit/3ac296935f0b278f2d27e6c9941672d86849965e))


### Chores

* [[IOPLT-764](https://pagopa.atlassian.net/browse/IOPLT-764)] Upgrade to react-native 0.75 ([#6348](https://github.com/pagopa/io-app/issues/6348)) ([fd27f42](https://github.com/pagopa/io-app/commit/fd27f42c955534813bb7931893fe94faa73bce88)), closes [pagopa/io-cie-sdk#53](https://github.com/pagopa/io-cie-sdk/issues/53) [pagopa/io-react-native-jwt#34](https://github.com/pagopa/io-react-native-jwt/issues/34) [pagopa/io-react-native-crypto#32](https://github.com/pagopa/io-react-native-crypto/issues/32)
* **Cross:** [[IOAPPX-428](https://pagopa.atlassian.net/browse/IOAPPX-428)] Replace local animation hooks with `useScaleAnimation` and `useListItemAnimation` + Add support for the `reducedMotion` setting ([#6536](https://github.com/pagopa/io-app/issues/6536)) ([10f4351](https://github.com/pagopa/io-app/commit/10f4351a765a8859853f4e2ff68aab4c4c26a77d))
* **Cross:** [[IOAPPX-442](https://pagopa.atlassian.net/browse/IOAPPX-442)] Fix dark mode text on light backgrounds + Fix overflow text on cards + Extend dark mode support ([#6473](https://github.com/pagopa/io-app/issues/6473)) ([a5f2871](https://github.com/pagopa/io-app/commit/a5f2871db9baee50e2371324da0b988f091d0236))
* [[IOBP-1050](https://pagopa.atlassian.net/browse/IOBP-1050)] Rename biz events in receipt ([#6540](https://github.com/pagopa/io-app/issues/6540)) ([89e1a80](https://github.com/pagopa/io-app/commit/89e1a80bb7ca77e914d05d828d22882d08b5d1e4))
* [[IOBP-1064](https://pagopa.atlassian.net/browse/IOBP-1064)] Add payment auth error mixpanel event ([#6535](https://github.com/pagopa/io-app/issues/6535)) ([fc97220](https://github.com/pagopa/io-app/commit/fc97220299daec0467a8ad0a6f342e2940c93dfe))
* [[IOBP-1085](https://pagopa.atlassian.net/browse/IOBP-1085)] Removed delete transaction API request when closing in-app browser ([#6553](https://github.com/pagopa/io-app/issues/6553)) ([2195185](https://github.com/pagopa/io-app/commit/2195185115024fc27f44ba3a60894f197f48ac84))

## [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)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ android {
applicationId "it.pagopa.io.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100154894
versionName "2.79.0.11"
versionCode 100154895
versionName "2.80.0.0"
multiDexEnabled true
// The resConfigs attribute will remove all not required localized resources while building the application,
// including the localized resources from libraries.
Expand Down
4 changes: 2 additions & 2 deletions ios/ItaliaApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -831,7 +831,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
Expand Down
15 changes: 7 additions & 8 deletions ios/ItaliaApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.79.0</string>
<string>2.80.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>11</string>
<string>0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand All @@ -53,11 +53,10 @@
<string>NFC tag to read EIC cards</string>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
Expand Down Expand Up @@ -144,7 +143,7 @@
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<array>
<string>arm64</string>
</array>
<key>UISupportedInterfaceOrientations</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/ItaliaAppTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.79.0</string>
<string>2.80.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "italia-app",
"version": "2.79.0-rc.11",
"version": "2.80.0-rc.0",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ releaseDate: "2024-11-21"
url: "https://github.com/pagopa/io-app"
applicationSuite: IO
landingURL: "https://io.italia.it/"
softwareVersion: 2.79.0-rc.11
softwareVersion: 2.80.0-rc.0
developmentStatus: beta
softwareType: standalone/mobile
roadmap: "https://io.italia.it/"
Expand Down

0 comments on commit d95f09c

Please sign in to comment.