Skip to content

Commit

Permalink
Create release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jettro Coenradie authored and Jettro Coenradie committed Mar 24, 2016
1 parent 279b2ea commit 37ba14a
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 301 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In the end you just need one file in your project: c3-angular.min.js

## Version History

### 1.2 (To be released)
### 1.2
- In issue 104 @AesSedai proposed more properties for the legend inset directive. These are now added.
- In issue 102 @jtaylor1022 asked for the grid-class attribute and I added the position as well.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c3-angular",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/jettro/c3-angular-sample",
"authors": [
"Jettro Coenradie <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion c3-angular.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! c3-angular - v1.1.0 - 2016-03-01
/*! c3-angular - v1.2.0 - 2016-03-24
* https://github.com/jettro/c3-angular-directive
* Copyright (c) 2016 ; Licensed */
angular.module('gridshore.c3js.chart', []);
Expand Down
2 changes: 1 addition & 1 deletion c3-angular.min.js

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

537 changes: 246 additions & 291 deletions examples/assets/js/angular.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/assets/js/angular.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/assets/js/c3-angular.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! c3-angular - v1.1.0 - 2016-03-01
/*! c3-angular - v1.2.0 - 2016-03-24
* https://github.com/jettro/c3-angular-directive
* Copyright (c) 2016 ; Licensed */
angular.module('gridshore.c3js.chart', []);
Expand Down
2 changes: 1 addition & 1 deletion examples/assets/js/c3-angular.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c3-angular",
"version": "1.1.0",
"version": "1.2.0",
"description": "An angularjs directive to integrate c3.js within your angularjs project.",
"main": "c3-angular.min.js",
"directories": {
Expand Down

0 comments on commit 37ba14a

Please sign in to comment.