Skip to content

Commit e5fab6b

Browse files
committed
Merge branch '0.8'
# Conflicts: # bower.json # dist/react-tabs.js # dist/react-tabs.js.map # dist/react-tabs.min.js # dist/react-tabs.min.js.map # package.json # src/components/Tab.js # src/components/TabList.js # src/components/TabPanel.js # src/components/Tabs.js
2 parents a20c9e1 + b4bb6d6 commit e5fab6b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 0.8.3 (Apr 19, 2017)
4+
5+
- Fix deprecation warnings with react 15.5
6+
7+
### 0.8.2 (Oct 19, 2016)
8+
9+
- Fix UMD build (#143)
10+
311
### 0.8.0 (Sep 14, 2016)
412

513
- Allow other components inside TabList (#123)

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.8.2",
3+
"version": "0.8.3",
44
"description": "React tabs component",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)