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

Commit d8bba06

Browse files
committed
v0.2.1
1 parent 66acf39 commit d8bba06

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
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.2.0",
4+
"version": "0.2.1",
55
"homepage": "https://github.com/jhudson8/react-chartjs",
66
"authors": [
77
"Joe Hudson <[email protected]>"

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.2.0",
3+
"version": "0.2.1",
44
"description": "react charting components using the chartjs lib",
55
"main": "index.js",
66
"scripts": {

react-chartjs.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
/*!
2+
* react-charts v0.2.1
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+
*/
126
/*!
227
* react-charts v0.2.0
328
* 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## v0.2.1 - January 26th, 2015
4+
- AMD bug fix
5+
6+
37
## v0.2.0 - January 26th, 2015
48
- Allow for commonJS code to not require initialization
59

0 commit comments

Comments
 (0)