chore(release): 1.9.0
This commit is contained in:
parent
f08bd08ece
commit
be1063bdce
4 changed files with 23 additions and 7 deletions
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
||||
|
||||
## 1.9.0 (2025-04-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* bg location lost notify ([f08bd08](https://github.com/alerte-secours/as-app/commit/f08bd08ece0aafe43f8bb411953c1e1b504204be))
|
||||
* **links:** add ijp ([9368ec4](https://github.com/alerte-secours/as-app/commit/9368ec440aa7ef19423db007eb3bd4062aa00de8))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **profile-form:** optional email ([426054b](https://github.com/alerte-secours/as-app/commit/426054bc0e36025ec3d7d5c544f4cfca6aabc6bf))
|
|
@ -83,8 +83,8 @@ Project background_fetch = project(':react-native-background-fetch')
|
|||
applicationId 'com.alertesecours'
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 176
|
||||
versionName "1.8.2"
|
||||
versionCode 177
|
||||
versionName "1.9.0"
|
||||
multiDexEnabled true
|
||||
testBuildType System.getProperty('testBuildType', 'debug')
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.8.2</string>
|
||||
<string>1.9.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>176</string>
|
||||
<string>177</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "alerte-secours",
|
||||
"version": "1.8.2",
|
||||
"version": "1.9.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "expo start --dev-client --private-key-path ./keys/private-key.pem",
|
||||
|
@ -47,8 +47,8 @@
|
|||
"open:deeplink": "npx uri-scheme open --android"
|
||||
},
|
||||
"customExpoVersioning": {
|
||||
"versionCode": 176,
|
||||
"buildNumber": 176
|
||||
"versionCode": 177,
|
||||
"buildNumber": 177
|
||||
},
|
||||
"commit-and-tag-version": {
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue