Skip to content

Commit 67e6bb0

Browse files
committed
"Release v0.16.0"
1 parent d4683bd commit 67e6bb0

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v0.16.0 - Fri, 27 Feb 2015 14:01:37 GMT
2+
---------------------------------------
3+
4+
- [25b4143](../../commit/25b4143) [fixed] Define toggleNavKey in the propTypes
5+
- [1a4ae1d](../../commit/1a4ae1d) [fixed] Fix rendering Navbar header when toggleNavKey is 0
6+
- [13f395d](../../commit/13f395d) [added] bsStyle prop support for Modal to set the header color
7+
- [c822837](../../commit/c822837) [removed] non-standard onClick props for ListGroup and ListGroupItem
8+
- [1556e63](../../commit/1556e63) [added] Example for collapsable Navbar in docs.
9+
- [587a34f](../../commit/587a34f) [fixed] Include .npmignore so compile lib dir is published
10+
- [1ef51cb](../../commit/1ef51cb) [added] Changelog generation from commit messages
11+
- [13baeaa](../../commit/13baeaa) [added] Release task to push and tag docs and bower repos
12+
- [0193046](../../commit/0193046) [changed] Move built components to lib directory
13+
14+
115
v0.15.1 - Tue, 17 Feb 2015 14:30:54 GMT
216
---------------------------------------
317

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",
@@ -63,4 +63,4 @@
6363
"semver": "~2.0.7",
6464
"sinon": "^1.10.3"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)