๐ New features
- Added support for SSO users. (#1875 by @lzkb)
- Added new bundle identifier capabilities and entitlements from WWDC23. (#1870 by @EvanBacon)
- Selecting default keystore via CLI. (#1889 by @khamilowicz)
๐งน Chores
- Change sso flag display. (#1890 by @lzkb)
- Build:configure -- add channels to eas.json if using eas updates. (#1887 by @quinlanj)
- Eas update: Error gracefully if no git repo. (#1884 by @quinlanj)
- Error gracefully if expo pkg not installed. (#1883 by @quinlanj)
- Update
eas build:configure
command to show the link ofeas.json
when generated. (#1878 by @amandeepmittal) - Create app.json or add the "expo" key if either are missing, before modifying or reading the file. (#1881 by @brentvatne)
- Include the original stack in re-thrown errors thrown from EAS CLI commands. (#1882 by @brentvatne)
- Make
update:configure
less verbose. (#1888 by @quinlanj) - Improve validation for values from app config. (#1893 by @wkozyra95)
- Improve
expo-updates
validation for builds withchannel
property set. (#1885 by @szdziedzic)