diff --git a/CHANGELOG-alpha.md b/CHANGELOG-alpha.md index 9c16c92cb7..ded6d073d6 100644 --- a/CHANGELOG-alpha.md +++ b/CHANGELOG-alpha.md @@ -1,3 +1,14 @@ +v0.24.0-alpha.1 - Tue, 09 Jun 2015 01:06:34 GMT +----------------------------------------------- + +- [7211dcb](../../commit/7211dcb) [added] Add prevIcon and nextIcon props as node proptypes to Carousel +- [5734ec3](../../commit/5734ec3) [added] Pagination component +- [2f8c454](../../commit/2f8c454) [changed] Assert ProgressBar children can be ProgressBar only. +- [2c46820](../../commit/2c46820) [added] `createSelectedEvent` for consistent onSelect handling +- [c2ff9ad](../../commit/c2ff9ad) [added] property disabled on MenuItem + + + v0.24.0-alpha.0 - Tue, 02 Jun 2015 17:08:11 GMT ----------------------------------------------- diff --git a/package.json b/package.json index 7f8e9ddc53..9c4b05b14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "0.24.0-alpha.0", + "version": "0.24.0-alpha.1", "description": "Bootstrap 3 components build with React", "repository": { "type": "git",