Skip to content

Commit d273ea5

Browse files
committed
Cutting 1.8.6 build
1 parent 6bfd678 commit d273ea5

File tree

8 files changed

+147
-63
lines changed

8 files changed

+147
-63
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ No, we do not... we are very interested in taking this on but could use some he
4040

4141
## Changelog
4242

43+
**1.8.6** Changes:
44+
45+
* Community bugfixes
46+
4347
**1.8.5** Changes:
4448

4549
* Community bugfixes

build/nv.d3.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* nvd3 version 1.8.5-dev (https://github.com/novus/nvd3) 2017-02-15 */
1+
/* nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */
22
.nvd3 .nv-axis {
33
pointer-events:none;
44
opacity: 1;

build/nv.d3.js

Lines changed: 129 additions & 49 deletions
Large diffs are not rendered by default.

build/nv.d3.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/nv.d3.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/nv.d3.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Package.describe({
66
"name": 'nvd3:nvd3',
77
summary: 'Nvd3.org charts.',
8-
version: '1.8.5-dev',
8+
version: '1.8.6',
99
git: "https://github.com/novus/nvd3.git"
1010
});
1111
Package.on_use(function (api) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nvd3",
3-
"version": "1.8.5-dev",
3+
"version": "1.8.6",
44
"description": "A reusable charting library written in d3.js",
55
"url": "https://github.com/novus/nvd3",
66
"main": "build/nv.d3.js",

0 commit comments

Comments
 (0)