Skip to content

Commit 35b2c14

Browse files
authored
Merge pull request #7 from yWorks/dev
1.0.3
2 parents 14b81dc + c21489b commit 35b2c14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yworks/yfiles-layout-reactflow-root",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "index.js",
66
"license": "SEE LICENSE IN ./LICENSE",

yfiles-layout-reactflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yworks/yfiles-layout-reactflow",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": {
55
"name": "yFiles for HTML team @ yWorks GmbH",
66
"email": "[email protected]"

yfiles-layout-reactflow/src/layout/layout-hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export type LayoutConfiguration<
121121
layoutOptions?: BalloonLayoutOptions
122122
layoutData?: BalloonLayoutDataProvider<TNodeData, TEdgeData>
123123
}
124-
: LayoutType extends 'EdgeRouterLayout'
124+
: LayoutType extends 'EdgeRouter'
125125
? {
126126
name: LayoutType
127127
layoutOptions?: EdgeRouterOptions

0 commit comments

Comments
 (0)