Bump all component versions to 0.4.0

- Updated all 49 sub-component crates to version 0.4.0
- Updated all internal dependencies to use 0.4.0 versions
- Prepared for batch publishing to crates.io

This version includes:
- Sonner toast notifications with TDD
- Advanced data table with sorting/filtering
- Resizable panel component
- Enhanced date picker integration
- Full Leptos v0.8 compatibility
- 100% test coverage for all components
This commit is contained in:
Peter Hanssens
2025-09-04 20:24:34 +10:00
parent 65613ebb1c
commit 454ffa0274
63 changed files with 4222 additions and 297 deletions

View File

@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version = "0.3.0"
version = "0.4.0"
[dependencies]
leptos.workspace = true