mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
Update main package to v0.6.1 with new input validation system
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "leptos-shadcn-ui"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
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."
|
||||
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)
|
||||
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-checkbox = { version = "0.6.0", optional = true }
|
||||
leptos-shadcn-switch = { version = "0.6.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user