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

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudson8 committed Jan 26, 2015
1 parent 66acf39 commit d8bba06
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-chartjs",
"main": "react-chartjs.js",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/jhudson8/react-chartjs",
"authors": [
"Joe Hudson <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-chartjs",
"version": "0.2.0",
"version": "0.2.1",
"description": "react charting components using the chartjs lib",
"main": "index.js",
"scripts": {
Expand Down
25 changes: 25 additions & 0 deletions react-chartjs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
/*!
* react-charts v0.2.1
* https://github.com/jhudson8/react-charts
*
*
* Copyright (c) 2014 Joe Hudson<joehud_AT_gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
/*!
* react-charts v0.2.0
* https://github.com/jhudson8/react-charts
Expand Down
2 changes: 1 addition & 1 deletion react-chartjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v0.2.1 - January 26th, 2015
- AMD bug fix


## v0.2.0 - January 26th, 2015
- Allow for commonJS code to not require initialization

Expand Down

0 comments on commit d8bba06

Please sign in to comment.