chore: Bump version to 0.3.4 for Leptos v0.8 compatibility fix

🚀 Version 0.3.4:
- Fixes all Leptos v0.8 attribute system compatibility issues
- Resolves Signal<T> trait bound issues with IntoAttributeValue
- Fixes GlobalAttributes and ClassAttribute trait bounds
- Resolves method resolution issues with id, type, disabled attributes
- Updates description to reflect full Leptos v0.8 compatibility

 Ready for publication to crates.io
This commit is contained in:
Peter Hanssens
2025-09-04 18:49:17 +10:00
parent 2633f9d9e2
commit b927e5c81c

View File

@@ -1,8 +1,8 @@
[package]
name = "leptos-shadcn-ui"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "A comprehensive collection of beautiful, accessible UI components built for Leptos v0.8+, inspired by shadcn/ui. Core components with 100% test coverage, automated testing infrastructure, and production-ready quality standards. Focus on reliable, well-tested components without external icon dependencies."
description = "A comprehensive collection of beautiful, accessible UI components built for Leptos v0.8+, inspired by shadcn/ui. Core components with 100% test coverage, automated testing infrastructure, and production-ready quality standards. Focus on reliable, well-tested components without external icon dependencies. Fully compatible with Leptos v0.8 attribute system."
homepage = "https://github.com/cloud-shuttle/leptos-shadcn-ui"
repository = "https://github.com/cloud-shuttle/leptos-shadcn-ui"
license = "MIT"