File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ["Nixy <info@nixy.software>"]
77edition = " 2021"
88license = " MIT"
99repository = " https://github.com/NixySoftware/floating-ui"
10- version = " 0.0.6 "
10+ version = " 0.0.7 "
1111
1212[workspace .dependencies ]
1313cfg-if = " 1.0.0"
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ version.workspace = true
1010
1111[dependencies ]
1212dyn-clone.workspace = true
13- floating-ui-utils = { path = " ../utils" , version = " 0.0.6 " }
13+ floating-ui-utils = { path = " ../utils" , version = " 0.0.7 " }
1414serde.workspace = true
1515serde_json.workspace = true
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ version.workspace = true
1010
1111[dependencies ]
1212dyn-clone.workspace = true
13- floating-ui-core = { path = " ../core" , version = " 0.0.6 " }
14- floating-ui-utils = { path = " ../utils" , version = " 0.0.6 " , features = [" dom" ] }
13+ floating-ui-core = { path = " ../core" , version = " 0.0.7 " }
14+ floating-ui-utils = { path = " ../utils" , version = " 0.0.7 " , features = [" dom" ] }
1515web-sys.workspace = true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version.workspace = true
1010
1111[dependencies ]
1212cfg-if = " 1.0.0"
13- floating-ui-dom = { path = " ../dom" , version = " 0.0.6 " }
13+ floating-ui-dom = { path = " ../dom" , version = " 0.0.7 " }
1414leptos = { version = " 0.6.9" , features = [" nightly" ] }
1515paste = " 1.0.0"
1616web-sys.workspace = true
You can’t perform that action at this time.
0 commit comments