Skip to content

Commit

Permalink
Prep v0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Dec 9, 2018
1 parent 98078ad commit 453fa90
Show file tree
Hide file tree
Showing 8 changed files with 1,495 additions and 27,924 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "dagre",
"version": "0.8.4-pre",
"version": "0.8.4",
"main": [
"dist/dagre.core.js"
],
Expand All @@ -20,7 +20,7 @@
"test/**"
],
"dependencies": {
"graphlib": "^2.1.6",
"graphlib": "^2.1.7",
"lodash": "^4.17.4"
}
}
2 changes: 1 addition & 1 deletion dist/dagre.core.js
Expand Up @@ -2944,7 +2944,7 @@ function notime(name, fn) {
}

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

},{}]},{},[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.

0 comments on commit 453fa90

Please sign in to comment.