Releases: expo/eas-cli
Releases · expo/eas-cli
v16.28.0
v16.27.0
v16.27.0
🎉 New features
- Kick off update patch generation if enabled - this is feature is in preview, don't use it for prod yet please. (#3250 by @quinlanj)
🐛 Bug fixes
- Fix workflow:status when run ID passed in. (#3253 by @douglowder)
- Fix updating file env vars with
env:update --non-interactive. (#3249 by @kadikraman)
🧹 Chores
v16.26.0
v16.25.1
v16.25.0
v16.25.0
🎉 New features
eas:newcommand changes (project name prompt, output cleanup, additional project files, additional prompts). (#3235 by @mackenco)eas:buildcommand displays a warning when account is near its build limit. (#3236 by @mackenco)
🐛 Bug fixes
- workflow:run can use --wait and --json together. (#3239 by @douglowder)
- Add missing env for local builds with latest plugin. (#3237 by @douglowder)
🧹 Chores
- Document the default values for
trackandreleaseStatus. (#3229 by @kadikraman)
v16.24.1
v16.24.0
v16.24.0
🎉 New features
- workflow:run --wait shows periodic job and step status updates. (#3227 by @douglowder)
🐛 Bug fixes
- workflow:logs should show logs from build and repack jobs. (#3226 by @douglowder)
v16.23.1
v16.23.1
🐛 Bug fixes
- Multiple bugfixes and small features for the
eas:newcommand: handle project name and directory generation more smoothly; supportbunas a package manager; add--package-managerflag with a default tonpm; ensure workflow files are in the correct location after build; update the generated project's README with the provided package manager; ensureapp.json'sschemeis valid; silence lots of noisy output. (#3205 by @mackenco)
v16.23.0
v16.23.0
🎉 New features
- Support custom environment variable environments (#3220 by @kadikraman)
- Add --force flag to eas env:push command to bypass confirmation prompts. (#3135 by @giorgiofellipe)