chore: Update next batch of components to v0.7.0

- Update accordion component from v0.6.0 to v0.7.0
- Update alert-dialog component from v0.6.0 to v0.7.0
- Update aspect-ratio component from v0.6.0 to v0.7.0
- Update breadcrumb component from v0.6.0 to v0.7.0
- Update calendar component from v0.6.0 to v0.7.0
- Update carousel component from v0.6.0 to v0.7.0
- Update collapsible component from v0.6.0 to v0.7.0
- Update combobox component from v0.6.0 to v0.7.0
- Update command component from v0.6.0 to v0.7.0

Next batch of 9 components ready for v0.7.0 release (dialog already at v0.7.0)
This commit is contained in:
Peter Hanssens
2025-09-12 13:28:33 +10:00
parent 3ef99beb52
commit 9f9901d2e8
9 changed files with 9 additions and 9 deletions

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, features = ["csr", "ssr"] }