From 39d2985075093eaccd27e7346b382f04d8f75fef Mon Sep 17 00:00:00 2001 From: devthejo Date: Wed, 1 Oct 2025 22:12:43 +0200 Subject: [PATCH] chore(release): 1.13.9 --- CHANGELOG.md | 12 ++++++++++++ android/app/build.gradle | 4 ++-- ios/AlerteSecours/Info.plist | 4 ++-- package.json | 8 ++++---- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945cc54..8baac22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.9](https://github.com/alerte-secours/as-app/compare/v1.13.8...v1.13.9) (2025-10-01) + + +### Bug Fixes + +* **android:** local dev + wip ([fd6ba1c](https://github.com/alerte-secours/as-app/commit/fd6ba1caab783b13bec45584a8db7f12adc1e9c3)) +* **android:** photo access ([35753e0](https://github.com/alerte-secours/as-app/commit/35753e0f53df88eceb958eca4eec0a55235cb8a7)) +* **flag:** react19 up ([10e2905](https://github.com/alerte-secours/as-app/commit/10e29055c50b62993df05581982f1d9585aaf776)) +* **prebuild:** up rn ([44d3ae4](https://github.com/alerte-secours/as-app/commit/44d3ae460fa2ec2d0f517fe142f34db138e7ccbc)) +* **prebuild:** wip ([cf46272](https://github.com/alerte-secours/as-app/commit/cf46272382c439eea374b3b7166c5f42ca07c3e3)) +* **up:** expo-audio ([4d726d3](https://github.com/alerte-secours/as-app/commit/4d726d3f1a5151b103a03a5ef227337c299e2bc5)) + ## [1.13.8](https://github.com/alerte-secours/as-app/compare/v1.13.7...v1.13.8) (2025-09-27) diff --git a/android/app/build.gradle b/android/app/build.gradle index cd4a86b..dfa468d 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 220 - versionName "1.13.8" + versionCode 221 + versionName "1.13.9" 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 49f25ec..70189c8 100644 --- a/ios/AlerteSecours/Info.plist +++ b/ios/AlerteSecours/Info.plist @@ -25,7 +25,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.13.8 + 1.13.9 CFBundleSignature ???? CFBundleURLTypes @@ -48,7 +48,7 @@ CFBundleVersion - 220 + 221 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/package.json b/package.json index 7305a93..20e9d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alerte-secours", - "version": "1.13.8", + "version": "1.13.9", "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": 220, - "buildNumber": 220 + "versionCode": 221, + "buildNumber": 221 }, "commit-and-tag-version": { "scripts": { @@ -279,4 +279,4 @@ } }, "packageManager": "yarn@4.5.3" -} +} \ No newline at end of file