Skip to content

Commit

Permalink
feat: Bump app version to 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Nov 21, 2023
1 parent a31b6e9 commit 0a20cc5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,44 @@
# 1.1.19

## ✨ Features


## 🐛 Bug Fixes


## 🔧 Tech


# 1.1.18

## ✨ Features

* It is now possible to send files and images from the phone to the app ([PR #906](https://github.com/cozy/cozy-flagship-app/pull/906), [PR #996](https://github.com/cozy/cozy-flagship-app/pull/996), [PR #1001](https://github.com/cozy/cozy-flagship-app/pull/1001) and [PR #1009](https://github.com/cozy/cozy-flagship-app/pull/1009))
* Improve activities detection (walking, driving etc) when tracking CO2 emissions using GPS ([PR #906](https://github.com/cozy/cozy-flagship-app/pull/906) and [PR #1006](https://github.com/cozy/cozy-flagship-app/pull/1006))
* The CO2 emission tracking feature now shows a better description when requestion for GPS permissions ([PR #1005](https://github.com/cozy/cozy-flagship-app/pull/1005))
* Improve theming on login screen for our partners ([PR #1000](https://github.com/cozy/cozy-flagship-app/pull/1000))

## 🐛 Bug Fixes

* Client Side Connectors should not appear as errored anymore when stopped by the user ([PR #990](https://github.com/cozy/cozy-flagship-app/pull/990))
* The app should not be hidden behind phone's keyboard anymore when an editable field is selected ([PR #989](https://github.com/cozy/cozy-flagship-app/pull/989))
* Fix UI bugs ([PR #995](https://github.com/cozy/cozy-flagship-app/pull/995))
* Improve Client Side Connectors stability ([PR #1012](https://github.com/cozy/cozy-flagship-app/pull/1012) and [PR #998](https://github.com/cozy/cozy-flagship-app/pull/998))
* Improve Backup stability ([PR #1003](https://github.com/cozy/cozy-flagship-app/pull/1003))

## 🔧 Tech

* Remove `rn-async-storage-flipper` flipper plugin ([PR #1004](https://github.com/cozy/cozy-flagship-app/pull/1004) and [PR #1013](https://github.com/cozy/cozy-flagship-app/pull/1013))
* Add support for XCode 15 ([PR #1008](https://github.com/cozy/cozy-flagship-app/pull/1008))

# 1.1.17

## ✨ Features

* Texts have been translated for Android geolocation notification and geolocation permission ([PR #1005](https://github.com/cozy/cozy-flagship-app/pull/1005))

## 🐛 Bug Fixes

* Icon for Android geolocation notification is correctly shown ([PR #1005](https://github.com/cozy/cozy-flagship-app/pull/1005))

## 🔧 Tech
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 101171
versionName "1.1.17"
versionCode 101183
versionName "1.1.18"
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.17</string>
<string>1.1.18</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -85,7 +85,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0101170</string>
<string>0101180</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.17",
"version": "1.1.18",
"private": true,
"scripts": {
"android": "react-native run-android --variant=devDebug --main-activity=MainActivitybase",
Expand Down

0 comments on commit 0a20cc5

Please sign in to comment.