To initiate a new Studio without installing the CLI globally:
npx create-sanity@latest
To upgrade a v3 Studio:
npm install sanity@latest
- Fixes an issue where
createAuthStore
would incorrectly require a client factory to be passed - Fixes an issue where lodash was not optimized in all released Sanity packages
- Fixes an issue where disabling direct uploads when using multiple asset sources would not work