Compare commits

...

3 commits

Author SHA1 Message Date
le king fu
d38ddab0f0 chore: bump version to 1.6.4 (versionCode 16)
Includes Expo SDK 54 patch alignment from #87.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 14:48:46 -04:00
le king fu
8ee9f9918e state: sync after #87 2026-05-10 13:42:25 -04:00
2eed0415b9 Merge pull request 'chore(deps): align Expo SDK 54 patches' (#88) from issue-87-align-expo-sdk-patches into master 2026-05-10 17:41:42 +00:00
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# STATE — simpl-liste
> Derniere MAJ : 2026-05-08 (par fix-issue #81)
> Derniere MAJ : 2026-05-10 (par fix-issue #87)
## Position actuelle
@ -11,6 +11,7 @@ non-exploitable en pratique (details dans `SECURITY.md`).
## Decisions recentes
- 2026-05-10 : Aligne 6 patches Expo SDK 54 via expo install --fix — expo-doctor 17/17 (ref #87)
- 2026-05-08 : Defenseur rerun confirme 0 findings — overrides existants suffisent, pas de PR necessaire (ref #81)
- 2026-04-24 : overrides xmldom + uuid (spec `spec-decisions-vuln-simpl-liste.md`) — PRs #77, #78, #79 (pending-human).
- 2026-04-23 : PR #71 merged — fix widget render-optimiste + timing instrumentation.

View file

@ -2,7 +2,7 @@
"expo": {
"name": "Simpl-Liste",
"slug": "simpl-liste",
"version": "1.6.3",
"version": "1.6.4",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "simplliste",
@ -24,7 +24,7 @@
"backgroundColor": "#FFF8F0"
},
"edgeToEdgeEnabled": true,
"versionCode": 15
"versionCode": 16
},
"plugins": [
"expo-router",

View file

@ -1,7 +1,7 @@
{
"name": "simpl-liste",
"main": "index.js",
"version": "1.6.3",
"version": "1.6.4",
"scripts": {
"start": "expo start",
"test": "node tests/smoke.test.cjs",