Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Nov 3, 2024
1 parent aeb9443 commit 9618e42
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 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.2"
version = "0.1.3"

[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.2" }
floating-ui-utils = { path = "../utils", version = "0.1.3" }
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.2" }
floating-ui-utils = { path = "../utils", version = "0.1.2", features = ["dom"] }
floating-ui-core = { path = "../core", version = "0.1.3" }
floating-ui-utils = { path = "../utils", version = "0.1.3", 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 = "0.3.4"
dyn_std = "0.3.3"
floating-ui-dom = { path = "../dom", version = "0.1.2" }
floating-ui-dom = { path = "../dom", version = "0.1.3" }
leptos.workspace = true
paste = "1.0.0"
web-sys.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.2" }
floating-ui-dom = { path = "../dom", version = "0.1.3" }
yew.workspace = true
web-sys.workspace = true

Expand Down

0 comments on commit 9618e42

Please sign in to comment.