github expo/eas-cli v22.0.0

3 hours ago

v22.0.0

🛠 Breaking changes

  • [eas-cli] Build objects in --json output (eas build, eas build:list, eas build:view, eas build:resign) now have app, updateChannel (object with id and name), and runtime (object with id and version) instead of project, channel, and runtimeVersion. eas update:republish --json output likewise has runtime instead of runtimeVersion. Other update commands' --json output and eas-update-metadata.json are unchanged. (#4021 by @tchayen)

🎉 New features

  • [build-tools] Upload JavaScript source maps generated by builds. (#4170 by @AbbanMustafa)
  • [eas-cli] Set the project icon on the EAS dashboard from the app config when running eas init, if the project does not have one yet. (#4177 by @tchayen)

🐛 Bug fixes

  • [eas-cli] Make the non-interactive "EAS project not configured" error actionable on every path: list the exact eas init --id / eas init --account commands and the accounts you can create projects in, instead of suggesting bare eas init, which fails the same way. (#4153 by @williamgrosset)
  • [eas-cli] Set up the internal TestFlight group and invite admin testers when submitting interactively with an existing ascAppId, with --no-auto-testflight-setup to disable it, and fix the TestFlight group URL printed when adding testers partially fails. (#4136 by @tchayen)

Don't miss a new eas-cli release

NewReleases is sending notifications on new releases.