chore(release): 1.17.2
All checks were successful
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 12s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 42s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 12s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 32s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 12s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 11s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 41s
/ deploy (push) Successful in 6s

This commit is contained in:
devthejo 2026-03-21 07:50:24 +01:00
parent 6ef3ea27ad
commit 34b42d0ca9
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351
10 changed files with 20 additions and 13 deletions

View file

@ -2,6 +2,13 @@
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.17.2](https://codeberg.org/alerte-secours/alerte-secours/compare/v1.17.1...v1.17.2) (2026-03-21)
### Bug Fixes
* update check stores support ([6ef3ea2](https://codeberg.org/alerte-secours/alerte-secours/commit/6ef3ea27ad624557d988278cb42acdca912a61c6))
## [1.17.1](https://codeberg.org/alerte-secours/alerte-secours/compare/v1.17.0...v1.17.1) (2026-03-15)
## [1.17.0](https://codeberg.org/alerte-secours/alerte-secours/compare/v1.16.12...v1.17.0) (2026-03-15)

View file

@ -83,8 +83,8 @@ android {
applicationId 'com.alertesecours'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 245
versionName "1.17.1"
versionCode 246
versionName "1.17.2"
multiDexEnabled true
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -25,7 +25,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.17.1</string>
<string>1.17.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>245</string>
<string>246</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>

View file

@ -1,6 +1,6 @@
{
"name": "alerte-secours",
"version": "1.17.1",
"version": "1.17.2",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client --private-key-path ./keys/private-key.pem",
@ -56,8 +56,8 @@
"useful-places:build": "yarn --cwd scripts/useful-places build"
},
"customExpoVersioning": {
"versionCode": 245,
"buildNumber": 245
"versionCode": 246,
"buildNumber": 246
},
"_moduleAliases": {
"~": "src"

View file

@ -1,6 +1,6 @@
{
"name": "alerte-secours",
"version": "1.17.1",
"version": "1.17.2",
"description": "Alerte-Secours - Le Réflexe qui Sauve",
"keywords": [
"alerte",

View file

@ -1,6 +1,6 @@
{
"name": "@as/api",
"version": "1.17.1",
"version": "1.17.2",
"description": "",
"scripts": {
"start": "node dist/index.js start",

View file

@ -1,5 +1,5 @@
{
"name": "@as/hasura",
"version": "1.17.1",
"version": "1.17.2",
"license": "MIT"
}

View file

@ -1,6 +1,6 @@
{
"name": "@as/tasks",
"version": "1.17.1",
"version": "1.17.2",
"scripts": {
"build": "node src/index.js build && NODE_OPTIONS=--openssl-legacy-provider ncc build src/index.js --source-map",
"dev": "nodemon --inspect --exitcrash --exec node --trace-warnings src/index.js dev",

View file

@ -1,6 +1,6 @@
{
"name": "@as/watchers",
"version": "1.17.1",
"version": "1.17.2",
"description": "",
"scripts": {
"build": "node src/index.js build && NODE_OPTIONS=--openssl-legacy-provider ncc build src/index.js --source-map",

View file

@ -1,6 +1,6 @@
{
"name": "@as/web",
"version": "1.17.1",
"version": "1.17.2",
"private": true,
"scripts": {
"dev": "PORT=${WEB_PORT:-4203} NODE_OPTIONS=--openssl-legacy-provider yarn run start",