Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit a5a4798

Browse files
committed
v0.2.0
1 parent c2d366c commit a5a4798

File tree

5 files changed

+55
-13
lines changed

5 files changed

+55
-13
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-chartjs",
33
"main": "react-chartjs.js",
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"homepage": "https://github.com/jhudson8/react-chartjs",
66
"authors": [
77
"Joe Hudson <joehud@gmail.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chartjs",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "react charting components using the chartjs lib",
55
"main": "index.js",
66
"scripts": {

react-chartjs.js

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
/*!
2+
* react-charts v0.2.0
3+
* https://github.com/jhudson8/react-charts
4+
*
5+
*
6+
* Copyright (c) 2014 Joe Hudson<joehud_AT_gmail.com>
7+
*
8+
* Permission is hereby granted, free of charge, to any person obtaining a copy
9+
* of this software and associated documentation files (the "Software"), to deal
10+
* in the Software without restriction, including without limitation the rights
11+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
* copies of the Software, and to permit persons to whom the Software is
13+
* furnished to do so, subject to the following conditions:
14+
*
15+
* The above copyright notice and this permission notice shall be included in
16+
* all copies or substantial portions of the Software.
17+
*
18+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24+
* THE SOFTWARE.
25+
*/
26+
/*!
27+
* react-charts v0.1.3
28+
* https://github.com/jhudson8/react-charts
29+
*
30+
*
31+
* Copyright (c) 2014 Joe Hudson<joehud_AT_gmail.com>
32+
*
33+
* Permission is hereby granted, free of charge, to any person obtaining a copy
34+
* of this software and associated documentation files (the "Software"), to deal
35+
* in the Software without restriction, including without limitation the rights
36+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37+
* copies of the Software, and to permit persons to whom the Software is
38+
* furnished to do so, subject to the following conditions:
39+
*
40+
* The above copyright notice and this permission notice shall be included in
41+
* all copies or substantial portions of the Software.
42+
*
43+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
49+
* THE SOFTWARE.
50+
*/
151
/*!
252
* react-charts v0.1.1
353
* https://github.com/jhudson8/react-charts

react-chartjs.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release-notes.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
# Release Notes
22

3-
## Development
3+
## v0.2.0 - January 26th, 2015
4+
- Allow for commonJS code to not require initialization
45

5-
[Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.3...master)
66

77
## v0.1.3 - January 19th, 2015
88
- Actually include the commit mentioned with the 1.2 release
99

1010

11-
[Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.2...master)
12-
1311
## v0.1.2 - January 13th, 2015
1412
- fix chart rendering error when properties change
1513

1614

17-
[Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.1...master)
18-
1915
## v0.1.1 - December 28th, 2014
2016
- fix AMD loader - 8c6b8ea
2117

2218

23-
[Commits](https://github.com/jhudson8/react-chartjs/compare/v0.1.0...v0.1.1)
24-
2519
## v0.1.0 - December 28th, 2014
2620
- add AMD loader - c04a10a
2721

28-
29-
[Commits](https://github.com/jhudson8/react-chartjs/compare/9b5d365...v0.1.0)

0 commit comments

Comments
 (0)