v1.2.3
What's Changed
A maintenance release — CI/config only, no app runtime changes.
Dependency management
- Completed the Dependabot ignore set (#25): added
@react-native-community/*(scoped native modules),jest-expo(SDK-coupled test preset), and@types/jestto the ignores. These are all Expo-SDK-54-managed and were the last gap — Dependabot's regenerated group still proposeddatetimepicker@9,slider@5.2,jest-expo@56, and@types/jest@30, none SDK-54-compatible. The ignore set now covers every Expo-managed package; Dependabot updates only genuinely-standalone tooling.
CI / CD
- Firebase distribution gated on version bump (#26): a
check-versionjob means only version-bumping merges todevelopcreate a Firebase release — ending the duplicate same-version releases. - Bounded retry for the flaky iOS E2E (#26): absorbs the intermittent expo-camera iOS-simulator crash; a genuine failure still fails both attempts.
Chore
- Version bumped to
1.2.3.
Full Changelog: v1.2.2...v1.2.3