Skip to content

Releases: expo/eas-cli

v13.0.1

05 Nov 22:20
Compare
Choose a tag to compare

v13.0.1

🧹 Chores

  • Upgrade EAS Metadata with new properties from App Store. (#2671 by @byCedric)

v13.0.0

05 Nov 18:52
Compare
Choose a tag to compare

v13.0.0

🛠 Breaking changes

  • Resolve versioned expo config using npx expo config command instead of using fixed @expo/config version shipped with EAS CLI, if available. (#2529 by @szdziedzic)

🧹 Chores

v12.6.2

29 Oct 10:52
Compare
Choose a tag to compare

v12.6.2

🐛 Bug fixes

  • Make email case insensitive during Apple authentication. (#2659 by @byCedric)

v12.6.1

25 Oct 12:36
Compare
Choose a tag to compare

v12.6.1

🧹 Chores

  • Create dynamic logged in context field and clean up erroneous SessionManager context field uses. (#2648 by @wschurman)

v12.6.0

21 Oct 21:33
Compare
Choose a tag to compare

v12.6.0

🎉 New features

  • Add eas channel:pause and eas channel:resume commands to pause/resume update delivery to builds using specific update channels and display paused status in channel details output. (#2614 by @fiberjw)
  • Add interactivity to eas update:edit command. (#2638 by @wschurman)

v12.5.4

19 Oct 18:28
Compare
Choose a tag to compare

v12.5.4

v12.5.3

16 Oct 15:29
Compare
Choose a tag to compare

v12.5.3

v12.5.2

11 Oct 18:52
Compare
Choose a tag to compare

v12.5.2

🐛 Bug fixes

  • Disallow republishing an update that is being rolled-out. (#2602 by @wschurman)

🧹 Chores

v12.5.1

27 Sep 05:22
Compare
Choose a tag to compare

v12.5.1

🐛 Bug fixes

  • Support assigning dev domain names in non interactive mode. (#2595 by @byCedric)

🧹 Chores

  • Simplify the output of eas deploy --json. (#2596 by @byCedric)
  • Support deploying Expo Router server exports without client directory. (#2597 by @byCedric)
  • Add exit option to eas credentials interactive menu. (#2570 by @szdziedzic)

v12.5.0

23 Sep 15:32
Compare
Choose a tag to compare

v12.5.0

🎉 New features

  • Log command execution to assist in debugging local builds. (#2526 by @trajano)
  • Allow submitting builds in progress (#2543 by @radoslawkrzemien)
  • Use EAS_DANGEROUS_OVERRIDE_ANDROID_APPLICATION_ID and EAS_DANGEROUS_OVERRIDE_IOS_BUNDLE_IDENTIFIER environment variables as overrides of the Android application ID and iOS bundle identifier in managed workflow too. (#2576 by @sjchmiela)

🐛 Bug fixes

  • Avoid malforming app.json with empty .expo object. (#2573 by @byCedric)