From 1d15068d054993ffa73b3a06766d9b6079b3fe9a Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Thu, 25 May 2017 00:25:19 +1000 Subject: [PATCH] v1.0.0-rc.5 --- HISTORY.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 12c9e48b1b..9bcf688f1e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,10 @@ # React-Select -## v1.0.0-rc.5 / 2017-05-21 +## v1.0.0-rc.5 / 2017-05-25 * fixed; Allow `falsey` values to be clearable, thanks [Simon Gaestel](https://github.com/sgaestel) -* fixed; issue where Firefox would crash due to incorrect use of `aria-owns` attribute, thanks [Max Hubenthal](https://github.com/mhubenthal) -* fixed; regression where options not using the value key couldn't be focused [Benjamin Piouffle](https://github.com/Betree) +* fixed; issue where Firefox would crash due to incorrect use of `aria-owns` attribute, thanks [Max Hubenthal](https://github.com/mhubenthal) +* fixed; regression where options not using the value key couldn't be focused, thanks [Benjamin Piouffle](https://github.com/Betree) ## v1.0.0-rc.4 / 2017-05-14 diff --git a/package.json b/package.json index 34798c9956..2b8fc4caea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "description": "A Select control built with and for ReactJS", "main": "lib/Select.js", "style": "dist/react-select.min.css",