Skip to content

v1.2.4

Choose a tag to compare

@RogerioDoCarmo RogerioDoCarmo released this 01 Jun 12:48

What's Changed

A maintenance release — CI/dev-tooling only, no app runtime changes.

CI / CD

  • EAS store submission is now manual-only (#29): eas submit runs only via workflow_dispatch with submit = true — never automatically on a push to main. This stops the auto-submit that failed on every prior release (the Android Play key is gitignored / absent in CI). The Google Play service-account key and Apple app-specific password are wired in via secrets for when you do ship. Pushes to main still run a production build to validate the release.

Dependencies (dev)

  • lint-staged 17.0.6 → 17.0.7

  • typescript-eslint 8.59.3 → 8.60.0

    (the clean, fully-converged Dependabot group — the endpoint of the Dependabot overhaul: it now proposes only standalone tooling, never Expo-SDK-managed packages.)

Chore

  • Version bumped to 1.2.4.

Full Changelog: v1.2.3...v1.2.4