From a95f0222cea9dedbcf1c32e75e49bc96caad94d3 Mon Sep 17 00:00:00 2001 From: osvalds Date: Fri, 29 Sep 2023 13:33:16 +0300 Subject: [PATCH] v0.8.6 --- bower.json | 2 +- dist/dagre.core.js | 2 +- dist/dagre.core.min.js | 2 +- dist/dagre.js | 2 +- dist/dagre.min.js | 2 +- lib/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index 6dedce46..10716f2f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "dagre", - "version": "0.8.6-pre", + "version": "0.8.6", "main": [ "dist/dagre.core.js" ], diff --git a/dist/dagre.core.js b/dist/dagre.core.js index 628f07e0..62b5b885 100644 --- a/dist/dagre.core.js +++ b/dist/dagre.core.js @@ -2979,7 +2979,7 @@ function notime(name, fn) { } },{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){ -module.exports = "0.8.6-pre"; +module.exports = "0.8.6"; },{}]},{},[1])(1) }); diff --git a/dist/dagre.core.min.js b/dist/dagre.core.min.js index b9dc7a04..e14587a4 100644 --- a/dist/dagre.core.min.js +++ b/dist/dagre.core.min.js @@ -513,4 +513,4 @@ function addWhimBorderNode(g,prefix,labelHeight){var node={width:0,height:0,whim /* * Returns a new function that wraps `fn` with a timer. The wrapper logs the * time it takes to execute the function. - */function time(name,fn){var start=_.now();try{return fn()}finally{console.log(name+" time: "+(_.now()-start)+"ms")}}function notime(name,fn){return fn()}},{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){module.exports="0.8.6-pre"},{}]},{},[1])(1)}); + */function time(name,fn){var start=_.now();try{return fn()}finally{console.log(name+" time: "+(_.now()-start)+"ms")}}function notime(name,fn){return fn()}},{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){module.exports="0.8.6"},{}]},{},[1])(1)}); diff --git a/dist/dagre.js b/dist/dagre.js index d7683b24..8882561f 100644 --- a/dist/dagre.js +++ b/dist/dagre.js @@ -2979,7 +2979,7 @@ function notime(name, fn) { } },{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){ -module.exports = "0.8.6-pre"; +module.exports = "0.8.6"; },{}],31:[function(require,module,exports){ /** diff --git a/dist/dagre.min.js b/dist/dagre.min.js index 272b59d6..c1ed57f0 100644 --- a/dist/dagre.min.js +++ b/dist/dagre.min.js @@ -513,7 +513,7 @@ function addWhimBorderNode(g,prefix,labelHeight){var node={width:0,height:0,whim /* * Returns a new function that wraps `fn` with a timer. The wrapper logs the * time it takes to execute the function. - */function time(name,fn){var start=_.now();try{return fn()}finally{console.log(name+" time: "+(_.now()-start)+"ms")}}function notime(name,fn){return fn()}},{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){module.exports="0.8.6-pre"},{}],31:[function(require,module,exports){ + */function time(name,fn){var start=_.now();try{return fn()}finally{console.log(name+" time: "+(_.now()-start)+"ms")}}function notime(name,fn){return fn()}},{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){module.exports="0.8.6"},{}],31:[function(require,module,exports){ /** * Copyright (c) 2014, Chris Pettitt * All rights reserved. diff --git a/lib/version.js b/lib/version.js index 9007cc4c..b8e21fee 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1 +1 @@ -module.exports = "0.8.6-pre"; +module.exports = "0.8.6"; diff --git a/package-lock.json b/package-lock.json index 58b28451..9711834c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@whimsicalcode/dagre", - "version": "0.8.6-pre", + "version": "0.8.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@whimsicalcode/dagre", - "version": "0.8.6-pre", + "version": "0.8.6", "license": "MIT", "dependencies": { "graphlib": "^2.1.8", diff --git a/package.json b/package.json index 4162518c..aee20d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whimsicalcode/dagre", - "version": "0.8.6-pre", + "version": "0.8.6", "description": "Graph layout for JavaScript", "author": "Chris Pettitt ", "contributors": [