Skip to content

Commit

Permalink
v1.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 11, 2017
1 parent 9cfeb4d commit 8650f16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# React-Select

## v1.0.0-rc.7 / 2017-09-11

* fixed; issue with `lib` build preventing use in ES2015 environments

## 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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dist/react-select.min.js",
"dist/react-select.min.css"
],
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"homepage": "https://github.com/JedWatson/react-select",
"authors": [
"Jed Watson"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.7",
"description": "A Select control built with and for ReactJS",
"main": "lib/index.js",
"jsnext:main": "dist/react-select.es.js",
Expand Down

0 comments on commit 8650f16

Please sign in to comment.