Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Dec 7, 2024
1 parent 0f2379d commit 88ecacc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Rust For Web <[email protected]>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/RustForWeb/floating-ui"
version = "0.1.3"
version = "0.2.0"

[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 @@ -12,6 +12,6 @@ version.workspace = true
[dependencies]
dyn_derive.workspace = true
dyn_std.workspace = true
floating-ui-utils = { path = "../utils", version = "0.1.3" }
floating-ui-utils = { path = "../utils", version = "0.2.0" }
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 @@ repository.workspace = true
version.workspace = true

[dependencies]
floating-ui-core = { path = "../core", version = "0.1.3" }
floating-ui-utils = { path = "../utils", version = "0.1.3", features = ["dom"] }
floating-ui-core = { path = "../core", version = "0.2.0" }
floating-ui-utils = { path = "../utils", version = "0.2.0", 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 @@ -12,7 +12,7 @@ version.workspace = true
[dependencies]
dyn_derive.workspace = true
dyn_std.workspace = true
floating-ui-dom = { path = "../dom", version = "0.1.3" }
floating-ui-dom = { path = "../dom", version = "0.2.0" }
leptos.workspace = true
leptos-node-ref.workspace = true
send_wrapper.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
version.workspace = true

[dependencies]
floating-ui-dom = { path = "../dom", version = "0.1.3" }
floating-ui-dom = { path = "../dom", version = "0.2.0" }
yew.workspace = true
web-sys.workspace = true

Expand Down

0 comments on commit 88ecacc

Please sign in to comment.