Skip to content

Commit

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

## ✨ Features

Expand All @@ -8,6 +8,24 @@

## 🔧 Tech

# 1.1.20

## ✨ Features
* Manage normal and inverted themes ([PR #1062](https://github.com/cozy/cozy-flagship-app/pull/1062))
* Improve dedup backup algorithm to support old backup ([PR #1077](https://github.com/cozy/cozy-flagship-app/pull/1077))
* Add new non native modal ([PR #1066](https://github.com/cozy/cozy-flagship-app/pull/1066))

## 🐛 Bug Fixes
* Fix client side connectors bugs ([PR #1057](https://github.com/cozy/cozy-flagship-app/pull/1057), [PR #1073](https://github.com/cozy/cozy-flagship-app/pull/1073))
* Fix send files bugs ([PR #1068](https://github.com/cozy/cozy-flagship-app/pull/1068), [PR #1074](https://github.com/cozy/cozy-flagship-app/pull/1074))
* Fix UI bugs ([PR #1061](https://github.com/cozy/cozy-flagship-app/pull/1061), [PR #1071](https://github.com/cozy/cozy-flagship-app/pull/1071), [PR #1075](https://github.com/cozy/cozy-flagship-app/pull/1075), [PR #1052](https://github.com/cozy/cozy-flagship-app/pull/1052))
* Avoid to start multiple backup in parallel ([PR #1064](https://github.com/cozy/cozy-flagship-app/pull/1064))

## 🔧 Tech
* Improve logging ([PR #1055](https://github.com/cozy/cozy-flagship-app/pull/1055), [PR #1067](https://github.com/cozy/cozy-flagship-app/pull/1067), [PR #1078](https://github.com/cozy/cozy-flagship-app/pull/1078))
* Add Storybook ([PR #1056](https://github.com/cozy/cozy-flagship-app/pull/1056))
* Update dependencies ([PR #1053](https://github.com/cozy/cozy-flagship-app/pull/1053), [PR #1060](https://github.com/cozy/cozy-flagship-app/pull/1060))
* Update icons on Android to latest standard ([PR #1063](https://github.com/cozy/cozy-flagship-app/pull/1063))

# 1.1.19

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 101190
versionName "1.1.19"
versionCode 101200
versionName "1.1.20"
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.19</string>
<string>1.1.20</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101190</string>
<string>0101200</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.19",
"version": "1.1.20",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit 184876e

Please sign in to comment.