We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b3277 commit 3ad5537Copy full SHA for 3ad5537
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.0
2
+
3
+* Support for React 0.13.0.
4
5
## 0.2.0
6
7
* Add aria- attributes for accessibility.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-data-components",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "React data components",
"keywords": [
"react",
@@ -22,13 +22,13 @@
22
"url": "https://github.com/carlosrocha/react-data-components"
23
},
24
"peerDependencies": {
25
- "react": "^0.13.0-rc2"
+ "react": "^0.13.0"
26
27
"devDependencies": {
28
"css-loader": "^0.7.1",
29
"d3": "^3.4.11",
30
"flux": "^2.0.1",
31
- "jest-cli": "^0.2.1",
+ "jest-cli": "^0.4.0",
32
"jsx-loader": "^0.12.2",
33
"react-tools": "^0.12.2",
34
"style-loader": "^0.7.1",
0 commit comments