diff --git a/packages/leptos/input-otp/Cargo.toml b/packages/leptos/input-otp/Cargo.toml index eab38e4..1ed61df 100644 --- a/packages/leptos/input-otp/Cargo.toml +++ b/packages/leptos/input-otp/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.6.0" +version = "0.7.0" [dependencies] leptos = { workspace = true, features = ["csr", "ssr"] } diff --git a/packages/leptos/slider/Cargo.toml b/packages/leptos/slider/Cargo.toml index 738e893..a722fb3 100644 --- a/packages/leptos/slider/Cargo.toml +++ b/packages/leptos/slider/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.6.0" +version = "0.7.0" [dependencies] leptos.workspace = true diff --git a/packages/leptos/tabs/Cargo.toml b/packages/leptos/tabs/Cargo.toml index 8d9bb22..296af66 100644 --- a/packages/leptos/tabs/Cargo.toml +++ b/packages/leptos/tabs/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.6.0" +version = "0.7.0" [dependencies] leptos.workspace = true diff --git a/packages/leptos/textarea/Cargo.toml b/packages/leptos/textarea/Cargo.toml index 1b8b4a8..f493d44 100644 --- a/packages/leptos/textarea/Cargo.toml +++ b/packages/leptos/textarea/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.6.0" +version = "0.7.0" [dependencies] leptos.workspace = true diff --git a/packages/leptos/toggle/Cargo.toml b/packages/leptos/toggle/Cargo.toml index 8839b91..368120d 100644 --- a/packages/leptos/toggle/Cargo.toml +++ b/packages/leptos/toggle/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.6.0" +version = "0.7.0" [dependencies] leptos.workspace = true diff --git a/packages/leptos/tooltip/Cargo.toml b/packages/leptos/tooltip/Cargo.toml index 53d8734..25a3b0b 100644 --- a/packages/leptos/tooltip/Cargo.toml +++ b/packages/leptos/tooltip/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -version = "0.6.0" +version = "0.7.0" [dependencies] tailwind_fuse.workspace = true