Releases: expo/eas-cli
Releases · expo/eas-cli
v10.2.1
v10.2.1
🧹 Chores
- Indicate if a user is logged in using
EXPO_TOKEN
when runningeas whoami
command. (#2461 by @szdziedzic) - Throw error when
eas login
command is run withEXPO_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
v10.2.0
🎉 New features
- Added flag
--emit-metadata
to emiteas-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
v10.1.1
v10.1.0
v10.0.3
v10.0.3
🧹 Chores
- Track usage of
--local
build mode in analytics. (#2445 by @szdziedzic) - Remove any mentions of deleted Xcode < 15 images. (#2438 by @szdziedzic)
v10.0.2
v10.0.2
🐛 Bug fixes
- Fix parsing of
build.gradle
file bygradle-to-js
parser by filtering out empty single line comments. (#2435 by @szdziedzic)
v10.0.1
v10.0.0
v10.0.0
🛠 Breaking changes
- Drop support for Node 16. (#2413 by @byCedric)
- Update
eas-build
dependencies to the version requiring Node 18 as minimal Node version. (#2416 by @expo-bot)
🐛 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
- Update lockfile to only include
@types/[email protected]
. (#2412 by @byCedric) - Update test workflow Node versions to 18, 20, and 22. (#2413 by @byCedric)
v9.2.0
v9.2.0
🎉 New features
- Add
target-profile
andsource-profile
flags to theeas 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)