File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ authors = ["Rust for Web <info@rustforweb.org>"]
1313edition = " 2024"
1414license = " MIT"
1515repository = " https://github.com/RustForWeb/floating-ui"
16- version = " 0.5.1 "
16+ version = " 0.6.0 "
1717
1818[workspace .dependencies ]
1919cfg-if = " 1.0.0"
@@ -22,12 +22,12 @@ console_log = "1.0.0"
2222dioxus = " 0.7.0"
2323dyn_derive = " 0.3.4"
2424dyn_std = " 0.3.3"
25- floating-ui-core = { path = " ./packages/core" , version = " 0.5 .0" }
26- floating-ui-dioxus = { path = " ./packages/dioxus" , version = " 0.5 .0" }
27- floating-ui-dom = { path = " ./packages/dom" , version = " 0.5 .0" }
28- floating-ui-leptos = { path = " ./packages/leptos" , version = " 0.5 .0" }
29- floating-ui-utils = { path = " ./packages/utils" , version = " 0.5 .0" }
30- floating-ui-yew = { path = " ./packages/yew" , version = " 0.5 .0" }
25+ floating-ui-core = { path = " ./packages/core" , version = " 0.6 .0" }
26+ floating-ui-dioxus = { path = " ./packages/dioxus" , version = " 0.6 .0" }
27+ floating-ui-dom = { path = " ./packages/dom" , version = " 0.6 .0" }
28+ floating-ui-leptos = { path = " ./packages/leptos" , version = " 0.6 .0" }
29+ floating-ui-utils = { path = " ./packages/utils" , version = " 0.6 .0" }
30+ floating-ui-yew = { path = " ./packages/yew" , version = " 0.6 .0" }
3131leptos = " 0.8.0"
3232leptos-node-ref = " 0.2.0"
3333leptos_router = " 0.8.0"
You can’t perform that action at this time.
0 commit comments