Skip to content

Commit 4c1968f

Browse files
committed
Release v0.22.5
1 parent 8b35eb2 commit 4c1968f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.22.5 - Tue, 19 May 2015 20:40:51 GMT
2+
---------------------------------------
3+
4+
- [dc7ef19](../../commit/dc7ef19) [added] dialogClassName prop to modal to be able to pass custom css class to modal-dialog div
5+
- [658fa39](../../commit/658fa39) [fixed] Remove unused variable
6+
7+
18
v0.22.4 - Mon, 18 May 2015 16:53:06 GMT
29
---------------------------------------
310

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.4",
3+
"version": "0.22.5",
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)