diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d0fea..c47feff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.13.12](https://github.com/alerte-secours/as-app/compare/v1.13.9...v1.13.12) (2025-10-10) + + +### Bug Fixes + +* notification `undefined souhaite que vous soyez son contact d'urgence` ([7670177](https://github.com/alerte-secours/as-app/commit/76701774d113b72aabdd54bb1117a3d655ffd499)) +* **up-wip:** ios bundle and upload ([7588a26](https://github.com/alerte-secours/as-app/commit/7588a26e5b49fa58e54ab3e996c341ceea2e6474)) +* **up-wip:** ios radar button design ([4dcf713](https://github.com/alerte-secours/as-app/commit/4dcf71379e2afc93f40c488d3ee03e7337ae2440)) +* **up-wip:** ios radar button design (android regression) ([74c3326](https://github.com/alerte-secours/as-app/commit/74c3326376d7e811977b485670f4601ad3519a04)) +* **up-wip:** recording permissions ([80f6d1d](https://github.com/alerte-secours/as-app/commit/80f6d1d20d4813343aab55bbc1a0b8c7fbd166f8)) +* **up-wip:** recording permissions ([749a09a](https://github.com/alerte-secours/as-app/commit/749a09aa5ebebc94b81cd2a9fdcb085c4bb886f2)) +* **up-wip:** register stucked loading ([c5ccfa8](https://github.com/alerte-secours/as-app/commit/c5ccfa8d08a1505cd25980dc6fbf436a59eb6386)) +* **up:** deps ([0140be7](https://github.com/alerte-secours/as-app/commit/0140be77c002014dfafbcb2d14d09a0fcb38ac8c)) + ## [1.13.11](https://github.com/alerte-secours/as-app/compare/v1.13.9...v1.13.11) (2025-10-06) diff --git a/android/app/build.gradle b/android/app/build.gradle index 158f7e5..9b2b4bf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,8 +83,8 @@ android { applicationId 'com.alertesecours' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 223 - versionName "1.13.11" + versionCode 224 + versionName "1.13.12" multiDexEnabled true testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/ios/AlerteSecours/Info.plist b/ios/AlerteSecours/Info.plist index e01adfb..1a752ce 100644 --- a/ios/AlerteSecours/Info.plist +++ b/ios/AlerteSecours/Info.plist @@ -25,7 +25,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.13.11 + 1.13.12 CFBundleSignature ???? CFBundleURLTypes @@ -48,7 +48,7 @@ CFBundleVersion - 223 + 224 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/package.json b/package.json index 3ab2a9f..8c8864a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alerte-secours", - "version": "1.13.11", + "version": "1.13.12", "main": "index.js", "scripts": { "start": "expo start --dev-client --private-key-path ./keys/private-key.pem", @@ -50,8 +50,8 @@ "screenshot:android": "scripts/screenshot-android.sh" }, "customExpoVersioning": { - "versionCode": 223, - "buildNumber": 223 + "versionCode": 224, + "buildNumber": 224 }, "commit-and-tag-version": { "scripts": {