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 the Node.js ESM specific export for groq were missing from the package published to npm
- Fixes a potential race condition with duplicate keys when an editor deletes all the content of a portable text editor while other editors are editing the same document