Releases: expo/eas-cli
Releases · expo/eas-cli
v14.3.1
v14.3.0
v14.3.0
🎉 New features
- Upload
package.json
when uploading workflow sources. (#2786 by @sjchmiela)
🐛 Bug fixes
- Show
eas deploy
upload error messages. (#2771 by @kadikraman) - Prevent EAS CLI dependencies check from running repeatedly. (#2781 by @kitten)
- Prevent optimistic request body parsing for
eas deploy
. (#2784 by @kadikraman)
🧹 Chores
v14.2.0
v14.2.0
🎉 New features
🐛 Bug fixes
- Remove random branch name generation for --auto branch name non-vcs fallback. (#2747 by @wschurman)
- Upgrade @expo/multipart-body-parser. (#2751 by @wschurman)
- Pass env var flag to worker deployments. (#2763 by @kadikraman)
- Fix request for switching providers when doing Apple auth. (#2769 by @szdziedzic)
🧹 Chores
- Improve logging and validation in
eas env:exec
command. (#2762 by @szdziedzic)
v14.1.0
v14.1.0
🎉 New features
- Add support for enabeling broadcast Push Notifications capability option, by setting
ios.usesBroadcastPushNotifications
totrue
in app config. (#2748 by @szdziedzic)
🧹 Chores
- Add link to FYI page mentioning the workaround for Apple SMS 2FA issue. (#2752 by @szdziedzic)
v14.0.3
v14.0.3
🐛 Bug fixes
- Bump
@expo/apple-utils
to fix sending two-factor authentication codes via SMS. (#2750 by @EvanBacon)
🧹 Chores
- Change update message to allow faster copy and paste. (#2661 by @jonluca)
- Allow using
$schema
field ineas.json
. (#2624 by @saiichihashimoto)
v14.0.2
v14.0.2
🧹 Chores
- Print warning instead of throwing an error when validating
CFBundleShortVersionString
against App Store requirements. (#2741 by @szdziedzic)
v14.0.1
v14.0.1
🧹 Chores
- Bump
@expo/apple-utils
to improve error handling and input validation and change auth headers. (#2745 by @szdziedzic)
v14.0.0
v14.0.0
🛠 Breaking changes
- Change behavior of roll-back-to-embedded to not use current project state. (#2722 by @wschurman)
🎉 New features
🐛 Bug fixes
- Update
@expo/config
and@expo/config-plugins
to fixeas build
command for bare iOS projects on Windows. (#2744 by @szdziedzic)
🧹 Chores
- Fix outdated gitignored Google services file warning. (#2730 by @szdziedzic)