Release 0.7.3

This commit is contained in:
Shawn Erquhart 2017-11-11 21:54:35 -05:00
parent bebea64e33
commit dbaaa5c0de
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,13 @@
</summary>
</details>
## 0.7.3 (November 11, 2017)
* Fix persisting files with no body/data files ([@ebello](https://github.com/ebello) in [#808](https://github.com/pulls/808))
* Fix ControlHOC ref for redux container widgets ([@erquhart](https://github.com/erquhart) in [#812](https://github.com/pulls/812))
* Fix entries not saving due to null integrations state ([@erquhart](https://github.com/erquhart) in [#814](https://github.com/pulls/814))
* Fix requestAnimationFrame warnings in tests ([@tech4him1](https://github.com/tech4him1) in [#811](https://github.com/pulls/811))
## 0.7.2 (November 11, 2017)
* Only rebase editorial workflow pull requests if assets are stored in content repo ([@erquhart](https://github.com/erquhart) in [#804](https://github.com/pulls/804))

View File

@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "0.7.2",
"version": "0.7.3",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {