Update main package to v0.6.1 with new input validation system

This commit is contained in:
Peter Hanssens
2025-09-07 21:12:07 +10:00
parent 7f4ed58d90
commit e7cbfb1c2b

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "leptos-shadcn-ui" name = "leptos-shadcn-ui"
version = "0.6.0" version = "0.6.1"
edition = "2021" 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. Fully compatible with Leptos v0.8 attribute system." 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" homepage = "https://github.com/cloud-shuttle/leptos-shadcn-ui"
@@ -22,7 +22,7 @@ leptos-style = "0.2"
# Individual component packages (published dependencies for v0.4.0 release) # Individual component packages (published dependencies for v0.4.0 release)
leptos-shadcn-button = { version = "0.6.0", optional = true } leptos-shadcn-button = { version = "0.6.0", optional = true }
leptos-shadcn-input = { version = "0.6.0", optional = true } leptos-shadcn-input = { version = "0.6.1", optional = true }
leptos-shadcn-label = { version = "0.6.0", optional = true } leptos-shadcn-label = { version = "0.6.0", optional = true }
leptos-shadcn-checkbox = { version = "0.6.0", optional = true } leptos-shadcn-checkbox = { version = "0.6.0", optional = true }
leptos-shadcn-switch = { version = "0.6.0", optional = true } leptos-shadcn-switch = { version = "0.6.0", optional = true }