Skip to content

Commit a45b337

Browse files
committed
Prepping for release
1 parent afbac8c commit a45b337

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77
### 0.1.1 (Jul 19, 2014)
88

99
- Fixing warning: Invalid access to component property
10-
- Fixing style weirdness in Firefox
10+
- Fixing style weirdness in Firefox
11+
12+
### 0.1.2 (Jul 23, 2014)
13+
14+
- Making Tab and TabPanel to be stateless
15+
- Throwing Error when Tab count and TabPanel count aren't equal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tabs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "React tabs component",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)