Skip to content

Commit 1e98653

Browse files
v0.1.2
1 parent 39168bd commit 1e98653

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["Rust For Web <[email protected]>"]
1313
edition = "2021"
1414
license = "MIT"
1515
repository = "https://github.com/RustForWeb/floating-ui"
16-
version = "0.1.1"
16+
version = "0.1.2"
1717

1818
[workspace.dependencies]
1919
cfg-if = "1.0.0"

packages/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ version.workspace = true
1212
[dependencies]
1313
dyn_derive.workspace = true
1414
dyn_std.workspace = true
15-
floating-ui-utils = { path = "../utils", version = "0.1.1" }
15+
floating-ui-utils = { path = "../utils", version = "0.1.2" }
1616
serde.workspace = true
1717
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 @@ repository.workspace = true
1010
version.workspace = true
1111

1212
[dependencies]
13-
floating-ui-core = { path = "../core", version = "0.1.1" }
14-
floating-ui-utils = { path = "../utils", version = "0.1.1", features = ["dom"] }
13+
floating-ui-core = { path = "../core", version = "0.1.2" }
14+
floating-ui-utils = { path = "../utils", version = "0.1.2", 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
@@ -12,7 +12,7 @@ version.workspace = true
1212
[dependencies]
1313
dyn_derive = "0.3.4"
1414
dyn_std = "0.3.3"
15-
floating-ui-dom = { path = "../dom", version = "0.1.1" }
15+
floating-ui-dom = { path = "../dom", version = "0.1.2" }
1616
leptos.workspace = true
1717
paste = "1.0.0"
1818
web-sys.workspace = true

packages/yew/Cargo.toml

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

1212
[dependencies]
13-
floating-ui-dom = { path = "../dom", version = "0.1.1" }
13+
floating-ui-dom = { path = "../dom", version = "0.1.2" }
1414
yew.workspace = true
1515
web-sys.workspace = true
1616

0 commit comments

Comments
 (0)