Skip to content

Commit 36c5c76

Browse files
v0.5.0
1 parent 31511df commit 36c5c76

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

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

Cargo.toml

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

1818
[workspace.dependencies]
1919
cfg-if = "1.0.0"
@@ -22,12 +22,12 @@ console_log = "1.0.0"
2222
dioxus = "0.6.3"
2323
dyn_derive = "0.3.4"
2424
dyn_std = "0.3.3"
25-
floating-ui-core = { path = "./packages/core", version = "0.4.0" }
26-
floating-ui-dioxus = { path = "./packages/dioxus", version = "0.4.0" }
27-
floating-ui-dom = { path = "./packages/dom", version = "0.4.0" }
28-
floating-ui-leptos = { path = "./packages/leptos", version = "0.4.0" }
29-
floating-ui-utils = { path = "./packages/utils", version = "0.4.0" }
30-
floating-ui-yew = { path = "./packages/yew", version = "0.4.0" }
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" }
3131
leptos = "0.8.0"
3232
leptos_router = "0.8.0"
3333
leptos-node-ref = "0.2.0"

0 commit comments

Comments
 (0)