Skip to content

Commit 72c2659

Browse files
v0.0.6
1 parent e127a71 commit 72c2659

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Nixy <[email protected]>"]
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/NixySoftware/floating-ui"
10-
version = "0.0.5"
10+
version = "0.0.6"
1111

1212
[workspace.dependencies]
1313
cfg-if = "1.0.0"

packages/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ version.workspace = true
1010

1111
[dependencies]
1212
dyn-clone.workspace = true
13-
floating-ui-utils = { path = "../utils", version = "0.0.5" }
13+
floating-ui-utils = { path = "../utils", version = "0.0.6" }
1414
serde.workspace = true
1515
serde_json.workspace = true

packages/dom/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ version.workspace = true
1010

1111
[dependencies]
1212
dyn-clone.workspace = true
13-
floating-ui-core = { path = "../core", version = "0.0.5" }
14-
floating-ui-utils = { path = "../utils", version = "0.0.5", features = ["dom"] }
13+
floating-ui-core = { path = "../core", version = "0.0.6" }
14+
floating-ui-utils = { path = "../utils", version = "0.0.6", features = ["dom"] }
1515
web-sys.workspace = true

packages/leptos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version.workspace = true
1010

1111
[dependencies]
1212
cfg-if = "1.0.0"
13-
floating-ui-dom = { path = "../dom", version = "0.0.5" }
13+
floating-ui-dom = { path = "../dom", version = "0.0.6" }
1414
leptos = { version = "0.6.9", features = ["nightly"] }
1515
paste = "1.0.0"
1616
web-sys.workspace = true

0 commit comments

Comments
 (0)