Skip to content

v1.2.3

Choose a tag to compare

@RogerioDoCarmo RogerioDoCarmo released this 31 May 23:57

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/jest to the ignores. These are all Expo-SDK-54-managed and were the last gap — Dependabot's regenerated group still proposed datetimepicker@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-version job means only version-bumping merges to develop create 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