v16.32.0
๐ New features
- Hidden beta version of new
eas account:usagecommand for viewing account usage and billing estimates. (#3334 by @douglowder, @EvanBacon) - Add
--no-bytecodeand--source-maps [mode]flags toeas update. (#3339 by @brentvatne) - Add App Clip bundle identifier registration support for multi-target iOS builds. (#3300 by @evanbacon)
- Add
--runtime-versionand--platformfilters toeas update:list. (#3261 by @HarelSultan)
๐ Bug fixes
- Fix
--source-mapsflag compatibility with older SDKs that only support it as a boolean flag. (#3341 by @brentvatne) - Use
--dump-sourcemapsas fallback when--source-mapsis not provided toeas update, for backwards compatibility. (8cc324e1 by @brentvatne) - Fix
metadata:pullfailing for apps with only a live version by falling back to live app version and info. (#3299 by @EvanBacon) - eas init should fix and validate project name and slug. (#3277 by @douglowder)