Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
osvalds committed Sep 28, 2023
1 parent b345741 commit 7c5c59b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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": "1.0.5-pre",
"version": "1.0.6",
"main": [
"dist/dagre.core.js"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/dagre.js
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ function positionY(g) {
borderTopSeen = true;
labelheight = node.labelheight;
}
node.y = prevY + maxHeight / 2
node.y = prevY + maxHeight / 2;
});

if (borderTopSeen) {
Expand Down Expand Up @@ -2979,7 +2979,7 @@ function zipObject(props, values) {
}

},{"@dagrejs/graphlib":29}],28:[function(require,module,exports){
module.exports = "1.0.5-pre";
module.exports = "1.0.6";

},{}],29:[function(require,module,exports){
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/dagre.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 lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = "1.0.5-pre";
module.exports = "1.0.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": "1.0.5-pre",
"version": "1.0.6",
"description": "Graph layout for JavaScript",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 7c5c59b

Please sign in to comment.