Upgrade the Command Line Interface (CLI) with
npm install --global @sanity/cli
Upgrade the Content Studio with:
sanity upgrade
🐛 Notable bugfixes
- Improved schema validation in certain scenarios
@sanity/export
no longer produces empty exports on subsequent calls
📓 Full changelog
Author | Message | Commit |
---|---|---|
Kristoffer J. Sivertsen | [all] Tiny design fixes (#1136) | 72c931b |
Espen Hovlandsdal | [schema] Ensure that members declaration is an array before attempting to use it (#1145) | 2b7f011 |
Espen Hovlandsdal | [export] Fix bug where streams would be reused across invocations (#1146) | 0c29077 |