chore: Update version to 0.7.0 for major TDD remediation release

- 🚀 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
This commit is contained in:
Peter Hanssens
2025-09-12 11:17:41 +10:00
parent 226e2d6b87
commit 71cd4eaa4c
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ authors = ["CloudShuttle <info@cloudshuttle.com>"]
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"

View File

@@ -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