Skip to content

Commit c1885c2

Browse files
v0.4.0
1 parent 74df35a commit c1885c2

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ authors = ["Rust For Web <[email protected]>"]
1313
edition = "2024"
1414
license = "MIT"
1515
repository = "https://github.com/RustForWeb/floating-ui"
16-
version = "0.3.1"
16+
version = "0.4.0"
1717

1818
[workspace.dependencies]
1919
cfg-if = "1.0.0"
2020
console_error_panic_hook = "0.1.7"
2121
console_log = "1.0.0"
2222
dyn_derive = "0.3.4"
2323
dyn_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" }
2929
leptos = "0.8.0"
3030
leptos_router = "0.8.0"
3131
leptos-node-ref = "0.2.0"

0 commit comments

Comments
 (0)