From cd1a926e85112b7e60563ba3bea6684431ff4150 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 31 Mar 2015 07:05:19 -0600 Subject: [PATCH] Release v0.20.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f384052b63..f0c33f8e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +v0.20.0 - Tue, 31 Mar 2015 13:04:40 GMT +--------------------------------------- + +- [f1438b5](../../commit/f1438b5) [changed] Updated eslint-plugin-react dev-dependency +- [c8dda3f](../../commit/c8dda3f) [added] HuBoard badge and link +- [ee0382e](../../commit/ee0382e) [fixed] Use .ownerDocument instead of root document +- [182344a](../../commit/182344a) [changed] Updated express dev-dependency +- [6edadbd](../../commit/6edadbd) [changed] Updated mocha dev-dependency +- [64ac86d](../../commit/64ac86d) [changed] React dependency from 0.13.0 -> 0.13.1 +- [367b870](../../commit/367b870) [changed] Updated karma-chai dev-dependency +- [1956d2a](../../commit/1956d2a) [changed] Updated style-loader dev-dependency +- [76c87bf](../../commit/76c87bf) [changed] Updated ESLint dev-dependency +- [84b9113](../../commit/84b9113) [changed] Update Bootstrap to 3.3.4 +- [bfb3e6c](../../commit/bfb3e6c) [added] `standalone` prop to Input, which will not render the `form-group` class +- [721aacc](../../commit/721aacc) [fixed] Documentation on react install +- [6907e03](../../commit/6907e03) [changed] Renamed src/main.js -> src/index.js +- [5118b42](../../commit/5118b42) [added] Test for carousel control behaviour with wrap=true +- [ea479db](../../commit/ea479db) [fixed] show carousel controls if wrap is enabled + + v0.19.1 - Thu, 26 Mar 2015 19:37:01 GMT --------------------------------------- diff --git a/package.json b/package.json index 02199be9b8..4d6fe3d533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "0.19.1", + "version": "0.20.0", "description": "Bootstrap 3 components build with React", "repository": { "type": "git", @@ -82,4 +82,4 @@ "dependencies": { "classnames": "^1.1.4" } -} +} \ No newline at end of file