Skip to content

Commit

Permalink
v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
osvalds committed Sep 29, 2023
1 parent f8f9511 commit a95f022
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dagre",
"version": "0.8.6-pre",
"version": "0.8.6",
"main": [
"dist/dagre.core.js"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/dagre.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
});
2 changes: 1 addition & 1 deletion dist/dagre.core.min.js

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

2 changes: 1 addition & 1 deletion dist/dagre.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/dagre.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = "0.8.6-pre";
module.exports = "0.8.6";
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whimsicalcode/dagre",
"version": "0.8.6-pre",
"version": "0.8.6",
"description": "Graph layout for JavaScript",
"author": "Chris Pettitt <[email protected]>",
"contributors": [
Expand Down

0 comments on commit a95f022

Please sign in to comment.