From baa5f3ef76e56fe136d6653678771bb007966d07 Mon Sep 17 00:00:00 2001 From: Peter Hanssens Date: Fri, 12 Sep 2025 13:44:37 +1000 Subject: [PATCH] chore: Update Phase 4 components to v0.7.0 - Update input-otp component from v0.6.0 to v0.7.0 - Update slider component from v0.6.0 to v0.7.0 - Update tabs component from v0.6.0 to v0.7.0 - Update textarea component from v0.6.0 to v0.7.0 - Update toggle component from v0.6.0 to v0.7.0 - Update tooltip component from v0.6.0 to v0.7.0 Phase 4 batch of 6 components ready for v0.7.0 release (error-boundary uses workspace version, select already at v0.7.0) --- packages/leptos/input-otp/Cargo.toml | 2 +- packages/leptos/slider/Cargo.toml | 2 +- packages/leptos/tabs/Cargo.toml | 2 +- packages/leptos/textarea/Cargo.toml | 2 +- packages/leptos/toggle/Cargo.toml | 2 +- packages/leptos/tooltip/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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