Skip to content

Commit

Permalink
feat: Bump app version to 1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Dec 18, 2023
1 parent adc1b88 commit ee11b96
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1.19
# 1.1.20

## ✨ Features

Expand All @@ -9,6 +9,22 @@
## 🔧 Tech


# 1.1.19

## ✨ Features
* Allow mespapiers app to control clisk konnectors ([PR #1047](https://github.com/cozy/cozy-flagship-app/pull/1047))

## 🐛 Bug Fixes
* Fix send files locales ([PR #1031](https://github.com/cozy/cozy-flagship-app/pull/1031))
* Fix UI bugs ([PR #1036](https://github.com/cozy/cozy-flagship-app/pull/1036), [PR #1037](https://github.com/cozy/cozy-flagship-app/pull/1037), [PR #1041](https://github.com/cozy/cozy-flagship-app/pull/1041), [PR #1043](https://github.com/cozy/cozy-flagship-app/pull/1043), [PR #1045](https://github.com/cozy/cozy-flagship-app/pull/1045))
* Fix backup bugs especially when backup folder has been deleted ([PR #1040](https://github.com/cozy/cozy-flagship-app/pull/1040), [PR #1044](https://github.com/cozy/cozy-flagship-app/pull/1044))
* Manage when destination folder is removed during konnector execution ([PR #1030](https://github.com/cozy/cozy-flagship-app/pull/1030))

## 🔧 Tech
* Improve logs ([PR #1035](https://github.com/cozy/cozy-flagship-app/pull/1035), [PR #1042](https://github.com/cozy/cozy-flagship-app/pull/1042), [PR #1039](https://github.com/cozy/cozy-flagship-app/pull/1039))
* Remove react-native-cameraroll patches ([PR #1048](https://github.com/cozy/cozy-flagship-app/pull/1048))
* Fix open handles in tests and update testing tools ([PR #1028](https://github.com/cozy/cozy-flagship-app/pull/1028))

# 1.1.18

## ✨ 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 @@ -143,8 +143,8 @@ android {
namespace = "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101189
versionName "1.1.18"
versionCode 101190
versionName "1.1.19"
multiDexEnabled true
resValue "string", "build_config_package", "io.cozy.flagship.mobile"
}
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.18</string>
<string>1.1.19</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101189</string>
<string>0101190</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.18",
"version": "1.1.19",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit ee11b96

Please sign in to comment.