Skip to content

Commit

Permalink
Cutting 1.8.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele committed Aug 24, 2017
1 parent 6bfd678 commit d273ea5
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 63 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ No, we do not... we are very interested in taking this on but could use some he

## Changelog

**1.8.6** Changes:

* Community bugfixes

**1.8.5** Changes:

* Community bugfixes
Expand Down
2 changes: 1 addition & 1 deletion build/nv.d3.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* nvd3 version 1.8.5-dev (https://github.com/novus/nvd3) 2017-02-15 */
/* nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
Expand Down
178 changes: 129 additions & 49 deletions build/nv.d3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/nv.d3.js.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions build/nv.d3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/nv.d3.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Package.describe({
"name": 'nvd3:nvd3',
summary: 'Nvd3.org charts.',
version: '1.8.5-dev',
version: '1.8.6',
git: "https://github.com/novus/nvd3.git"
});
Package.on_use(function (api) {
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": "nvd3",
"version": "1.8.5-dev",
"version": "1.8.6",
"description": "A reusable charting library written in d3.js",
"url": "https://github.com/novus/nvd3",
"main": "build/nv.d3.js",
Expand Down

0 comments on commit d273ea5

Please sign in to comment.