Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jun 18, 2015
1 parent 8e126a2 commit 95ed61a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Lots! A big thanks to the developers of these scripts.

### Changelog

- `0.1.9` - Jun 17, 2015. UMD fix.
- `0.1.8` - May 1, 2015. Bug fix release.
- `0.1.7` - Apr 25, 2015. Script and website bug fixes, `labels.formatter` method. <b>Breaking change:</b>
`labels.truncation.length` renamed to `labels.truncation.truncateLength`.
Expand Down
4 changes: 2 additions & 2 deletions d3pie-source/d3pie-source.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* d3pie
* @author Ben Keen
* @version 0.1.8
* @date May 1st, 2015
* @version 0.1.9
* @date June 17th, 2015
* @repo http://github.com/benkeen/d3pie
*/

Expand Down
4 changes: 2 additions & 2 deletions d3pie/d3pie.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* d3pie
* @author Ben Keen
* @version 0.1.8
* @date May 1st, 2015
* @version 0.1.9
* @date June 17th, 2015
* @repo http://github.com/benkeen/d3pie
*/

Expand Down
6 changes: 3 additions & 3 deletions d3pie/d3pie.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="navbar-header">
<div class="navbar-brand">
d3pie
<span class="scriptVersion">0.1.8</span>
<span class="scriptVersion">0.1.9</span>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
Expand Down Expand Up @@ -51,11 +51,11 @@
</div>


<script src="build/core-libs.min-9103a45b110c4f4cc59b65177d46b87e.js"></script>
<script src="build/core-libs.min-e52b62dbc30ed20c206518882267dbd3.js"></script>
<script src="website/libs/d3.min.js"></script>
<script src="website/libs/require.js"></script>
<script src="build/core/require.config.js"></script>
<script>require(["build/core/appStartBuild-1ce07fe9a06006fa2799db97b43df871.js"], function() { });</script>
<script>require(["build/core/appStartBuild-4a90a6621fbbf9b6d8e2f39f18b9da98.js"], function() { });</script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
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": "d3pie",
"version": "0.1.8",
"version": "0.1.9",
"description": "A highly configurable, re-usable library built on d3.js for creating clear, attractive pie charts.",
"homepage": "http://d3pie.org",
"main": "d3pie/d3pie.js",
Expand Down
2 changes: 1 addition & 1 deletion website/core/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define([], function() {

var C = {
VERSION: "0.1.8",
VERSION: "0.1.9",
MINIMIZED: true,
DEBUG: false
};
Expand Down

0 comments on commit 95ed61a

Please sign in to comment.