Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 9ae2a1b

Browse files
committed
v2.0.0-alpha.11
1 parent 340d0f2 commit 9ae2a1b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

HISTORY.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# React-Select
22

3-
## v2.0.0-alpha.9 / 2018-04-10
3+
## v2.0.0-alpha.11 / 2018-04-12
44

5-
Ongoing rewrite. Major changes since last alpha:
5+
Minor fix since last alpha:
6+
7+
* Fixed a flow type issue that was causing issues for consumers
8+
9+
## v2.0.0-alpha.10 / 2018-04-10
10+
11+
Minor fix since last alpha:
612

713
* Fixed an issue with `dist/react-select.es.js` where `babelHelpers` weren't defined
814

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "2.0.0-alpha.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "A Select control built with and for ReactJS",
55
"main": "lib/index.js",
66
"jsnext:main": "dist/react-select.es.js",

0 commit comments

Comments
 (0)