Skip to content

Commit

Permalink
💎 release 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Feb 23, 2018
1 parent 351f100 commit 62c75f4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 23 deletions.
2 changes: 1 addition & 1 deletion echarts/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var version = '1.3.6';
var version = '1.3.7';
function load_ipython_extension() {
console.log("jupyter-echarts " + version + " (echarts 3.6.2) has been loaded");
}
Expand Down
44 changes: 27 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-echarts",
"version": "1.3.6",
"version": "1.3.7",
"description": "Bring echarts libraries to jupyter notebooks",
"main": "main.js",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"author": "C. W.",
"license": "MIT",
"dependencies": {
"echarts": "^3.6.2",
"echarts-gl": "^1.0.0-beta.4",
"echarts": "3.6.2",
"echarts-gl": "1.0.0-beta.4",
"echarts-liquidfill": "^1.0.6",
"echarts-wordcloud": "^1.1.0",
"echarts-wordcloud": "1.1.0",
"requirejs": "^2.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '1.3.6';
var version = '1.3.7';

export function load_ipython_extension() {
console.log("jupyter-echarts " + version + " (echarts 3.6.2) has been loaded");
Expand Down

0 comments on commit 62c75f4

Please sign in to comment.