Skip to content

Commit

Permalink
feat: Bump app version to 1.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Nov 15, 2024
1 parent f05bd13 commit 4003c2e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
# 1.1.32

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech


# 1.1.31

## ✨ Features

* Allow clisk konnectors to save data in their own account ([PR #1260](https://github.com/cozy/cozy-flagship-app/pull/1260))
* Allow clisk konnectors to run server job ([PR #1260](https://github.com/cozy/cozy-flagship-app/pull/1260))
* Allow clisk konnectors to have incognito mode ([PR #1260](https://github.com/cozy/cozy-flagship-app/pull/1260))
* Do not download the same file multiple times when multiple bills are related to the same file ([PR #1259](https://github.com/cozy/cozy-flagship-app/pull/1259))
* Force logout when konnector identifier is different from account name (to allow multi-account for clisk konnectors) ([PR #1255](https://github.com/cozy/cozy-flagship-app/pull/1255))
* Offers the possibility to save html traces on clisk konnector error ([PR #1254](https://github.com/cozy/cozy-flagship-app/pull/1254))

## 🐛 Bug Fixes


## 🔧 Tech

* Upgrade cozy-clisk to 0.38.1 ([PR #1259](https://github.com/cozy/cozy-flagship-app/pull/1259))
* Update Sentry to 5.33.1 ([PR #1252](https://github.com/cozy/cozy-flagship-app/pull/1252))
* Remove ui.darkmode.enabled flag condition ([PR #1246](https://github.com/cozy/cozy-flagship-app/pull/1246))

# 1.1.30

## ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ android {
// if absent use `yarn brand:configure:cozy` to create it
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101300 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.30"
versionCode 101316 * 10000 // Legacy version number patch, needed for Play Store version increment
versionName "1.1.31"
multiDexEnabled true
resValue "string", "build_config_package", "io.cozy.flagship.mobile"
missingDimensionStrategy "store", "play"
Expand Down
4 changes: 2 additions & 2 deletions ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.30</string>
<string>1.1.31</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101300</string>
<string>0101316</string>
<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
<true/>
<key>FirebaseDataCollectionDefaultEnabled</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-react-native",
"version": "1.1.30",
"version": "1.1.31",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit 4003c2e

Please sign in to comment.