Releases: expo/eas-cli
Releases · expo/eas-cli
v13.0.1
v13.0.0
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
- Add
macos-sonoma-14.6-xcode-16.1
image andsdk-52
image tag toeas.schema.json
. (#2666 by @szdziedzic) - Update
@expo
packages versions. (#2530 by @szdziedzic)
v12.6.2
v12.6.1
v12.6.1
🧹 Chores
- Create dynamic logged in context field and clean up erroneous SessionManager context field uses. (#2648 by @wschurman)
v12.6.0
v12.6.0
🎉 New features
- Add
eas channel:pause
andeas 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
v12.5.4
v12.5.3
v12.5.3
v12.5.2
v12.5.2
🐛 Bug fixes
- Disallow republishing an update that is being rolled-out. (#2602 by @wschurman)
🧹 Chores
- Implement new
worker
deploy API flow. (#2601 by @kitten)) - Unhide rollout-percentage flag on update publish command. (#2608 by @wschurman)
- Let folks know about the new concurrency add-on (#2611 by @brentvatne)
v12.5.1
v12.5.1
🐛 Bug fixes
🧹 Chores
v12.5.0
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
andEAS_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)