Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed Mar 31, 2015
1 parent f1438b5 commit cd1a926
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
---------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -82,4 +82,4 @@
"dependencies": {
"classnames": "^1.1.4"
}
}
}

0 comments on commit cd1a926

Please sign in to comment.