Skip to content

Commit f12ec59

Browse files
committed
Release v0.22.4
1 parent 1bbfcfb commit f12ec59

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v0.22.4 - Mon, 18 May 2015 16:53:06 GMT
2+
---------------------------------------
3+
4+
- [9d17d56](../../commit/9d17d56) [added] Thumbnail component
5+
- [db018fa](../../commit/db018fa) [fixed] Put AMD modules under correct path
6+
- [0904adc](../../commit/0904adc) [added] Active property to MenuItem component
7+
- [1658142](../../commit/1658142) [added] Property for animation on Popover and Tooltip
8+
- [4f37560](../../commit/4f37560) [fixed] Update classnames dep version for Bower
9+
- [f6e7d67](../../commit/f6e7d67) [fixed] Bower cannot use code from react/lib.
10+
- [1531ac9](../../commit/1531ac9) [added] DropdownButton now applies onClick prop to Button
11+
- [ecb0861](../../commit/ecb0861) [fixed] Fix propType warning in ButtonInputExample
12+
- [592a346](../../commit/592a346) [fixed] Forward classes to panel title
13+
14+
115
v0.22.3 - Thu, 14 May 2015 22:19:11 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.22.3",
3+
"version": "0.22.4",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",
@@ -87,4 +87,4 @@
8787
"dependencies": {
8888
"classnames": "^2.0.0"
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)