Skip to content

Commit 32f5b7b

Browse files
author
codesuki
committed
Readme update. 0.6.1 release
1 parent 57aa3ac commit 32f5b7b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
example
22
src
33
.jshintrc
4+
.eslintrc
5+
.editorconfig
6+
.npmignore
7+
webpack.config.min.js
8+
webpack.config.js
9+

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ For quick testing the [examples](#examples) might be enough.
7979
* Tests
8080

8181
## Changelog
82+
* 0.6.1: Fixed 'BarChart.getDOMNode(...) is deprecated.'
8283
* 0.6.0: Added [Waveform Chart](#waveform). Moved to React 0.14.
8384
* 0.5.2: Fixed default scale for dates
8485
* 0.5.1: Fixed new props not being used by DefaultScalesMixin

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-d3-components",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "D3 components for React",
55
"main": "lib/index.js",
66
"repository": {
@@ -40,4 +40,4 @@
4040
"postpublish": "rm -r ./lib",
4141
"build:js": "webpack && webpack --config webpack.config.min.js"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)