Release 1.0.3

This commit is contained in:
Shawn Erquhart 2017-12-19 12:28:12 -05:00
parent 9b1e29bdde
commit 59fc159de0
2 changed files with 7 additions and 7 deletions

View File

@ -4,13 +4,14 @@
Changes that have landed in master but are not yet released.
Click to see more.
</summary>
</details>
## 1.0.3 (December 19, 2017)
* Fix select widgets with object type options ([@tech4him1](https://github.com/tech4him1) in [#920](https://github.com/netlify/netlify-cms/pull/920))
* Warn when uploading asset with same name as existing asset ([@Dammmien](https://github.com/Dammmien) in [#853](https://github.com/netlify/netlify-cms/pull/853))
* Fix Slate plugins broken during 0.30 migration ([@Dammmien](https://github.com/Dammmien) in [#856](https://github.com/netlify/netlify-cms/pull/856))
* Fix infinite scrolling for collections with integrations ([@erquhart](https://github.com/erquhart) in [#940](https://github.com/netlify/netlify-cms/pull/940))
</details>
## 1.0.2 (December 7, 2017)
@ -24,7 +25,6 @@
* Add new docs website landing page ([@ziburski](https://github.com/ziburski) in [#880](https://github.com/netlify/netlify-cms/pull/880))
* Rework Test Drive and Quick Start docs ([@verythorough](https://github.com/verythorough) in [#888](https://github.com/netlify/netlify-cms/pull/888))
## 1.0.0 (December 7, 2017)
The first major release of Netlify CMS!! Here are the big features:

View File

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