To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
We recommend that you check out the instructions for the Sanity Studio v3.37.0 release before upgrading. If you have already updated your dependencies as described in that document (I.e., you are updating from v3.37.0), you can proceed with updating your studio as normal:
npm install sanity@latest
- Fixes a regression in v3.37.0 that affected embedded studios in certain environments and test runners
- Fixes an issue where newly created studios used an outdated version of styled-components