Skip to content

Releases: expo/eas-cli

v10.2.1

18 Jul 10:01
Compare
Choose a tag to compare

v10.2.1

🧹 Chores

  • Indicate if a user is logged in using EXPO_TOKEN when running eas whoami command. (#2461 by @szdziedzic)
  • Throw error when eas login command is run with EXPO_TOKEN environment variable set. (#2461 by @szdziedzic)
  • Check if user is already logged in when running eas login command. (#2461 by @szdziedzic)

v10.2.0

15 Jul 22:34
Compare
Choose a tag to compare

v10.2.0

🎉 New features

  • Added flag --emit-metadata to emit eas-update-metadata.json in the bundle folder with detailed information about the generated updates (#2451 by @rainst)

🐛 Bug fixes

  • Bump @expo/apple-utils version to use the fallback Apple Developer Portal domain on every internal server error. (#2459 by @szdziedzic)

v10.1.1

04 Jul 21:27
Compare
Choose a tag to compare

v10.1.1

v10.1.0

02 Jul 12:24
Compare
Choose a tag to compare

v10.1.0

🎉 New features

v10.0.3

26 Jun 09:33
Compare
Choose a tag to compare

v10.0.3

🧹 Chores

v10.0.2

17 Jun 14:39
Compare
Choose a tag to compare

v10.0.2

🐛 Bug fixes

  • Fix parsing of build.gradle file by gradle-to-js parser by filtering out empty single line comments. (#2435 by @szdziedzic)

v10.0.1

17 Jun 12:28
Compare
Choose a tag to compare

v10.0.1

🧹 Chores

  • Add clarification to private-key flag in command line help. (#2432 by @quinlanj)

v10.0.0

13 Jun 10:01
Compare
Choose a tag to compare

v10.0.0

🛠 Breaking changes

🐛 Bug fixes

  • Resolve correct submit profile configuration for eas build command with --auto-submit-with-profile flag. (#2425 by @szdziedzic)
  • Correctly parse the EXPO_APPLE_PROVIER_ID environment variable. (#2349 by @louix)

🧹 Chores

v9.2.0

06 Jun 16:58
Compare
Choose a tag to compare

v9.2.0

🎉 New features

  • Add target-profile and source-profile flags to the eas build:resign command. (#2410 by @szdziedzic)
  • Display build profile in the output of eas build:list. (#2408 by @szdziedzic)

🐛 Bug fixes

  • Use the correct app config for no GitHub flow in init:onboarding. (#2397 by @szdziedzic)
  • Disallow picking expired builds as submit archive source. (#2406 by @sjchmiela)

🧹 Chores

  • Print network error message if present. (#2407 by @szdziedzic)
  • Make flags for eas build:list command more aligned with flags for rest of the commands. (#2409 by @szdziedzic)

v9.1.0

23 May 17:20
Compare
Choose a tag to compare

v9.1.0

🎉 New features