File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ authors = ["Rust For Web <info@rustforweb.org>"]
1313edition = " 2024"
1414license = " MIT"
1515repository = " https://github.com/RustForWeb/floating-ui"
16- version = " 0.3.1 "
16+ version = " 0.4.0 "
1717
1818[workspace .dependencies ]
1919cfg-if = " 1.0.0"
2020console_error_panic_hook = " 0.1.7"
2121console_log = " 1.0.0"
2222dyn_derive = " 0.3.4"
2323dyn_std = " 0.3.3"
24- floating-ui-core = { path = " ./packages/core" , version = " 0.3.1 " }
25- floating-ui-dom = { path = " ./packages/dom" , version = " 0.3.1 " }
26- floating-ui-leptos = { path = " ./packages/leptos" , version = " 0.3.1 " }
27- floating-ui-utils = { path = " ./packages/utils" , version = " 0.3.1 " }
28- floating-ui-yew = { path = " ./packages/yew" , version = " 0.3.1 " }
24+ floating-ui-core = { path = " ./packages/core" , version = " 0.4.0 " }
25+ floating-ui-dom = { path = " ./packages/dom" , version = " 0.4.0 " }
26+ floating-ui-leptos = { path = " ./packages/leptos" , version = " 0.4.0 " }
27+ floating-ui-utils = { path = " ./packages/utils" , version = " 0.4.0 " }
28+ floating-ui-yew = { path = " ./packages/yew" , version = " 0.4.0 " }
2929leptos = " 0.8.0"
3030leptos_router = " 0.8.0"
3131leptos-node-ref = " 0.2.0"
You can’t perform that action at this time.
0 commit comments