From 8650f167d4b3194ca0bef5d93ff05ebb04a9c824 Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Mon, 11 Sep 2017 15:07:11 +1000 Subject: [PATCH] v1.0.0-rc.7 --- HISTORY.md | 4 ++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 609b8b850f..8e906c9e4d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/bower.json b/bower.json index fc3ec1a66e..2a361cfaa3 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.6", + "version": "1.0.0-rc.7", "homepage": "https://github.com/JedWatson/react-select", "authors": [ "Jed Watson" diff --git a/package.json b/package.json index f8c633cc9f..612de97fac 100644 --- a/package.json +++ b/package.json @@ -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",