Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Apr 21, 2024
1 parent b51cd5d commit 89a5833
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Nixy <[email protected]>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/NixySoftware/floating-ui"
version = "0.0.4"
version = "0.0.5"

[workspace.dependencies]
cfg-if = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ version.workspace = true

[dependencies]
dyn-clone.workspace = true
floating-ui-utils = { path = "../utils", version = "0.0.4" }
floating-ui-utils = { path = "../utils", version = "0.0.5" }
serde.workspace = true
serde_json.workspace = true
4 changes: 2 additions & 2 deletions packages/dom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ version.workspace = true

[dependencies]
dyn-clone.workspace = true
floating-ui-core = { path = "../core", version = "0.0.4" }
floating-ui-utils = { path = "../utils", version = "0.0.4", features = ["dom"] }
floating-ui-core = { path = "../core", version = "0.0.5" }
floating-ui-utils = { path = "../utils", version = "0.0.5", features = ["dom"] }
web-sys.workspace = true
2 changes: 1 addition & 1 deletion packages/leptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version.workspace = true

[dependencies]
cfg-if = "1.0.0"
floating-ui-dom = { path = "../dom", version = "0.0.4" }
floating-ui-dom = { path = "../dom", version = "0.0.5" }
leptos = { version = "0.6.9", features = ["nightly"] }
paste = "1.0.0"
web-sys.workspace = true
Expand Down

0 comments on commit 89a5833

Please sign in to comment.