Skip to content

Commit c29e81e

Browse files
committedMar 22, 2016
1.7.0
·
v3.1.0v1.7.0
1 parent c6d9e55 commit c29e81e

File tree

7 files changed

+8896
-7510
lines changed

7 files changed

+8896
-7510
lines changed
 

‎dist/plotly-geo-assets.js‎

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

‎dist/plotly-with-meta.js‎

Lines changed: 4431 additions & 3735 deletions
Large diffs are not rendered by default.

‎dist/plotly.js‎

Lines changed: 4422 additions & 3733 deletions
Large diffs are not rendered by default.

‎dist/plotly.min.js‎

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

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.6.3",
3+
"version": "1.7.0",
44
"description": "The open source javascript graphing library that powers plotly",
55
"license": "MIT",
66
"main": "./lib/index.js",

‎src/assets/geo_assets.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ var saneTopojson = require('sane-topojson');
1212

1313

1414
// package version injected by `npm run preprocess`
15-
exports.version = '1.6.3';
15+
exports.version = '1.7.0';
1616

1717
exports.topojson = saneTopojson;

‎src/core.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
var Plotly = require('./plotly');
1616

1717
// package version injected by `npm run preprocess`
18-
exports.version = '1.6.3';
18+
exports.version = '1.7.0';
1919

2020
// plot api
2121
exports.plot = Plotly.plot;

0 commit comments

Comments
 (0)
Please sign in to comment.