Skip to content

Commit a95f022

Browse files
committed
v0.8.6
1 parent f8f9511 commit a95f022

8 files changed

+9
-9
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dagre",
3-
"version": "0.8.6-pre",
3+
"version": "0.8.6",
44
"main": [
55
"dist/dagre.core.js"
66
],

dist/dagre.core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@ function notime(name, fn) {
29792979
}
29802980

29812981
},{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){
2982-
module.exports = "0.8.6-pre";
2982+
module.exports = "0.8.6";
29832983

29842984
},{}]},{},[1])(1)
29852985
});

dist/dagre.core.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dagre.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@ function notime(name, fn) {
29792979
}
29802980

29812981
},{"./graphlib":7,"./lodash":10}],30:[function(require,module,exports){
2982-
module.exports = "0.8.6-pre";
2982+
module.exports = "0.8.6";
29832983

29842984
},{}],31:[function(require,module,exports){
29852985
/**

dist/dagre.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ function addWhimBorderNode(g,prefix,labelHeight){var node={width:0,height:0,whim
513513
/*
514514
* Returns a new function that wraps `fn` with a timer. The wrapper logs the
515515
* time it takes to execute the function.
516-
*/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){
516+
*/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){
517517
/**
518518
* Copyright (c) 2014, Chris Pettitt
519519
* All rights reserved.

lib/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = "0.8.6-pre";
1+
module.exports = "0.8.6";

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@whimsicalcode/dagre",
3-
"version": "0.8.6-pre",
3+
"version": "0.8.6",
44
"description": "Graph layout for JavaScript",
55
"author": "Chris Pettitt <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)