diff --git a/HISTORY.md b/HISTORY.md index f4fd2c7322..609b8b850f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ # React-Select -## Next +## v1.0.0-rc.6 / 2017-09-10 + * fixed; changing `required` prop from `true` to `false` now works as expected, thanks [George Karagkiaouris](https://github.com/karaggeorge) * added; new prop `onSelectResetsInput` controls whether the input value is cleared when options are selected, thanks [David Roeca](https://github.com/davidroeca) and [Alexander Nosov](https://github.com/nosovsh) * fixed; tabindex parent bug fix for Edge, thanks [George Payne](https://github.com/George-A-Payne) diff --git a/bower.json b/bower.json index 97ed501c5b..fc3ec1a66e 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "dist/react-select.min.js", "dist/react-select.min.css" ], - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.6", "homepage": "https://github.com/JedWatson/react-select", "authors": [ "Jed Watson" diff --git a/package.json b/package.json index 89764bc58e..f8c633cc9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "description": "A Select control built with and for ReactJS", "main": "lib/index.js", "jsnext:main": "dist/react-select.es.js",