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
🐛 Notable bugfixes
- Fixes a bug that could make certain queries fail due to switching back to an earlier API version
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | chore(cli): move vercel dependencies to dev dependencies (#4877) | c601cab |
Bjørge Næss | fix(desk): remove simple filter check/v1 fallback (#4882) | e3e004f |