Skip to content

Commit f167c13

Browse files
committed
Release v0.20.3
1 parent 3ecd393 commit f167c13

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v0.20.3 - Fri, 10 Apr 2015 19:50:22 GMT
2+
---------------------------------------
3+
4+
- [3ecd393](../../commit/3ecd393) [fixed] Missing PropType Validations
5+
- [8a9e95c](../../commit/8a9e95c) [fixed] Include missing PropType validations
6+
- [6dfcf36](../../commit/6dfcf36) [changed] Internal variables classSet to classNames
7+
8+
19
v0.20.2 - Tue, 07 Apr 2015 01:51:55 GMT
210
---------------------------------------
311

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "0.20.2",
3+
"version": "0.20.3",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",
@@ -84,4 +84,4 @@
8484
"dependencies": {
8585
"classnames": "^1.1.4"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)