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 potential crash in certain javascript environments when trying to access process.env
- Errors occuring during a migration now provides more details
📓 Full changelog
Author | Message | Commit |
---|---|---|
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#6975) | 355e1b9 |
Binoy Patel | fix(migrate): fixes error message to be more helpful (#6986) | df89f88 |
Espen Hovlandsdal | fix(cli): correct noop return value on esbuild-register in dev (#6990) | 51ecce0 |
Espen Hovlandsdal | fix(core): make version check not depend on process.env (#6991)
| 7c00b8f |