v3.27.1
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
To upgrade a v3 Studio, run this command in its folder:
npm install sanity@latest
✨ Highlights
🐛 Notable bugfixes
- Fixes a bug with
sanity migratethat caused a patch to be applied twice.
📓 Full changelog
| Author | Message | Commit |
|---|---|---|
| Binoy Patel | fix(migration): fixes issues where patch would happen twice (#5638) | 343765d |