Skip to content

Commit 3ad5537

Browse files
committed
0.3.0
1 parent 93b3277 commit 3ad5537

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
3+
* Support for React 0.13.0.
4+
15
## 0.2.0
26

37
* Add aria- attributes for accessibility.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-data-components",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "React data components",
55
"keywords": [
66
"react",
@@ -22,13 +22,13 @@
2222
"url": "https://github.com/carlosrocha/react-data-components"
2323
},
2424
"peerDependencies": {
25-
"react": "^0.13.0-rc2"
25+
"react": "^0.13.0"
2626
},
2727
"devDependencies": {
2828
"css-loader": "^0.7.1",
2929
"d3": "^3.4.11",
3030
"flux": "^2.0.1",
31-
"jest-cli": "^0.2.1",
31+
"jest-cli": "^0.4.0",
3232
"jsx-loader": "^0.12.2",
3333
"react-tools": "^0.12.2",
3434
"style-loader": "^0.7.1",

0 commit comments

Comments
 (0)