Released Nov 333rd 2018
v0.136.3
Upgrade the Command Line Interface (CLI) with
npm install --global @sanity/cli
Upgrade the Content Studio with:
sanity upgrade
🐛 Notable bugfixes
- Now propagating errors and entering failure mode if a mutation for some reason fail to apply.
- Fixed an issue with stdio forwarding that makes it possible to run interactive command line interfaces with
sanity exec
📓 Full changelog
Author | Message | Commit |
---|---|---|
Bjørge Næss | mutator/desk-tool Propagate mutator errors through document store and display error message in desk tool (#1064) | 03ec85247 |
Bjørge Næss | cli Pass through stdio streams to child process when running sanity exec (#1069) | c924c5f34 |
Kristoffer J. Sivertsen | components Remove unused dependencies (#1068) | d42f076a6 |