Skip to content

Commit

Permalink
chore(release): 2.72.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyAfternoons committed Oct 10, 2024
1 parent 9d79a77 commit 1e000ac
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.72.0-rc.0](https://github.com/pagopa/io-app/compare/2.71.0-rc.2...2.72.0-rc.0) (2024-10-10)


### Bug Fixes

* [[IOBP-896](https://pagopa.atlassian.net/browse/IOBP-896)] Infinite card loading skeletons in the Wallet tab ([#6250](https://github.com/pagopa/io-app/issues/6250)) ([dbabc0b](https://github.com/pagopa/io-app/commit/dbabc0b7fc083f114b755f5a7eab5c7231b16d82))


### Chores

* **Cross:** [[IOAPPX-392](https://pagopa.atlassian.net/browse/IOAPPX-392)] Set `largeHeap=true` ([#6269](https://github.com/pagopa/io-app/issues/6269)) ([b5a488a](https://github.com/pagopa/io-app/commit/b5a488a387926ed2284d7818ca8dd07e23963866))
* **IT Wallet:** [[SIW-1725](https://pagopa.atlassian.net/browse/SIW-1725)] Add activation from internal navigation ([#6261](https://github.com/pagopa/io-app/issues/6261)) ([9d79a77](https://github.com/pagopa/io-app/commit/9d79a776d8682e12bae7ab12f33e9b2555cdc542)), closes [pagopa/io-dev-api-server#420](https://github.com/pagopa/io-dev-api-server/issues/420)
* **IT Wallet:** [[SIW-1728](https://pagopa.atlassian.net/browse/SIW-1728)] Wallet instance activation copy review ([#6267](https://github.com/pagopa/io-app/issues/6267)) ([7d2a4ec](https://github.com/pagopa/io-app/commit/7d2a4ec5c8343984c7e707ba86f5c467626fea0c))

## [2.71.0-rc.2](https://github.com/pagopa/io-app/compare/2.71.0-rc.1...2.71.0-rc.2) (2024-10-04)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ android {
applicationId "it.pagopa.io.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100154854
versionName "2.71.0.2"
versionCode 100154855
versionName "2.72.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 @@ -775,7 +775,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -816,7 +816,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
Expand Down
4 changes: 2 additions & 2 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.71.0</string>
<string>2.72.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -35,7 +35,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2</string>
<string>0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</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.71.0</string>
<string>2.72.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</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.71.0-rc.2",
"version": "2.72.0-rc.0",
"io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v14.3.0-RELEASE/api_backend.yaml",
"io_session_manager_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/internal.yaml",
"io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/[email protected]/apps/io-session-manager/api/public.yaml",
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
publiccodeYmlVersion: '0.2'
name: IO
logo: "img/app-logo.svg"
releaseDate: '2024-10-04'
releaseDate: '2024-10-10'
url: 'https://github.com/pagopa/io-app'
applicationSuite: IO
landingURL: 'https://io.italia.it/'
softwareVersion: 2.71.0-rc.2
softwareVersion: 2.72.0-rc.0
developmentStatus: beta
softwareType: standalone/mobile
roadmap: 'https://io.italia.it/'
Expand Down

0 comments on commit 1e000ac

Please sign in to comment.