From 71cd4eaa4c3953fba413a8046f40951c70d6ac65 Mon Sep 17 00:00:00 2001 From: Peter Hanssens Date: Fri, 12 Sep 2025 11:17:41 +1000 Subject: [PATCH] chore: Update version to 0.7.0 for major TDD remediation release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 🚀 Updated workspace version to 0.7.0 - 📦 Updated button component version to 0.7.0 - 🎯 Ready for major release with TDD remediation implementation - ✅ All quality gates and testing infrastructure complete --- Cargo.toml | 2 +- packages/leptos/button/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb42d3c..cc0f14a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ authors = ["CloudShuttle "] edition = "2024" license = "MIT" repository = "https://github.com/cloud-shuttle/leptos-shadcn-ui" -version = "0.6.0" +version = "0.7.0" [workspace.dependencies] leptos = "0.8" diff --git a/packages/leptos/button/Cargo.toml b/packages/leptos/button/Cargo.toml index 084d0d2..491e6ed 100644 --- a/packages/leptos/button/Cargo.toml +++ b/packages/leptos/button/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