Skip to content

Commit

Permalink
feat: Bump app version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Jun 2, 2023
1 parent 66de494 commit adefffe
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,46 @@
# 1.1.6

## 🐛 Bug Fixes

* Ensure that the splashscreen doesn't hide early on the homescreen [PR #820](https://github.com/cozy/cozy-flagship-app/pull/820)

# 1.1.5

## ✨ Features

* Display a modal to show when app icon changed [PR #816](https://github.com/cozy/cozy-flagship-app/pull/816)
* Customize default icon remotely [PR #816](https://github.com/cozy/cozy-flagship-app/pull/816)

## 🐛 Bug Fixes

* Ensure that the Application splash screen is correctly hidden in all scenarios [PR #819](https://github.com/cozy/cozy-flagship-app/pull/819)

# 1.1.4

## ✨ Features

* Upgrade cozy-clisk to `0.13.0` to get subPath [PR #814](https://github.com/cozy/cozy-flagship-app/pull/814)

## 🐛 Bug Fixes

* Enhancing app lockingmechanism and handling edge cases by @acezard [PR #815](https://github.com/cozy/cozy-flagship-app/pull/815)
* Set launcherview header to display dark icons on white background [PR #817](https://github.com/cozy/cozy-flagship-app/pull/817)

# 1.1.3

## ✨ Features


## 🐛 Bug Fixes

* Fix UI issues on password and PIN prompts ([PR #799](https://github.com/cozy/cozy-react-native/pull/799), [PR #801](https://github.com/cozy/cozy-react-native/pull/801), [PR #805](https://github.com/cozy/cozy-react-native/pull/805), [PR #806](https://github.com/cozy/cozy-react-native/pull/806), [PR #807](https://github.com/cozy/cozy-react-native/pull/807) and [PR #808](https://github.com/cozy/cozy-react-native/pull/808))
* Fix a bug that prevented CLient Side Connectors logs to be handled correctly ([PR #802](https://github.com/cozy/cozy-react-native/pull/802))
* Document scanning now correctly returns the last scan when multiple tries are done ([PR #803](https://github.com/cozy/cozy-react-native/pull/803))

## 🔧 Tech

* Update `cozy-clisk` to `0.12.2` ([PR #800](https://github.com/cozy/cozy-react-native/pull/800))
* Improve developers documentation ([PR #784](https://github.com/cozy/cozy-react-native/pull/784))

# 1.1.2

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ android {
applicationId "io.cozy.flagship.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101021
versionName "1.1.2"
versionCode 10106
versionName "1.1.6"
multiDexEnabled true
}
splits {
Expand Down
4 changes: 2 additions & 2 deletions ios/CozyReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -84,7 +84,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101021</string>
<string>0101060</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.2",
"version": "1.1.6",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitycozy",
Expand Down

0 comments on commit adefffe

Please sign in to comment.