diff --git a/CHANGELOG-alpha.md b/CHANGELOG-alpha.md index ded6d073d6..62db670361 100644 --- a/CHANGELOG-alpha.md +++ b/CHANGELOG-alpha.md @@ -1,3 +1,17 @@ +v0.24.0-alpha.2 - Fri, 12 Jun 2015 21:52:11 GMT +----------------------------------------------- + +- [9ca26e9](../../commit/9ca26e9) [added] contains "polyfill" to domUtils +- [6e985b0](../../commit/6e985b0) [removed] Individual files in bower release +- [3a254a1](../../commit/3a254a1) [added] Deprecation warning for individual file use in the Bower release +- [73c7705](../../commit/73c7705) [changed] Update chai. Dev dependency. +- [3ca90c7](../../commit/3ca90c7) [changed] Update karma-sinon-chai. Dev dependency. +- [cc4e820](../../commit/cc4e820) [changed] Update fs-extra. Dev dependency. +- [598b9d8](../../commit/598b9d8) [fixed] SafeAnchor event ordering +- [beaa1fa](../../commit/beaa1fa) [changed] `PaginationButton` to use `SafeAnchor` + + + v0.24.0-alpha.1 - Tue, 09 Jun 2015 01:06:34 GMT ----------------------------------------------- diff --git a/package.json b/package.json index d61be1e689..b075ef7e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "0.24.0-alpha.1", + "version": "0.24.0-alpha.2", "description": "Bootstrap 3 components build with React", "repository": { "type": "git",