Skip to content

Commit

Permalink
Merge pull request #7 from yWorks/dev
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
anneeberle authored May 16, 2024
2 parents 14b81dc + c21489b commit 35b2c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yworks/yfiles-layout-reactflow-root",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"license": "SEE LICENSE IN ./LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion yfiles-layout-reactflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yworks/yfiles-layout-reactflow",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "yFiles for HTML team @ yWorks GmbH",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion yfiles-layout-reactflow/src/layout/layout-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export type LayoutConfiguration<
layoutOptions?: BalloonLayoutOptions
layoutData?: BalloonLayoutDataProvider<TNodeData, TEdgeData>
}
: LayoutType extends 'EdgeRouterLayout'
: LayoutType extends 'EdgeRouter'
? {
name: LayoutType
layoutOptions?: EdgeRouterOptions
Expand Down

0 comments on commit 35b2c14

Please sign in to comment.